Created
May 16, 2018 22:22
-
-
Save withzombies/8aa2b4ad68bd3b464772bcbdec4a847f to your computer and use it in GitHub Desktop.
/etc/netplan/01-netcfg.yaml
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
# 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