You have it set so that 131.103.1.10 and 10.10.90.99 are gateways. This
probably isn't what you want, as it means that these hosts are assumed
to be responsible for all traffic bound for their respective networks.
If you remove the "gw x.x.x.x" parts from the respective routing tables,
it will probably work.
The other thing is that you may need to turn on "proxy arp" if you want
the computer to act as a bridge between these networks. This can be
done with
echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
echo 1 > /proc/sys/net/ipv4/conf/eth1/proxy_arp
I think that this is only nessessary if you need the box to be
transparent (like a switch) and probably only if the machines on either
side don't know that they are on different networks.
Regards,
Nathan Callahan
On Wednesday, June 6, 2001, at 09:33 AM, Doug Gough wrote:
> I'm not able to get my LM8.0 box to work as a router between to LANs.
>
> When it boots, I get a message saying IP forwarding is on.
>
> My routing table is very simple, using static routing as follows
>
> 131.103.1.0 131.103.1.10 255.255.255.0 UG 0 0 0 eth1
> 10.10.0.0 10.10.90.99 255.255.0.0 UG 0 0 0 eth0
> 127.0.0.0 * 255.0.0.0 U 0 0 0 lo
>
> It couldn't get much simpler. I have checked and rechecked the IP
> addresses and netmasks, and found everything to be correct.
>
> From the 131.103.1.0 network, I can ping 131.103.1.10 and 10.10.90.99,
> but I can't reach anything else on the 10.10.0.0 network.
>
> I've read as much as I can find on the subject, undoubtebly missing the
> most simple and obvious :-)
>
> Any hints and help would be appreciated.
>
> Thank You
> Doug Gough
> Computer Services
> Pacific Academy
>
>
>