🥰3.1 Network
Download driver for TP-Link router
netplan configuration for TP-Link PCI Router
network:
version: 2
renderer: NetworkManager
wifis:
wlxac15a217911f:
dhcp4: no
addresses: [192.168.1.50/24]
nameservers:
addresses: [192.168.1.1]
access-points:
"deepblueIntern":
password: "p@ssw0rd"
# Define the default route using the 'routes' section
# Replace '192.168.1.1' with your actual gateway IP
routes:
- to: 0.0.0.0/0
via: 192.168.1.1Last updated