I'm trying to get a Windows VM set up in KVM/QEMU under Gentoo for gaming. I thought getting the VGA passthrough working would be the hard part but instead I'm having trouble with the network bridge! I don't think there's anything seriously wrong here, I'm sure I'm just missing a step.
I'm not sure how the tun device is supposed to be created through rc. From rc.log:
Code: Select all
* Bringing up interface br0
* Creating bridge br0 ...
set hello timer failed: Numerical result out of range
* Adding ports to br0
* enp3s0 ...
[ ok ]
* tap0 ...
* Cannot add non-existent interface tap0 to br0
Thanks for any help!
My /etc/conf.d/net:
Code: Select all
config_enp3s0="null"
bridge_br0="enp3s0 tap0"
config_br0="dhcp"
brctl_br0="setfd 0
sethello 30
stp off"
config_tap0="null"
tuntap_tap0="tap"

