01-24-2006 05:50 PM - edited 02-21-2020 02:13 PM
I have a problem with ASA5500 remote access vpn. When I finished VPN wizard and VPN client setup. I can't establish the VPN tunnel. who can help me solve this problem. Thanks.
01-30-2006 11:52 AM
Verify that the Internet Security Association and Key Management Protocol (ISAKMP) port -- User Datagram Protocol (UDP) 500 -- is not blocked by an ACL, and verify that routing to the workstation from the VPN Concentrator is correct.
If you are using IP Security (IPSec) over UDP or IPSEC over Transport Control Protocol (TCP), make sure those settings have been turned on for both the Client and Concentrator.
You can configure the Concentrator to use IPSec over UDP and IPSec over TCP at the same time. The VPN Client can use either one, but only one at a time. It must manually select which one it is going to use.
To configure IPSec over TCP, select Configuration > System > Tunneling Protocols > IPSec > NAT Transparency. Make sure that IPSec over TCP option is checked.
To configure IPSec over UDP, select Configuration > User Management > Groups > Group Name > Client Config. Make sure that IPSec over UDP option is checked.
http://www.cisco.com/en/US/products/hw/vpndevc/ps2284/products_tech_note09186a00800946af.shtml
01-30-2006 02:26 PM
no-nat acl is missing. it is required since the current config has "nat (inside) 11 0.0.0.0 0.0.0.0.0".
e.g.
access-list no_nat permit ip 192.168.1.0 255.255.255.0 192.168.10.0 255.255.255.0
nat (inside) 0 access-list no_nat
further, apply the command "isakmp identity address" and "isakmp nat-traversal 20"
01-30-2006 06:47 PM
Thank for your help.
02-03-2006 04:19 PM
just wondering how you go. has the issue been resolved?
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