PDA

View Full Version : Wlan and nic both used for network traffic??


hedgefund
21st August 2005, 12:14 AM
Is there a way to force the networking to use both the wlan and nic card to increase the through put to a
wireless router? At boot both of the interfaces connect to the same router and both are allocated IP addys, yet it appears that the wlan is actually the connection that is being used by the system. Would like to configure the network interfaces to work together.

tia

Fedora core 4 2.6.11-1.1369_FC4smp
Nic Realtek RTL-8139 /c /c+ >eth0
Wlan Broadcom BCM43XX >wlan0

When I saw that both interfaces had obtained an IP addy, I thought hmmm lets use both..:)
ifconfig:

eth0 Link encap:Ethernet HWaddr 00:C0:9F:33:99:E2
inet addr:192.168.0.7 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::2c0:9fff:fe33:99e2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:410 errors:0 dropped:0 overruns:0 frame:0
TX packets:529 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51540 (50.3 KiB) TX bytes:46816 (45.7 KiB)
Interrupt:193 Base address:0x3000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:419 errors:0 dropped:0 overruns:0 frame:0
TX packets:419 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:41804 (40.8 KiB) TX bytes:41804 (40.8 KiB)

wlan0 Link encap:Ethernet HWaddr 00:90:4B:45:1A:C0
inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::290:4bff:fe45:1ac0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:84008 errors:0 dropped:0 overruns:0 frame:0
TX packets:47284 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:123733077 (118.0 MiB) TX bytes:3382978 (3.2 MiB)
Memory:d2004000-d2005fff

fsck
21st August 2005, 04:49 PM
What you are trying to achieve sounds like interface bonding. Check out /usr/share/doc/iputils-20020927/README.bonding, I've attached a copy in case you don't have it.

hedgefund
22nd August 2005, 09:14 PM

What you are trying to achieve sounds like interface bonding. Check out /usr/share/doc/iputils-20020927/README.bonding, I've attached a copy in case you don't have it.

Zackly what I was looking for!! However, I couldn't get it to work properly. So, I've thrown in another nic card to see if it will work with the eth0 and eth1 aliases.

Thanks for the heads up fsck!! Really appreciate it.