Skip to content

Instantly share code, notes, and snippets.

@kupereal
Last active February 18, 2026 12:05
Show Gist options
  • Select an option

  • Save kupereal/c69eb443081c9f9d2adef34ac42b1895 to your computer and use it in GitHub Desktop.

Select an option

Save kupereal/c69eb443081c9f9d2adef34ac42b1895 to your computer and use it in GitHub Desktop.
Конфиг Netplan с железки - вифи со статикой
network:
version: 2
renderer: networkd
wifis:
wlp1s0:
dhcp4: no
dhcp6: no
optional: true
accept-ra: false
link-local: []
addresses: [192.168.0.18/24]
nameservers:
addresses: [192.168.0.1, 8.8.8.8, 8.8.4.4]
access-points:
"link5":
password: "12345"
routes:
- to: default
via: 192.168.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment