Hi,

This shouldn't be very hard.  First, you should make sure that every
network interface shows up in 'ifconfig' (eth0, eth1, ..., eth19).

Second, you must make sure you have the bridge-utils package (there are
precompiled Red Hat packages, and for other distributions you can download
the tarball and compile it yourself).  Then, assuming you want all the
interfaces to act as a single switch (with a single virtual LAN)

        # brctl addbr br0
        # brctl addif br0 eth0
        # brctl addif br0 eth1
        # brctl addif br0 eth2
        ...
        # brctl addif br0 eth18
        # brctl addif br0 eth19


cheers,
Lennert


On Sun, Jan 06, 2002 at 04:34:29PM -0500, Casey Allen Shobe wrote:

> Okay, here's the deal.  I have a linux-from-scratch system with 20 NICs in it 
> (5x 4-port Phobos 10/100 cards [tulip driver]).  I'm told that I can use 
> bridging to make this act like a switch.  Can anybody give me any pointers on 
> this, or direct me to some good documentation?  I'm running kernel version 
> 2.4.16 on the machine and it's a very minimal setup.
> 
> -- 
> Casey Allen Shobe
> [EMAIL PROTECTED]
> 
> 'Why do people with closed minds always open their mouths?'
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to