Hi..
Using the web gui, in poroxmox 4, I created bond bridge; bond0 with two NICs (eth0, eth1) and vmbr0 with port bond0, as follows:
After the reboot to apply the pending configuration, i lost the nework connectivity and cannot ping the host.
Can someone help, please.
Before doing this, i had the defualt setting which is vmbr0 with bridge-port eth0
Thank you for your quick prompts.
Using the web gui, in poroxmox 4, I created bond bridge; bond0 with two NICs (eth0, eth1) and vmbr0 with port bond0, as follows:
Code:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual[B][/B]
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode active-backup
auto vmbr0
iface vmbr0 inet static
address 192.168.1.110
netmask 255.255.255.0
bridge_ports bond0
bridge_stp off
bridge_fd 0
Can someone help, please.
Before doing this, i had the defualt setting which is vmbr0 with bridge-port eth0
Thank you for your quick prompts.