Add netplan static ip config example

This commit is contained in:
arnaucube
2020-04-29 18:30:26 +02:00
parent 5364fab94d
commit 70c6eb9f9c
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
# static ip configuration
network:
ethernets:
eth0:
dhcp4: true
optional: true
wifis:
wlan0:
dhcp4: no
dhcp6: no
addresses: [192.168.1.150/24]
gateway4: 192.168.1.1
nameservers:
addresses: [1.1.1.1, 8.8.8.8]
access-points:
"wifiname":
password: "password"
version: 2