I'm trying to get ethernet bonding to work with my Slackware 8.1 box.
I'm following this guide.
http://linux-ip.net/html/ether-bonding.html
I follow the steps exactly. I see the same output they say I should see, but I dont see any packets sent or received by the NICs
Any ideas what I'm doing wrong?
Code:
[13:07:32][root@shaq:~]$ cat /proc/net/bond0/info
Bonding Mode: load balancing
MII Status: up
MII Polling Interval (ms): 0
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: eth3
MII Status: up
Link Failure Count: 0
Slave Interface: eth2
MII Status: up
Link Failure Count: 0
ifconfig
bond0 Link encap:Ethernet HWaddr 00:01:02:03:04:05
inet addr:100.1.1.10 Bcast:100.1.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:21872640 errors:0 dropped:51264 overruns:0 frame:0
TX packets:23269228 errors:930 dropped:0 overruns:0 carrier:0
collisions:170880 txqueuelen:0
RX bytes:3244413176 (3094.1 Mb) TX bytes:3244494700 (3094.1 Mb)
eth2 Link encap:Ethernet HWaddr 00:01:02:03:04:05 Media:unknown(auto)
inet addr:100.1.1.10 Bcast:100.1.1.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING NOARP SLAVE MULTICAST MTU:1500 Metric:1
RX packets:10813440 errors:0 dropped:25344 overruns:0 frame:0
TX packets:11503888 errors:465 dropped:0 overruns:0 carrier:0
collisions:84480 txqueuelen:100
RX bytes:11463584 (10.9 Mb) TX bytes:11503888 (10.9 Mb)
Interrupt:9 Base address:0x2000
eth3 Link encap:Ethernet HWaddr 00:01:02:03:04:05 Media:unknown(auto)
inet addr:100.1.1.10 Bcast:100.1.1.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING NOARP SLAVE MULTICAST MTU:1500 Metric:1
RX packets:10813440 errors:0 dropped:25344 overruns:0 frame:0
TX packets:11503888 errors:465 dropped:0 overruns:0 carrier:0
collisions:84480 txqueuelen:100
RX bytes:11463584 (10.9 Mb) TX bytes:11503888 (10.9 Mb)
Interrupt:11 Base address:0x4000