Archived from groups: comp.dcom.lans.ethernet (
More info?)
Thanks a lot.
I had to configure and assign the SDSL router on lan2 (192.168.0.1 )
as the default router because the usr8000 (the internet router) does
not seem to have static routing nor RIP( although it's mentioned in
the manual that it does!) .
Do you think there is a solution without using static routing or RIP
on the usr8000?
Thanks again
Alexey G. Khramkov <lamb7583@geocities.com> wrote in message news:<87zn2ytpol.fsf@graffias.ru.eu.org>...
> i.basheer@gmail.com (Zein) writes:
>
> > Hi All,
>
> Hello.
>
> >
> > I have two lans, the first one (Lan1) is connected to the second
> > (Lan2) by a leased line, utilizing 2 DLink 1500G SHDSL routers and
> > PPPoA.
> > The second lan (Lan2) is connected to the internet with a satellite
> > 2-way connection using US Robotics 8000-2 broadband router.
> > My requirements are:
> > 1- make Lan2 able to access Lan1 and the internet.
> > 2 - make Lan1 able to access Lan2 and the internet through Lan2's
> > satellite connection
> > 3 - Make Lan1's computers (or some of them) accessible from the
> > internet.
> >
> > I was only able to do the first one.
> > The ip addresses on lan1 are 10.0.0.0/255.0.0.0
> > and the ip range on lan2 is 192.168.0.0 / 255..255.255.0
> > The ip address of Lan1's SDSL router is :10.0.0.101
> > The ip address of Lan2's SDSL router is :192.168.0.1
> > The ip address of Lan2's satellite router is :192.168.0.250
> >
> >
> > I configured the default route on Lan1's SDSL router to direct all
> > traffic through the leased line connection,
>
> OK
>
> > I then configured the default route on Lan2's SDSL router to the
> > satellite router :
> > 0.0.0.0 mask 0.0.0.0 gateway 192.168.0.250
>
> OK
>
> > , and added the static route on Lan2's SDSL router :
> > 10.0.0.0 mask 255.0.0.0 gateway 192.168.0.1
>
> May be overkill. If this SDSL has interface with 10.x.x.x address it will
> route by default. But it's not mistake.
>
> > The default gateway on Lan1 is :10.0.0.101
>
> Perfect.
>
> > The default gateway on Lan2 is :192.168.0.1
>
> Wrong.
> the default would be 192.168.0.250.
> if the 250 <-> 1 channel is wide, it would be OK (good) without adding
> routing table for 10.x.x.x (lan1) on each workstation (WS) in the lan2.
> I suggest static routing tables on all lan2 WSes. It will be OK (perfect)
> lan2 configuration.
>
> >
> > I was able to access Lan2 from Lan1 , and access Lan2 from Lan1.
> > I was also able to access the internet from Lan2.
>
> I sure your browser "freezes" on some seconds when you establish
> new connection to Internet. It's happen because payload of your
> lan2 is 33% on this stage. Reason: bad choice of default router.
>
> >
> > However , I can't access the internet from Lan1, although I am able to
> > ping the satellite router (192.168.0.250)
>
> Nothing unusual.
>
> >
> > The SDSL router on Lan2 is routing the requests of both lans to
> > 192.168.0.250, but only Lan2's pings are successful, while Lan1's
> > pings fails.
>
> Again, nothing unusual. Lan2 SDSL is fake router for Internet.
> Frankly, it's not a router for Internet at all.
>
> >
> > Can anyone help me with this?
>
> Your main mistake is missing routing for 10.x net on 250 _real_
> router. If you add something like:
>
> 250# route add -net 10.0.0.0 mask 255.0.0.0 gateway 192.168.0.1
>
> you will solve your Internet trouble for lan1. But I can't call
> lan2 configuration OK (not good, not perfect). It will "just work".
>
> > Thanks in advance
>
> HTH,
> agkhram