You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
445 B

  1. # static ip configuration
  2. network:
  3. ethernets:
  4. eth0:
  5. dhcp4: true
  6. optional: true
  7. wifis:
  8. wlan0:
  9. dhcp4: no
  10. dhcp6: no
  11. addresses: [192.168.1.150/24]
  12. gateway4: 192.168.1.1
  13. nameservers:
  14. addresses: [1.1.1.1, 8.8.8.8]
  15. access-points:
  16. "wifiname":
  17. password: "password"
  18. version: 2