Matteias Collet

Cockpit network patch for Ubuntu

Created at: / Last updated at:

Configure the default renderer to be NetworkManager:

# /etc/netplan/01-netcfg.yaml
network:
    version: 2
    renderer: NetworkManager

Update the permissions an apply:

sudo chmod 600 /etc/netplan/01-netcfg.yaml
sudo netplan apply