Hi,
I set two bridge interfaces on the server. The fist one is working OK. The VMs attached to them also working without any problem. But the VMs attached to second bridge has no network connection. They cant get ip via dhcp. They don't work with static ip either. Can't ping even the host.
Here is server's config.
Thanks.
I set two bridge interfaces on the server. The fist one is working OK. The VMs attached to them also working without any problem. But the VMs attached to second bridge has no network connection. They cant get ip via dhcp. They don't work with static ip either. Can't ping even the host.
Here is server's config.
Code:
kvm-44:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.10.44
netmask 255.255.255.0
gateway 192.168.10.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
Thanks.
Last edited: