Static routing

G

G R

I'm trying to set up the following topology for a Cisco
VPN connection with my network.

10.0.0.x---ProxyServer----SW----C2621XM----Internet---CVPN
Clients
| |
| |
10.0.0.a --RoutingServer-- 66.x.x.b

The RoutingServer has 2 NICs, one NIC with a 10.0.0.a ip
address and the other one with a 66.x.x.b ip address.
I was told that the RoutingServer will need a static route
set up with the following command:

C:\route add -p 192.168.1.0 mask 255.255.255.0 10.0.0.a

Upon connection the Cisco Router would assign a 192
address and forward it to the RoutingServer.

My problem is that I cannot see the 10.0.0.x network while
connected via the VPN and I'm told it is because the
RoutingServer, (W2K sp4) is not configured properly.

I have doe nthe following in RRAS
Created static routes for the 2 NIC's.

I have removed the gateway from both NIC's

Any help would be appreciated.

Thanks
 
K

Kadirvel C Vanniarajan [MSFT]

I'm assuming the Cisco box knows how to reach 10.0.0.x network. If not, you
will have to add route to 10.0.0.x with 66.x.x.b as the next hop on the
cisco box.

On the routing server, you will have to add the following route:
route add -p 192.168.1.0 mask 255.255.255.0 66.x.x.c
where 66.x.x.c is the private address of the cisco box.
 
G

G R

I added the new static route and it did resolve thew issue.


Is there a test I can do to find out if the routing server
is configured properly?

Thanks for the help

G R
-----Original Message-----
I'm assuming the Cisco box knows how to reach 10.0.0.x network. If not, you
will have to add route to 10.0.0.x with 66.x.x.b as the next hop on the
cisco box.

route add -p 192.168.1.0 mask 255.255.255.0 66.x.x.c
where 66.x.x.c is the private address of the cisco box.
--
Kadir

(e-mail address removed) [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.

I'm trying to set up the following topology for a Cisco
VPN connection with my network.

10.0.0.x---ProxyServer----SW----C2621XM----Internet--- CVPN
Clients
| |
| |
10.0.0.a --RoutingServer-- 66.x.x.b

The RoutingServer has 2 NICs, one NIC with a 10.0.0.a ip
address and the other one with a 66.x.x.b ip address.
I was told that the RoutingServer will need a static route
set up with the following command:

C:\route add -p 192.168.1.0 mask 255.255.255.0 10.0.0.a

Upon connection the Cisco Router would assign a 192
address and forward it to the RoutingServer.

My problem is that I cannot see the 10.0.0.x network while
connected via the VPN and I'm told it is because the
RoutingServer, (W2K sp4) is not configured properly.

I have doe nthe following in RRAS
Created static routes for the 2 NIC's.

I have removed the gateway from both NIC's

Any help would be appreciated.

Thanks


.
 

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

Top