E
eg1l
Guest
Hi.
I can't seem to agree with myself on how to set up multiple ip adresses on a bonded interface.
My current config:
When adding a IP address to bond0, it does not work.
Adding an IP address to bond0:0 does not work.
Adding an IP address to vmbr0 works.
What is the correct method? The new IP address will be used in a iSCSI network, and the aaa.aaa.aaa.aaa IP is the management IP.
I can't seem to agree with myself on how to set up multiple ip adresses on a bonded interface.
My current config:
Code:
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 eth1
bond_miimon 100
bond_mode balance-rr
auto vmbr0
iface vmbr0 inet static
address aaa.aaa.aaa.aaa
netmask bbb.bbb.bbb.bbb
gateway ccc.ccc.ccc.ccc
bridge_ports bond0
bridge_stp off
bridge_fd 0
When adding a IP address to bond0, it does not work.
Adding an IP address to bond0:0 does not work.
Adding an IP address to vmbr0 works.
What is the correct method? The new IP address will be used in a iSCSI network, and the aaa.aaa.aaa.aaa IP is the management IP.