Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setup ip routes

Status
Not open for further replies.
Apr 26, 2004
87
US
I have a router that is strickly used for a vpn with ipsec. i have another gateway on the same lan as the router. for my ip routes u have (0.0.0.0 0.0.0.0 192.168.0.1) .1 is my firewall and gateway. and i also have (192.168.200.0 255.255.255.0 ip address of remote vpn router). I wondering how the traffic on my interface is going to be able to connect to the remote vpn router without a gateway? how can i get this config to work? or should it work? doesn't my external interface need a gateway to connect to the remote host?

My route ip is 192.168.0.2
My other firewall gateway is 192.168.0.1

MCSE 2K - MCSA 2K - NET+ - A+

Paul..
 
It won't. It should be

ip route 192.168.200.0 255.255.255.0 192.168.0.2

Your VPN gateway will figure it out from there.


 
it says that its a invalid hop..(the router).

MCSE 2K - MCSA 2K - NET+ - A+

Paul..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top