Backup the current netplan config file:
cp /etc/netplan/01-netcfg.yaml /backup/netplan/
Edit /etc/netplan/01-network-manager-all.yaml:
# This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 #renderer: networkd renderer: NetworkManager ethernets: enp3s0: dhcp4: yes
NOTE: Notice that networkd is commented out with the hash in front.
Also notice that the renderer is set to NetworkManager.
This applies the current netplan configuration to a running system:
sudo netplan apply
Go to Settings.
Click on Network.
Edit the IP address as needed.