Created
April 2, 2020 01:54
-
-
Save ilhaan/ee76b53b35fbfb0bb85b1ad803f77ca8 to your computer and use it in GitHub Desktop.
Netplan dummy interface
This file contains 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 | |
bridges: | |
dummy0: | |
dhcp4: no | |
dhcp6: no | |
accept-ra: no | |
interfaces: [ ] | |
addresses: | |
- 169.254.1.1/32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment