cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
437
Views
0
Helpful
2
Replies

Allow Cisco VPN clients from inside of ASA?

whiteford
Level 1
Level 1

Hi,

I have a Cisco ASA and quite often have a clients come in and want to use their Cisco VPN clients to connect to their remote networks.

What do I need to open on my Cisco ASA to allow this traffic to pass through it with nothing blocking it?

2 Replies 2

vipthomps
Level 1
Level 1

Usually i have to enable Nat traversal for this

To cisco vpn from inside behind asa to outside add this to your global polciy (IPsec pass through )

ciscoasa(config)# policy-map global_policy

ciscoasa(config-pmap)# class inspection_default

ciscoasa(config-pmap-c)# inspect ipsec-pass-thru

ciscoasa(config-pmap-c)#exit

if you want to read about it here is some Backround info

http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/i2_72.html#wp1668213

HTH

Rgds

Jorge

Jorge Rodriguez