> Mind you, since all the boxes are on one physical network, I'm not
> sure why you just don't add a static route like this on all the
> 192.168.1.0/24 boxes:
>
>       route add -net 192.168.2.0 netmask 255.255.255.0 eth0
>
> and on the 192.168.1.0/24 boxes:
>
>       route add -net 192.168.1.0 netmask 255.255.255.0 eth0
>

This doesn't seem to work.

Before adding the appropriate static routes ping complains network
unreachable when pinging from one subnet to the other.

With static routes I get no errors or responses from ping.

The only way I've been able to see both nets from one machine is to use ip
aliases so that the individual machine has a valid IP on both nets. This is
useful to a point but not really what I'm after.

Also, yes I have IP forwarding enabled.

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

Reply via email to