2007/4/14, Barry Fawthrop <[EMAIL PROTECTED]>:
> Can the ports Eth4 and Eth5 be configured to act like a hub?

If you use linux, you can use bridging.
Something like this:

brctl add br0
brctl addif eth4
brctl addif eth5

ifconfig br0 192.168.100.100 netmask 255.255.255.0 up

You can then use iptables on br0 like usual.

Bye, Dino.

-- 
dAm2K, you know I'm there!
_______________________________________________
Soekris-tech mailing list
[EMAIL PROTECTED]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to