Skip to content

Instantly share code, notes, and snippets.

@hsupu
Created December 17, 2019 08:09
Show Gist options
  • Save hsupu/36075241707eaa1ecf0b5f92402e874b to your computer and use it in GitHub Desktop.
Save hsupu/36075241707eaa1ecf0b5f92402e874b to your computer and use it in GitHub Desktop.
A netplan example config for Ubuntu 18.04
network:
version: 2
renderer: networkd
ethernets:
ens192:
dhcp4: yes
dhcp6: yes
optional: yes
ens37:
dhcp4: no
dhcp6: no
addresses:
- fd02::100:2/64
optional: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment