On Wed, 6 Jun 2001, Nathan Callahan wrote:
> 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.
i was wondering about that myself...
> 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.
with different networks on each side, proxy arp is not his problem.