cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
533
Views
0
Helpful
6
Replies

vpn issue, can connect but can,t go anywhere

pamirian76
Level 1
Level 1

hi,

I have my home 2621xm router and I've configured my router as a vpn server and I can connect to it using vpn client but that's all I can do. I can not ping or go anywhere. I can't find any documents on cisco or google that can help me here so there I am.

basically I give the vpn client the ip 192.168.6.X then I want the client to be able to go everywhere, in the 192.168.1.X, 5.X and 10.X range.

any help would be greately appreciated!!

2 Accepted Solutions

Accepted Solutions

Premdeep Banga
Level 7
Level 7

try,

crypto dynamic-map VTELDYNAMAP 10

reverse-route

Regards,

Prem

View solution in original post

mattiaseriksson
Level 3
Level 3

Hi, in addition to the reverse route statement, you also need to exempt the vpn traffic from nat.

access-list 122 deny ip 192.168.1.0 0.0.0.255 192.168.6.0 0.0.0.255

access-list 122 deny ip 192.168.5.0 0.0.0.255 192.168.6.0 0.0.0.255

access-list 122 deny ip 192.168.10.0 0.0.0.255 192.168.6.0 0.0.0.255

access-list 122 permit ip 192.168.1.0 0.0.0.255 any

access-list 122 permit ip 192.168.5.0 0.0.0.255 any

access-list 122 permit ip 192.168.10.0 0.0.0.255 any

ip nat inside source list 122 interface Dialer1 overload

View solution in original post

6 Replies 6

Premdeep Banga
Level 7
Level 7

try,

crypto dynamic-map VTELDYNAMAP 10

reverse-route

Regards,

Prem

mattiaseriksson
Level 3
Level 3

Hi, in addition to the reverse route statement, you also need to exempt the vpn traffic from nat.

access-list 122 deny ip 192.168.1.0 0.0.0.255 192.168.6.0 0.0.0.255

access-list 122 deny ip 192.168.5.0 0.0.0.255 192.168.6.0 0.0.0.255

access-list 122 deny ip 192.168.10.0 0.0.0.255 192.168.6.0 0.0.0.255

access-list 122 permit ip 192.168.1.0 0.0.0.255 any

access-list 122 permit ip 192.168.5.0 0.0.0.255 any

access-list 122 permit ip 192.168.10.0 0.0.0.255 any

ip nat inside source list 122 interface Dialer1 overload

it worked! thanks for the help.

one more thing perhaps you can help me with.

now how would I block users access to some of the stuff? lets's say I want them to go on 192.168.5.x but not on 192.168.5.55?

also, I use the whole 192.168.6.x range for the vpn clients, can I do so that this range because a vlan 6? because right now it's part of the native vlan I think?

thank you!!

also, is it possible to have let,s say a group where 1 user can access everything and the others access only stuff in the 10.x network or I'll need to create a second group to do what I want to do?

As you want such a granularity. What I can suggest is Downloadable ACL's or cisco-av pairs, that are pushed from a Radius server.

using that feature you can restrict users on per per group or per user basis to any limit you want.

Below provided link is from Cisco ACS doc:

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs41/user/spc.htm#wp696775

Regards,

Prem

I am having the same problem as you are trying to setup Cisco 1751 as VPN server, and using Cisco VPN client software. Can you post the working config file for me to examine? Thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: