cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
281
Views
5
Helpful
1
Replies

VPN 1841:Unable to access network resources.Please advise

assyrian1981
Level 1
Level 1

Hi,

I'm Unable to access vpn resources once i vpn successfully i can't ping the servers.I have attached my config for review.I need bit of assistance please.

1 Reply 1

ajagadee
Cisco Employee
Cisco Employee

Hi,

You need to by pass NAT for the traffic from the LAN to the VPN Client Pool.

access-list 150 deny ip 192.168.168.0 0.0.0.255 172.30.50.0 0.0.0.255

access-list 150 permit ip 192.168.168.0 0.0.0.255 any

ip nat inside source list 100 interface dialer0 overload

So, in the above example, any traffic sources from 192.168.168.0/24 destined to 172.30.50.0/24 is not NATted.

Please refer the below URL for details.

http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a008009475c.shtml

I hope it helps.

Regards,

Arul