Advertisement

05.30.2008 at 04:20PM PDT, ID: 23446202
[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.8

Cisco ASA 5510 and L2TP Remote VPN from Windows XP Client Fail With Errors

Asked by stephenreinhard in Enterprise Firewalls, Virtual Private Networking (VPN), Cisco PIX Firewall

Tags: , ,

Hi All...

I have an issue that involves a cisco asa 5510 with sa 8.0.3 and a windows xp client. The client wants to use the built in L2TP vpn capabilites in xp versus loading the cisco vpn client. I have already built the connection on the asa and when the client goes to connect the asa provides the following errors.

Group = DefaultRAGroup, IP = 70.216.147.168, Automatic NAT Detection Status:     Remote end is NOT behind a NAT device     This   end is NOT behind a NAT device
Group = DefaultRAGroup, IP = 70.216.147.168, Freeing previously allocated memory for authorization-dn-attributes
AAA retrieved default group policy (DefaultRAGroup) for user = DefaultRAGroup
Group = DefaultRAGroup, IP = 70.216.147.168, PHASE 1 COMPLETED
IP = 70.216.147.168, Keep-alives configured on but peer does not support keep-alives (type = None)
Group = DefaultRAGroup, IP = 70.216.147.168, All IPSec SA proposals found unacceptable!
Group = DefaultRAGroup, IP = 70.216.147.168, QM FSM error (P2 struct &0xd5b4b6d8, mess id 0xccfcd785)!
Group = DefaultRAGroup, IP = 70.216.147.168, Removing peer from correlator table failed, no match!
Group = DefaultRAGroup, Username = , IP = 70.216.147.168, Session disconnected. Session Type: IKE, Duration: 0h:00m:00s, Bytes xmt: 0, Bytes rcv: 0, Reason: Phase 2 Mismatch

Config Posted Below Any Help Offered Will Be Humbly and Greatfully Accepted.
ASA Version 8.0(3)
!
hostname BHAGHENDERSONASA5510
domain-name brianharrisautogroup.com
enable password 8Ry2YjIyt7RRXU24 encrypted
names
name 10.196.12.0 henderson_insidenew
dns-guard
!
interface Ethernet0/0
 nameif outside
 security-level 0
 ip address 70.182.146.13 255.255.255.224
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 10.196.13.254 255.255.255.252
!
interface Ethernet0/2
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 nameif management
 security-level 100
 ip address 192.168.1.1 255.255.255.0
 management-only
!
passwd 2KFQnbNIdI.2KYOU encrypted
boot system disk0:/asa803-k8.bin
ftp mode passive
dns server-group DefaultDNS
 domain-name brianharrisautogroup.com
access-list outside_1_cryptomap extended permit ip henderson_insidenew 255.255.254.0 208.67.188.32 255.255.255.224
access-list inside_nat0_outbound extended permit ip henderson_insidenew 255.255.254.0 208.67.188.32 255.255.255.224
access-list inside_nat0_outbound extended permit ip henderson_insidenew 255.255.254.0 10.196.8.0 255.255.254.0
access-list inside_nat0_outbound extended permit ip henderson_insidenew 255.255.254.0 10.196.10.0 255.255.254.0
access-list inside_nat0_outbound extended permit ip any 10.196.12.192 255.255.255.192
access-list outside_2_cryptomap extended permit ip henderson_insidenew 255.255.254.0 10.196.8.0 255.255.254.0
access-list outside_3_cryptomap extended permit ip henderson_insidenew 255.255.254.0 10.196.10.0 255.255.254.0
access-list DefaultRAGroup_splitTunnelAcl standard permit any
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu management 1500
ip local pool HENDERSON_REMOTEVPN 10.196.12.193-10.196.12.253 mask 255.255.255.192
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-603.bin
no asdm history enable
arp timeout 14400
global (outside) 101 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 101 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 70.182.146.1 1
route inside henderson_insidenew 255.255.254.0 10.196.13.253 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 0.0.0.0 0.0.0.0 outside
http henderson_insidenew 255.255.254.0 inside
http 192.168.1.0 255.255.255.0 management
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
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 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-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-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes 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 TRANS_ESP_3DES_SHA
crypto map outside_map 1 match address outside_1_cryptomap
crypto map outside_map 1 set pfs
crypto map outside_map 1 set peer 208.67.188.153
crypto map outside_map 1 set transform-set ESP-3DES-MD5
crypto map outside_map 2 match address outside_2_cryptomap
crypto map outside_map 2 set pfs
crypto map outside_map 2 set peer 70.169.69.26
crypto map outside_map 2 set transform-set ESP-3DES-SHA
crypto map outside_map 3 match address outside_3_cryptomap
crypto map outside_map 3 set pfs
crypto map outside_map 3 set peer 70.169.69.18
crypto map outside_map 3 set transform-set ESP-3DES-SHA
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 md5
 group 2
 lifetime 86400
crypto isakmp policy 30
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
telnet timeout 5
ssh 66.55.21.160 255.255.255.240 outside
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
group-policy DefaultRAGroup internal
group-policy DefaultRAGroup attributes
 wins-server value 10.196.13.194
 dns-server value 10.196.13.197 10.196.13.198
 vpn-tunnel-protocol IPSec l2tp-ipsec
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value DefaultRAGroup_splitTunnelAcl
 default-domain value INET-GATEWAY.COM
username bharris password jZlRK1c22mfra7Oxqo0oYw== nt-encrypted privilege 0
username bharris attributes
 vpn-group-policy DefaultRAGroup
tunnel-group DefaultRAGroup general-attributes
 address-pool HENDERSON_REMOTEVPN
 default-group-policy DefaultRAGroup
tunnel-group DefaultRAGroup ipsec-attributes
 pre-shared-key *
tunnel-group DefaultRAGroup ppp-attributes
 authentication ms-chap-v2
tunnel-group 208.67.188.153 type ipsec-l2l
tunnel-group 208.67.188.153 ipsec-attributes
 pre-shared-key *
tunnel-group 70.169.69.26 type ipsec-l2l
tunnel-group 70.169.69.26 ipsec-attributes
 pre-shared-key *
tunnel-group 70.169.69.18 type ipsec-l2l
tunnel-group 70.169.69.18 ipsec-attributes
 pre-shared-key *
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns migrated_dns_map_1
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns migrated_dns_map_1
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny  
  inspect sunrpc
  inspect xdmcp
  inspect sip  
  inspect netbios
  inspect tftp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:34bb260a779b36710e96f3f8d01d771d
: end
asdm image disk0:/asdm-603.bin
asdm location henderson_insidenew 255.255.254.0 inside
asdm location 10.196.8.0 255.255.254.0 inside
asdm location 10.196.10.0 255.255.254.0 inside
no asdm history enable



Start Free Trial
[+][-]05.31.2008 at 07:55AM PDT, ID: 21683893

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

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

 
[+][-]05.31.2008 at 12:19PM PDT, ID: 21684790

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

Zones: Enterprise Firewalls, Virtual Private Networking (VPN), Cisco PIX Firewall
Tags: Cisco, ASA 5510, ASA 5510
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 3
Solution Grade: A
 
 
[+][-]05.31.2008 at 02:20PM PDT, ID: 21685088

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

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

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628