Hi, i have problem with bond setup. I have followed this video http://pve.proxmox.com/wiki/Bond_configuration_(Video) my /etc/network/interfaces: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-alb
auto vmbr0
iface vmbr0 inet static
address 10.64.10.7
netmask 255.255.255.224
gateway 10.64.10.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
After reboot which applies pending changes i have approximately 75% packet loss on test CT. Any suggestions? Thank you very much.
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-alb
auto vmbr0
iface vmbr0 inet static
address 10.64.10.7
netmask 255.255.255.224
gateway 10.64.10.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
After reboot which applies pending changes i have approximately 75% packet loss on test CT. Any suggestions? Thank you very much.