how do u configure the routing table to move all traffic from one nic to the
other and vice versa?  I'm setting up a network traffic system where we need to
capture data going from our WAN to our LAN and vice versa.  In short the linux
box is only suppose to route between eth0 and eth1 while eth2 is used for
telnetting.

i've put in route add -net <network address> <subnetmask> eth0 and  route add
-net <network address> <subnetmask> eth1 it still doesn't route any traffic
between nics.

I'm using 2 3C509 and 1 3C905 nic.  All the cards are up and running.

Reply via email to