Replace your "global" and "nat" commands with these:
global (outside) 1 interface
nat (inside) 1 0 0
You probably won't need to change the "nat" command but this is what it should look like. This will configure port address translation, which you should not have a problem with too many...
I would say to post the configs. If you clear the isakmp sa's on both ends (cl isakmp sa) will traffic from either end bring up the tunnel and pass?
Garrett
I wouldn't use "des" as an encryption scheme for your vpn connections. I would setup "3des" is a minimum and also configure "aes".
I would change your config to look like this:
crypto ipsec transform-set myset esp-3des esp-md5-hmac (<-- changed)
crypto ipsec transform-set myset2 esp-aes...
NAT is not the same as NAT-T. NAT Traversal is also disabled by default. This will turn it on:
isakmp nat-traversal 20
<20> is the nat keepalive, set it higher or lower as you desire.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.