> I have the following configured:
> 
> Two 3Com 3c595 cards (both are using irq 9 -- is that ok ?; ifconfig sees
> them, so I'm assuming it's ok).

Can you change the hardware, mainly moving the NICs to different slots

> Details:
> 
> Trying to set up the box as a router for two subnets:
> 
> eth0 10.0.0.254
> eth1 192.168.200.254
> 
> They seem to come up fine; 10.0.0.254 can ping everyone on it's subnet.
> However, 192.168.200.254 can ping only itself.  

Humm, could be a hardware problem, can you swap the cables and ips round
to check?

> When I traceroute to others on the 192.168.200.0 subnet, traceroute
> tells me that since it found multiple NICs, it is using eth0 @
> 10.0.0.254, even though the routing table looks like this:

have you tried traceroute -i eth1 ?

> routed is started. 
> 
> What am i missing here ?

Is /proc/sys/net/ipv4/ip_forward set to 1, (use cat to read it) if not
use:
echo 1 > /proc/sys/net/ipv4/ip_forward

-- 
      Tim Fletcher                  .~.
                                    /V\       L   I   N   U   X   
   [EMAIL PROTECTED]          // \\  >Don't fear the penguin<
 [EMAIL PROTECTED]      /(   )\
                                   ^^-^^

The most exciting phrase to hear in science, the one that heralds new
discoveries, is not "Eureka!" (I found it!) but "That's funny ..."
                -- Isaac Asimov

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to