bond0: Error: found a client with no channel in the client's hash table
Hi All,
I'm getting the same error;whenever I reboot the M/C, all the NIC ports are up, but after few minutes it goes down automatically. Got the below error while digging the logs,
" bond0: Error: found a client with no channel in the client's hash table"
Here are my files,
================
[root@TEST~]# cat /etc/modprobe.conf
alias eth0 e1000e
alias eth1 e1000
alias scsi_hostadapter ahci
alias net-pf-10 off
alias ipv6 off
options ipv6 disable=1
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
alias eth2 e1000
alias bond0 bonding
options bond0 mode=balance-alb miimon=100
[root@TEST~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Intel Corporation 82579LM Gigabit Network Connection
DEVICE=eth0
BOOTPROTO=none
HWADDR=2c:41:38:af:30:8a
IPADDR=10.201.250.10
NETMASK=255.255.255.0
ONBOOT=yes
GATEWAY=10.201.250.254
TYPE=Ethernet
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
[root@TEST~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
# Intel Corporation 82546EB Gigabit Ethernet Controller (Copper)
DEVICE=eth1
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
#DEVICE=eth1
#BOOTPROTO=none
#ONBOOT=yes
#HWADDR=00:02:a5:4f:6a:70
#NETMASK=255.255.255.0
#IPADDR=10.201.250.146
#GATEWAY=10.201.250.254
#TYPE=Ethernet
#USERCTL=yes
#IPV6INIT=no
#PEERDNS=yes
[root@TEST~]# cat /etc/sysconfig/network-scripts/ifcfg-eth2
# Intel Corporation 82546EB Gigabit Ethernet Controller (Copper)
DEVICE=eth2
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
#DEVICE=eth2
#BOOTPROTO=none
#ONBOOT=yes
#HWADDR=00:02:a5:4f:6a:71
#TYPE=Ethernet
#NETMASK=255.255.255.0
#IPADDR=10.201.250.140
#GATEWAY=10.201.250.254
#USERCTL=yes
#IPV6INIT=no
#PEERDNS=yes
[root@TEST~]# cat /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
IPADDR=10.201.250.11
NETWORK=10.201.250.0
NETMASK=255.255.255.0
USERCTL=no
BOOTPROTO=none
ONBOOT=yes
================
Thanks,
|