Skip to content

Instantly share code, notes, and snippets.

@jhaveDK
Created December 2, 2020 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhaveDK/21e22853e4651691a46917bc3ffe249c to your computer and use it in GitHub Desktop.
Save jhaveDK/21e22853e4651691a46917bc3ffe249c to your computer and use it in GitHub Desktop.
jhave@devbox:~$ cat /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
ethernets:
ens18:
addresses:
- 192.168.1.207/24
gateway4: 192.168.1.1
nameservers:
addresses: [1.1.1.1, 8.8.8.8]
version: 2
jhave@devbox:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment