cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
491
Views
0
Helpful
1
Replies

Cisco 2610 VPN Server / VPN Client problem / Port Range Forward

scott.k.logan
Level 1
Level 1

Hello! I have a 2610 with the attached configuration, show int, show ver, etc...

I tried to setup a VPN, and it authenticates and connects, but I can only ping the server (access lists? routing tables).

My other problem is that when I try to connect to my business VPN, it acts the same way (that is, I connect to the VPN and it authenticates, but I can't access anything)

I have Embarq DSL, and I tried hooking directly into the DSL modem and giving the business laptop the external IP to see if it was the DSL box, and it worked fine, so there is a problem in my router configuration.

Also, does anyone know how to do a port range forward in IOS?

--scott

1 Reply 1

positive1
Level 1
Level 1

This was working for me (port forward isue)

ip nat pool sip 192.168.1.200 192.168.1.200 netmask 255.255.255.0 type rotary

ip nat inside destination list 100 pool sip

ip nat inside destination list 100 pool sip

For VPN: Do you have route for network youo tried to reach?

ip route x.x.x.x x.x.x.x next hop/outside interface (x.x.x.x is private IP of remote network)