Created
December 17, 2019 08:09
-
-
Save hsupu/36075241707eaa1ecf0b5f92402e874b to your computer and use it in GitHub Desktop.
A netplan example config for Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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