05-07-2012 09:24 AM - edited 02-21-2020 06:02 PM
Hi Everyone,
Im new in ASA configuration so I really need some advise, my requirements are these:
Basically, those are my needs (not too much to ask!!) I already made most of the config but it took me 2 days to figure out some things but now i have
the issue that cannot access http/https to UCS or CUCM (10.1.1.4) and while i am connected to VPN cant surf or seek for answers on the web using my
local Internet .
Im gonna post my ASA config and the directly connected L3 switch for you expert guys to help me fugure out my mistake.. ok!
Thanks in advance !!
Solved! Go to Solution.
05-08-2012 06:18 AM
Hi there,
Please copy this lines on your running config.
crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto dynamic-map dynacrpto 65535 set ikev1 transform-set ESP-AES-128-SHA
crypto map crypto-map 65535 ipsec-isakmp dynamic dynacrpto
crypto map crypto-map interface OUTSIDE
crypto ikev1 enable OUTSIDE
Please let me know the progress.
thanks
05-08-2012 12:03 PM
Thanks Rizwan,
I made some changes and i already have internet access while in Remote VPN, the only issue that am facing
is that cant have connectivity to some subnets.....I guess i need to add them to the split-tunneling acl or have to add more than that?
05-08-2012 12:14 PM
You need to create a no-nat between your internal network(s) and remote-vpn ip-pool and add that particular networks on the split-tunnel ACL.
object network obj-myinside-network
subnet x.x.x.x 255.255.255.0
nat (inside,outside) source static obj-myinside-network obj-myinside-network destination static VPN-POOL VPN-POOL
Hope that helps.
thanks
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