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

cisco 1605R and VPN

Status
Not open for further replies.

timothyw

Technical User
Aug 8, 2002
2
NZ
I have one public ip address (a.b.c.d) and would like to overload it with two private ip. One of the private ip (192.168.100.1) was used by a NT4 internet server and the other ip (192.168.100.2) will be used purely for VPN using Win2k routing & remote access.

currently I have
ip nat inside source list 101 interface ethernet1 overload
ip nat inside source static 192.168.100.1 a.b.c.d
access-list 101 permit ip 192.168.100.0 0.0.0.255 any

how would I add 192.168.100.2 to overload a.b.c.d such that I can create a vpn connection to another public address?

 
you will have to do something called port forwarding. So that when a connection to a particular port is made (in your case the VPN ports) then they will be forwarded to the correct device.
logo-tektips.gif
 
ip forward-protocol supports udp only. How do I forward 12tcp?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top