Oh, querida ... Eu acho que você está tentando usar o material de ponte Xen, o que é terrível. Set network-script network-dummy
em xend-config.sxp, então vá com esta configuração:
iface lo
iface lo inet loopback
# Local network, cable labeled M3
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.184
netmask 255.255.255.0
gateway 192.168.1.1
# cable labeled M1
iface eth1 inet manual
hwaddress ether 00:19:5B:33:86:D5
# cable labeled M2
iface eth2 inet manual
hwaddress ether 00:19:5B:33:86:D3
auto br-eth1
iface br-eth1 inet manual
bridge_ports eth1
auto br-eth2
iface br-eth2 inet manual
bridge_ports eth2
O que você faz é dizer ao domUs para usar a ponte br-eth1
ou br-eth2
(conforme apropriado). Dado que você tem rotulagem a cabo acontecendo, eu alteraria os nomes das pontes para algo mais útil, como talvez m1
e m2
.