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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VPN access to ip nat static source

Status
Not open for further replies.

CMCDOJO

Programmer
Feb 27, 2000
16
US
I am setting up a VPN and want to connect two local networks which are 10.0.0.X and 10.0.2.X. On the 10.0.0.X network I have a host setup with the "ip nat inside source static 10.0.0.7 209.84.165.5" command. Form the 10.0.2.X network I can ping any host on the 10.0.0.X network except 10.0.0.7. When I remove the ip nat inside source command shown above, I can then ping the server using the local ip but of course the server can no longer be accessed via the internet.

Any ideas on how I can make this host part of the VPN and also provide access via the internet?
 
I would be interested to see if this is possible because as far as I know you cannot have a vpn tunnel and an internet connection at the same time. I know with 2000 you must disconnect one to connect the other. I would love to know any other way if there is?
 
The trick is to provide static IP route statements to each of the routers, telling them to reach the inside addresses via the tunnel, while all other addresses (0.0.0.0 0.0.0.0) should use the port connected to the ISP.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top