Hi,
earlier we were using Bridge mode to use corp DHCP for VM's everything working fine
now as each my server has two ether net card , planned to use as load balancing balance-br or alb
now 1st problem
if I use only bonding I can't use bridge mode in GUI and have to use NAT mode for my VM's which doesn't allow me to use corp DHCP ?
2nd Problem : - so what we did is created a bond and then created a bridge using this bond ,
below is the config
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 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 172.16.28.12
netmask 255.255.252.0
gateway 172.16.28.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
Now the real pain is, I am getting very frequent packet lost and network performance is very poor
Help require of
1) if I want to use bonding what is best way to use corp dhcp , so they can get automatically IP address
2) surprise with so much of packet drops happening , I noticed one LAN card is keep getting on and off and causing packet loss.
actually I was looking for load balancing as we have two Ethernet + also need a bridge mode.
any help greatly appreciated
Upendra
earlier we were using Bridge mode to use corp DHCP for VM's everything working fine
now as each my server has two ether net card , planned to use as load balancing balance-br or alb
now 1st problem
if I use only bonding I can't use bridge mode in GUI and have to use NAT mode for my VM's which doesn't allow me to use corp DHCP ?
2nd Problem : - so what we did is created a bond and then created a bridge using this bond ,
below is the config
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 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 172.16.28.12
netmask 255.255.252.0
gateway 172.16.28.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
Now the real pain is, I am getting very frequent packet lost and network performance is very poor
Help require of
1) if I want to use bonding what is best way to use corp dhcp , so they can get automatically IP address
2) surprise with so much of packet drops happening , I noticed one LAN card is keep getting on and off and causing packet loss.
actually I was looking for load balancing as we have two Ethernet + also need a bridge mode.
any help greatly appreciated
Upendra