> Charles Galpin wrote:
>
> > Hi Steve
> >
> > I see this is your second request, so I'll take a stab. At least if I
> > screw it up, the guuruus will step in :)
> >
> > I think this will do it.
> >
> > # add a route to 192.168.0.0
> > /sbin/route add -net 192.168.0.0 netmask 255.255.255.0 dev eth1
If eth1 is on the 192.168.0 network, then it always knows how to get
there....
> > # and one to 192.168.250.0
> > /sbin/route add -net 192.168.250.0 netmask 255.255.255.0 dev eth2
Same here....(but for eth2)
> > > On my router/firewall I have 3 NIcs
> > > net 0 is the internet eth0
> > > net 1 is 192.168.0.0 eth1
> > > net 2 is 192.168.250.0 eth2
> > >
> > > I have ipcahins set up so both local nets are MASQ'ed and can get out
to the
> > > internet but I am not sure how to get 192.168.0.0 to see 192.168.250.0
and vise
> > > versa.
As someone suggested, show us the output of 'route' or 'netstat -r'.
Basically your router machine should have it's default gateway set out of
eth0 pointing to your ISP. The default gateways for eth1 and eth2 should
point to eth0. All clients on the 192.168.0 network should have eth1 as
gateway, and all clients on 192.168.250 should have eth2 set as the default
route.
Good luck with it,
Eric Cifreo
Austin, TX
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.