I configured a network bridge with netctl and attached my win10-gaming vm to it. My host has internet the bridge br0 works as intended with VirtualBox.
My vfio win10-gaming VM though won’t receive an IP address unless i do a
where is the IP address assignment supposed to come from? do you have a router that is not the host machine? is the host machine running a DHCP server?
also: can you show us your /etc/network/interfaces file?
i have a external pfsense router device that handles all my network services, including dhcp and dns in my local network.
my host machine is not running a dhcp server. all VMs running on my host use the netctl bridge br0 - virtualbox and kvm and they all receive an ip from my pfsense box. but for kvm vms i need to start/stop firewalld once after logging into my host system.
since i am on arch i dont have the file you requested but i can show you this:
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc mq master br0 state UP group default qlen 1000
link/ether 30:9c:23:60:d6:0d brd ff:ff:ff:ff:ff:ff
3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 30:9c:23:60:d6:0d brd ff:ff:ff:ff:ff:ff
inet 1.3.10.88/24 brd 1.3.10.255 scope global br0
valid_lft forever preferred_lft forever
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:ec:8e:8c:17 brd ff:ff:ff:ff:ff:ff
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever
5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
link/ether 52:54:00:54:a9:85 brd ff:ff:ff:ff:ff:ff
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
valid_lft forever preferred_lft forever
6: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel master virbr0 state DOWN group default qlen 1000
link/ether 52:54:00:54:a9:85 brd ff:ff:ff:ff:ff:ff