[eepro100] Lockup with Intel PRO/100+ Dual Port Server Adapter

Gerd v. Egidy egidy@deam.de
Sun, 14 Jan 2001 15:30:55 +0100


Hi,

> >>> > eth1      Link encap:Ethernet  HWaddr 00:03:47:3B:27:EE
> >>> >           inet addr:192.168.200.201  Bcast:192.168.200.255 Mask:255.255.255.0
> >>> ...
> >>> > eth2      Link encap:Ethernet  HWaddr 00:03:47:3B:27:EF
> >>> >           inet addr:192.168.200.202  Bcast:192.168.200.255 Mask:255.255.255.0
> >>>
> >>> Note that the interfaces both have the same station address.
> >>> You must run trunking on the switch if they are both on the same network
> >>> segment.
> 
>    Oups, this sounds like some black talk to me. Do you mean
> the HWaddr fields. These are different to my eyes. Yes, I
> plan on putting both interfaces on the same network
> 192.168.200.xxx, but is that a problem. I am not sure about
> what trunking on the switch means.

If you plan to use them on the same network to increase the link speed you should
consider using adapter bonding. That means that both ports are tied together to a
virtual "bond0" interface wich has the speed of both adapters combined. But your
switch has to support that (this is usually called port trunking, usually only the
more expensive 16-port and above switches support it, just have a look at the manual).

Just assigning two IPs in the same network won't improve your network performance much.

To use bonding on linux take a look at this kernel patch:

http://www-miaif.lip6.fr/willy/pub/linux-patches/bonding/

Regards,

Gerd