Really Simple Routing Problem

K

kmyers

Can some please help me!

I have 2 networks:

network1: 192.168.253.0 /255.255.255.0
network2: 192.168.200.0/255.255.255.0

I have a server which sits on both networks and is set to be the
gateway of the 2nd network it's details are:

nic1: 192.168.200.10/255.255.255.0 gateway: no gateway
nic2: 192.168.253.10/255.255.255.0 gateway: 192.168.253.1

This machine can see both networks fine and access the internet


I have a client on network 2 with details:

192.168.200.20/255.255.255.0 gateway: 192.168.200.10

this machine can only see network 2.. what do I need to change in RRAS
to enable this machine to see both networks??
 
R

Robert L [MS-MVP]

have you enable IP routing? posting the result of ipconfig /all on the server may help.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
Can some please help me!

I have 2 networks:

network1: 192.168.253.0 /255.255.255.0
network2: 192.168.200.0/255.255.255.0

I have a server which sits on both networks and is set to be the
gateway of the 2nd network it's details are:

nic1: 192.168.200.10/255.255.255.0 gateway: no gateway
nic2: 192.168.253.10/255.255.255.0 gateway: 192.168.253.1

This machine can see both networks fine and access the internet


I have a client on network 2 with details:

192.168.200.20/255.255.255.0 gateway: 192.168.200.10

this machine can only see network 2.. what do I need to change in RRAS
to enable this machine to see both networks??
 
B

Bill Grant

You need some extra routing info. But you can't fix it by doing anything
on the RRAS server. That isn't where the problem is.

The problem is that your default gateway in the 192.168.253 subnet is
out to the Internet. So traffic for 192.168.200 will go to that gateway and
be lost. It will not ever get to the RRAS router. You need to add a static
route to the gateway router (not the RRAS router) to bounce the local
traffic to the RRAS router (which can then deliver it in the 192.168.200
subnet).

Internet
|
router {static route 192.168.200.0 255.255.255.0 192.168.253.10}
192.168.253.1
|
workstations
192.168.253.x dg 192.168.253.1
|
192.168.253.10 dg 192.168.253.1
RRAS
192.168.200.10 dg blank
|
workstations
192.168.200.x dg 192.168.200.10
 
K

kmyers

Hi there,

I've added the route of 192.168.200.0 255.255.255.0 192.168.253.10 on
my internet router... I had a choice of on my LAN interface or on the
WAN one and I put it on the LAN interface (192.168.253.1)

However I still can't reach hosts on the 192.168.200.0/24 network from
the 192.168.253.0/24 network and vice versus.

Is there anything I need to do on the RRAS box or anywhere I can check
to see what is going wrong? tracert reveals nothing at alll

please help...

K2
 
K

kmyers

I've done this in the properties of the server in RRAS but still no
joy.. do I need to set anything in the registry as per win2k??

If not what can I do to check where the problem is?

K2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top