Advertisement

02.25.2008 at 09:47AM PST, ID: 23190921
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

Cisco ASA - Howto configure remote access VPN via Cisco VPN Client

Asked by itcolumbia in Network Software Firewalls

Tags: , ,

I have configured a Cisco ASA 5510 via the ASDM for a remote access VPN tunnel. It is configured to do pre-share authentication and then pass user authentication to an IAS server to query against AD.

It seems like all is well I am able to authenticate however in the final step which is Negotiating Security Policies it does not ever finish and the client hangs here forever. I can not even disconnect without restarting the machine. What seems to be happening is I never get an IP address assigned from the pool specified on the ASA which I think is hanging up the IPSEC portion of the connection.

If I do a show crypto isakmp sa I do have an entry while the client is still saying Negotiating Security Policies. However if I do a show crypto ipsec sa I do not have any entries leading me to my last conclusion that I am failing on the IPSEC portion of the connection.

I have run and verified that the AAA portion of the configuration is working by running the test command. I do get a response of INFO: Authentication Successful.

Below is my current VPN configuration from the ASA.

Version for reference:
ASA: 8.0(3)
ASDM: 6.0(3)
VPN Client: 5.0.02.0090

Thank you for your time.

access-list PDX-Remote_splitTunnelAcl standard permit any
access-list inside_nat0_outbound extended permit ip any 192.168.201.0 255.255.255.0

ip local pool VPN 192.168.201.2-192.168.201.254 mask 255.255.255.0


dynamic-access-policy-record DfltAccessPolicy
aaa-server RADIUS protocol radius
 reactivation-mode timed
aaa-server RADIUS host PDX-DC1
 key **************
 acl-netmask-convert auto-detect
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication telnet console LOCAL
aaa authentication ssh console RADIUS LOCAL

crypto ipsec transform-set TRANS_ESP_3DES_SHA esp-3des esp-sha-hmac
crypto ipsec transform-set TRANS_ESP_3DES_SHA mode transport
crypto ipsec transform-set TRANS_ESP_AES-128_SHA esp-aes esp-sha-hmac
crypto ipsec transform-set TRANS_ESP_AES-128_SHA mode transport
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128
-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256
-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
vpn-addr-assign local reuse-delay 10


group-policy DfltGrpPolicy attributes
 ip-comp enable
group-policy PDX-Remote internal
group-policy PDX-Remote attributes
 dns-server value 10.1.1.50 10.1.1.128
 vpn-idle-timeout 30
 vpn-session-timeout 600
 vpn-tunnel-protocol IPSec
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value PDX-Remote_splitTunnelAcl
 default-domain value columbia-dist.com
tunnel-group PDX-Remote type remote-access
tunnel-group PDX-Remote general-attributes
 address-pool VPN
 authentication-server-group RADIUS
 default-group-policy PDX-Remote
tunnel-group PDX-Remote ipsec-attributes
 pre-shared-key *
!Start Free Trial
[+][-]02.26.2008 at 04:38AM PST, ID: 20983658

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.26.2008 at 10:22AM PST, ID: 20987099

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.03.2008 at 08:52AM PDT, ID: 21701658

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.03.2008 at 04:18PM PDT, ID: 21705417

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Network Software Firewalls
Tags: Cisco, ASA, 5510
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628