Skip to content

Instantly share code, notes, and snippets.

@mrcat323
Created July 2, 2022 12:44
Show Gist options
  • Save mrcat323/c5cccac388d0a66542963d29613713fd to your computer and use it in GitHub Desktop.
Save mrcat323/c5cccac388d0a66542963d29613713fd to your computer and use it in GitHub Desktop.
netplan thing
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