That thread was me! Back when I was trying to get bonding working and little has changed since then in terms of configuration. For the most part bonding works, it's just that I can't ping machines on the LAN other than myself and the gateway when the wireless connection is active. The internet works fine regardless.
Looking into this some more, it looks like when the wireless is up I can ping the outside, but not on the LAN aside from the gateway. Not a firewall issue either as I have disabled it temporarily with no change.
Here's my /etc/rc.d/rc.inet1.conf
Code:
# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]=""
DHCP_HOSTNAME[0]=""
# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""
# Config information for eth2:
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""
# Config information for eth3:
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""
# Config information for bond0
IFNAME[5]="bond0"
IPADDR[5]=""
NETMASK[5]=""
USE_DHCP[5]="yes"
DHCP_HOSTNAME[5]=""
# Default gateway IP address:
GATEWAY=""
IFNAME[4]="wlan0"
IPADDR[4]=""
NETMASK[4]=""
USE_DHCP[4]=""
DHCP_HOSTNAME[4]=""
DHCP_KEEPNTP[4]="yes"
WLAN_ESSID[4]="VZFIOS8"
WLAN_WPA[4]="wpa_supplicant"
WLAN_WPADRIVER[4]="wext"
WLAN_WPAWAIT[4]=10
Here's the output of ifconfig
Code:
bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet 192.168.1.4 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::f2de:f1ff:fe67:8984 prefixlen 64 scopeid 0x20<link>
ether f2:d1:fe:62:83:83 txqueuelen 0 (Ethernet)
RX packets 99080604 bytes 28089165254 (26.1 GiB)
RX errors 0 dropped 4172 overruns 0 frame 0
TX packets 145936397 bytes 180150363115 (167.7 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500
ether f2:d1:fe:62:83:83 txqueuelen 1000 (Ethernet)
RX packets 98546265 bytes 27872343694 (25.9 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 145145516 bytes 179253808166 (166.9 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xd8300000-d8320000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 1027850 bytes 61375650 (58.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1027850 bytes 61375650 (58.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=6147<UP,BROADCAST,SLAVE,MULTICAST> mtu 1500
ether f2:d1:fe:62:83:83 txqueuelen 1000 (Ethernet)
RX packets 534339 bytes 216821560 (206.7 MiB)
RX errors 0 dropped 4172 overruns 0 frame 0
TX packets 790881 bytes 896554949 (855.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0