Skip to content

Instantly share code, notes, and snippets.

@aburaihan-dev
Created August 4, 2024 10:29
Show Gist options
  • Select an option

  • Save aburaihan-dev/f22ed5b63d1f145d644c2b58d0f667bc to your computer and use it in GitHub Desktop.

Select an option

Save aburaihan-dev/f22ed5b63d1f145d644c2b58d0f667bc to your computer and use it in GitHub Desktop.
ubuntu netplan demo config
network:
version: 2
ethernets:
ens33:
dhcp4: no
addresses:
- 192.168.1.10/24
gateway4: 192.168.1.1
nameservers:
addresses:
- 8.8.8.8
- 8.8.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment