Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save withzombies/8aa2b4ad68bd3b464772bcbdec4a847f to your computer and use it in GitHub Desktop.
Save withzombies/8aa2b4ad68bd3b464772bcbdec4a847f to your computer and use it in GitHub Desktop.
/etc/netplan/01-netcfg.yaml
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
enp1s0:
addresses:
- 192.168.88.103/24
gateway4: 192.168.88.1
nameservers:
search: [lol.cat]
addresses: [ 1.1.1.1, 1.0.0.1, 8.8.8.8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment