0

I am trying to start the interface within virt-manager. Unfortunately, I am prompted with this error when trying to run the Virtual Network: "Error starting network 'default': Unable to create bridge virbr0: File exists."

I am also prompted with this error when I try to run the Virtual Interface virbr0 (which was automatically created): "Error starting interface 'virbr0': this function is not supported by the connection driver: virInterfaceCreate"

I am trying to assign an interface to the VM's to have them NAT to my physical interface (wireless...wlp2s0). I am not using NetworkManager, and am using wpa_supplicant/dhcpcd instead. Any ideas? I'm coming from a redhat background, but am definitely a Gentoo newbie. Any ideas about how to go about fixing this issue?

Thanks!

1 Answer 1

0

I was finally able to solve the issue....even though the errors hinted at permission issues (creating the interface), the real culprit was the IPv4 NAT module in the kernel config. For future reference, if anyone else has this issue, this is how I solved it using "genkernel --menuconfig all"

--> Networking Support
   --> Networking Options
      --> Network packet filtering framework (Netfilter)
         --> IP: Netfilter Configuration

<M> IPv4 NAT

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .