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:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. This file describes the network interfaces available on your system
  2. 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