Add netplan/50-cloud-init.yaml
This commit is contained in:
30
netplan/50-cloud-init.yaml
Normal file
30
netplan/50-cloud-init.yaml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
network:
|
||||||
|
version: 2
|
||||||
|
renderer: networkd
|
||||||
|
ethernets:
|
||||||
|
eth0:
|
||||||
|
dhcp4: yes
|
||||||
|
dhcp6: no
|
||||||
|
wifis:
|
||||||
|
wlan0:
|
||||||
|
dhcp4: yes
|
||||||
|
dhcp6: no
|
||||||
|
access-points:
|
||||||
|
"EE-ZSA1M2":
|
||||||
|
password: "boats-ROAM-not-TWO"
|
||||||
|
#
|
||||||
|
wlx90de80dc3a80:
|
||||||
|
dhcp4: no
|
||||||
|
dhcp6: no
|
||||||
|
access-points:
|
||||||
|
"EE-ZSA1M2":
|
||||||
|
password: "boats-ROAM-not-TWO"
|
||||||
|
# "EE-7PJ9G6":
|
||||||
|
# password: "boatsROAMnotTWO2"
|
||||||
|
addresses:
|
||||||
|
- 192.168.1.16/24
|
||||||
|
routes:
|
||||||
|
- to: default
|
||||||
|
via: 192.168.1.254
|
||||||
|
nameservers:
|
||||||
|
addresses: [192.168.1.23,192.168.1.254,8.8.8.8,8.8.4.4]
|
||||||
Reference in New Issue
Block a user