Netplan how-to
How to enable DHCP on an interface To let the interface named enp3s0 get an address via DHCP, create a YAML file with the following: network: version: 2 renderer: networkd ethernets: enp3s0: dhcp4: true How to configure a static IP address on an interface To set a static IP address, use the addresses keyword, which takes a list of […]