Netplan Configuration
From Jay's Cafe' Wiki
Revision as of 03:35, 6 January 2020 by Jayctheriot (talk | contribs) (Created page with "# This file describes the network interfaces available on your system # For more information, see netplan(5). <pre> network: version: 2 renderer: networkd ethernets:...")
- This file describes the network interfaces available on your system
- For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
enp0s3:
dhcp4: no
addresses: [192.168.1.222/24]
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8,8.8.4.4]
Once ready apply changes with:
$ sudo netplan apply
In case you run into some issues execute:
$ sudo netplan --debug apply