Jump to content
Hi so today I stumbled upon a problem.
When adding the line "renderer NetworkManager" to my netplan .yaml I get a could not resolve error when trying to do a apt update.

My .yaml looks like
network:
  ethernets:
    enp9s0:
      addresses:
      - 192.168.2.10/24
      gateway4: 192.168.2.1
      nameservers:
        addresses:
        - 8.8.8.8
        - 8.8.4.4
    version: 2
    renderer: NetworkManager
I need to add this line because I use cockpit a lot to manage my server and it requires it for me to be able to manage my network interfaces through the web gui.
 
 
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×