Hello!
I run to a problem. I have 4 interface i want to bond the eth0 and eth2 with balance-rr mode. It works fine if i set ip to bond0 and i can access the server but without vmbr the vm's can't boot so i need set up one. And there is a problem, afther i restart i can't access the host. Any idea?
I run to a problem. I have 4 interface i want to bond the eth0 and eth2 with balance-rr mode. It works fine if i set ip to bond0 and i can access the server but without vmbr the vm's can't boot so i need set up one. And there is a problem, afther i restart i can't access the host. Any idea?
Code:
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth2
bond_miimon 100
bond_mode balance-rr
auto vmbr0
iface vmbr0 inet static
address 10.0.20.100
netmask 255.255.255.0
gateway 10.0.20.254
bridge_ports bond0
bridge_stp off
bridge_fd 0