Hi
i'm trying to connect two PCs (each one has two Intel-Gbit-NICs) direct with two "bonded" cables ... but i can't find my mistake - please, can someone help me?
but iperf measured only a Bandwidth of 99.2 MBytes/sec :-(
helpless
Daniel
i'm trying to connect two PCs (each one has two Intel-Gbit-NICs) direct with two "bonded" cables ... but i can't find my mistake - please, can someone help me?
Code:
modprobe bonding mode=0 miimon=500 downdelay=500 updelay=500
ifconfig bond0 192.168.100.1 up
ifenslave bond0 eth2 eth3
Code:
# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009)
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 500
Up Delay (ms): 500
Down Delay (ms): 500
Slave Interface: eth2
MII Status: up
Link Failure Count: 1
Permanent HW addr: **:**:**:**:**:71
Slave Interface: eth3
MII Status: up
Link Failure Count: 0
Permanent HW addr: **:**:**:**:**:70
Code:
# ifconfig
bond0 Link encap:Ethernet HWaddr **:**:**:**:**:71
inet addr:192.168.100.1
helpless
Daniel