04-29-2010 01:16 AM
Hi,
I can connect to the VPN via Cisco VPN Client but I cannot ping any ip from the LAN. I already tried the crypto isakmp nat-traversal 20 but still no luck. I am attaching my config. Hope you can help. Thanks
04-29-2010 04:47 AM
If you have just tested ping through the vpn client connection, then you need to allow icmp inspection as follows:
policy-map global_policy
class inspection_default
inspect icmp
With the current configuration, you should be able to access the inside LAN: 10.238.10.0/24
If you also need access to DMZ subnet, then you would need the following:
access-list dmz-nonat permit ip 192.168.238.0 255.255.255.0 10.88.0.0 255.255.255.0
nat (dmz) 0 access-list dmz-nonat
I also notice that you didn't configure split tunnelling, hence you won't be able to browse the internet once connected via vpn. You can either configure split tunnel, or send all traffic (including internet traffic) towards the ASA via the vpn tunnel.
05-06-2010 02:50 PM
Possibly you have a similar issue like this:
https://supportforums.cisco.com/thread/2002837?tstart=0
Please, try to manually add a route (you must do using the administrative command prompt) and ping again.
If you can do, you have exctly my same problem; if so, please, let me know.
Ciao
05-06-2010 06:24 PM
Hi,
We got it working now by enabling NAT traversal. Thanks for the help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide