Skip to content

Instantly share code, notes, and snippets.

@mloc
Created September 4, 2020 20:40
Show Gist options
  • Save mloc/92ee0f3429263d6de8c9bfb2c4826628 to your computer and use it in GitHub Desktop.
Save mloc/92ee0f3429263d6de8c9bfb2c4826628 to your computer and use it in GitHub Desktop.
vm netplan
network:
ethernets:
ens18:
addresses:
- 148.251.222.76/29
- 2a01:4f8:241:1004:1::107/80
routes:
- to: 0.0.0.0/0
via: 10.9.0.1
on-link: true
- to: ::/0
via: fc00::1
on-link: true
nameservers:
addresses: [fc00::1]
version: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment