Created
July 2, 2022 12:44
-
-
Save mrcat323/c5cccac388d0a66542963d29613713fd to your computer and use it in GitHub Desktop.
netplan thing
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 | |
ethernets: | |
eno2: | |
dhcp4: true | |
enx00e04c3614bb: | |
dhcp4: true | |
addresses: [192.168.5.1/24] | |
gateway4: 192.168.5.1 | |
nameservers: | |
addresses: [192.168.5.1,8.8.8.8] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment