Displaying 1 result from an estimated 1 matches for "mymask".
Did you mean:
ymask
2013 Aug 12
0
bonding interface instable
...for interface eth2.
On some days frequently and on others none.
But there is no hw failure or similar.
$ cat /sys/devices/virtual/net/bond0/bonding/{mode,arp_validate}
active-backup 1
active 1
$ cat /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
BOOTPROTO=static
IPADDR=MYIP
NETMASK=MYMASK
NETWORK=MYNET
BROADCAST=MYCAST
ONBOOT=yes
TYPE=Ethernet
BONDING_OPTS="mode=1 arp_interval=500 arp_validate=1 arp_ip_target=GATEIP,GATE2IP primary=eth0"
$ cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)
Bonding Mode: fault-tolerance (active-ba...