I have one server with proxmox 4.5, other server are still on version 4.4 until fix resolved this issue.
On proxmox 4.5, we have kernel message as follow:
We have configure interface bonding as follow:
/etc/network/interfaces:
We have try different bonding mode without success.
For unknown reason, if we restart the networking service (sudo service networking restart), the problem is resolved, until the next reboot. When restarting the networking service, check the dmes logs:
On proxmox 4.5, we have kernel message as follow:
Code:
[ 202.482275] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 206.048280] net_ratelimit: 23 callbacks suppressed
[ 206.048281] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 206.050799] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 206.051516] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 206.052227] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 206.052889] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 206.254154] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 206.573467] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 206.877175] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 207.180844] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 207.484490] vmbr0: received packet on bond0 with own address as source address (addr:0c:c4:7a:40:c1:3a, vlan:0)
[ 211.053481] net_ratelimit: 10 callbacks suppressed
We have configure interface bonding as follow:
/etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
auto bond0
iface bond0 inet manual
slaves eno1 eno2
bond-mode active-backup
bond_miimon 100
bond_downdelay 200
bond_updelay 200
auto vmbr0
iface vmbr0 inet static
address 192.168.14.14
netmask 255.255.255.0
gateway 192.168.14.1
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
We have try different bonding mode without success.
For unknown reason, if we restart the networking service (sudo service networking restart), the problem is resolved, until the next reboot. When restarting the networking service, check the dmes logs:
Code:
[ 477.033692] vmbr0: port 1(bond0) entered disabled state
[ 477.037305] device bond0 left promiscuous mode
[ 477.037306] device eno1 left promiscuous mode
[ 477.037728] device eno2 left promiscuous mode
[ 477.038105] vmbr0: port 1(bond0) entered disabled state
[ 477.061670] IPv6: ADDRCONF(NETDEV_UP): bond0: link is not ready
[ 477.219122] bond0: Releasing backup interface eno1
[ 477.219124] bond0: the permanent HWaddr of eno1 - 0c:c4:7a:40:c1:3a - is still in use by bond0 - set the HWaddr of eno1 to a different address to avoid conflicts
[ 477.311042] bond0: Releasing backup interface eno2
[ 477.441354] e1000e: eno2 NIC Link is Down
[ 478.680184] bond0: Enslaving eno1 as a backup interface with a down link
[ 478.896243] bond0: Enslaving eno2 as a backup interface with a down link
[ 478.899223] IPv6: ADDRCONF(NETDEV_UP): bond0: link is not ready
[ 479.020874] vmbr0: port 1(bond0) entered blocking state
[ 479.020877] vmbr0: port 1(bond0) entered disabled state
[ 479.020927] device bond0 entered promiscuous mode
[ 479.023168] IPv6: ADDRCONF(NETDEV_UP): vmbr0: link is not ready
[ 481.517275] igb 0000:05:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 481.604184] bond0: link status up for interface eno1, enabling it in 0 ms
[ 481.604212] bond0: link status definitely up for interface eno1, 1000 Mbps full duplex
[ 481.604213] bond0: making interface eno1 the new active one
[ 481.604214] device eno1 entered promiscuous mode
[ 481.605207] bond0: first active interface up!
[ 481.605218] vmbr0: port 1(bond0) entered blocking state
[ 481.605219] vmbr0: port 1(bond0) entered forwarding state
[ 481.605553] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr0: link becomes ready
[ 481.738602] e1000e: eno2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 481.812194] bond0: link status up for interface eno2, enabling it in 200 ms
[ 482.020214] bond0: link status definitely up for interface eno2, 1000 Mbps full duplex