Advertisement

09.16.2008 at 02:02AM PDT, ID: 23734436 | Points: 500
[x]
Attachment Details

Using EZVPN wizard on ASA to create remote client VPN, problems connecting

Asked by pbenningfield in Cisco PIX Firewall

Tags: , , ,

I've completely started over on the ASA 5505 (ver 7.2(4) I am working with, and I'm now using ASDM 5.2(4) to configure the EZVPN.  All I'm trying to do it set it up for local authentication for 2 users that will use Cisco VPN Client 5.0.03.0560.  I run through the wizard, define authentication as CRACK, add the users and passwords, etc. and all is successful, yet I cannot connect.  In fact, I receive this message on the client:  
asa# Sep 15 15:51:01 [IKEv1]: Group = DefaultRAGroup, IP = 11.11.11.11, Removing peer from peer table failed, no match!
Sep 15 15:51:01 [IKEv1]: Group = DefaultRAGroup, IP = 11.11.11.11, Error: Unable to remove PeerTblEntry

I don't have a "DefaultRAGroup" defined., don't know what its looking for here??  Below is my config, TIA.

ASA Version 7.2(4)
!
hostname host
domain-name domain.local
enable password REMOVED
passwd REMOVED
names
dns-guard
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.10.1 255.255.255.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 99.99.99.4 255.255.255.0
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
dns server-group DefaultDNS
 domain-name domaain.local
same-security-traffic permit intra-interface
access-list outside_access_in extended permit icmp any any
access-list outside_access_in extended permit tcp any interface outside eq smtp
access-list outside_access_in extended permit tcp any any eq www
access-list outside_access_in extended permit tcp any any eq https
access-list outside_access_in extended permit tcp any interface outside eq www
access-list outside_access_in extended permit tcp any interface outside eq ftp
access-list outside_access_in extended permit tcp any interface outside eq pop3
access-list outside_access_in extended permit tcp any interface outside eq ftp-data
access-list outside_access_in extended permit tcp any interface outside eq 3389
access-list MGVPN_splitTunnelAcl standard permit any
pager lines 24
logging enable
logging console debugging
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool MGVPN 192.168.250.1-192.168.250.254 mask 255.255.255.0
ip audit attack action alarm drop
icmp unreachable rate-limit 1 burst-size 1
icmp permit any inside
icmp permit any echo-reply outside
asdm image disk0:/asdm-524.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface www 192.168.10.254 www netmask 255.255.255.255
static (inside,outside) tcp interface ftp-data 192.168.10.254 ftp-data netmask 255.255.255.255
static (inside,outside) tcp interface ftp 192.168.10.254 ftp netmask 255.255.255.255
static (inside,outside) tcp interface smtp 192.168.10.254 smtp netmask 255.255.255.255
static (inside,outside) tcp interface pop3 192.168.10.254 pop3 netmask 255.255.255.255
static (inside,outside) tcp interface 3389 192.168.10.254 3389 netmask 255.255.255.255
static (inside,outside) tcp interface https 192.168.10.254 https netmask 255.255.255.255
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 99.99.99.1 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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute
aaa authentication ssh console LOCAL
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication telnet console LOCAL
aaa authentication secure-http-client
aaa local authentication attempts max-fail 4
http server enable
http 192.168.10.0 255.255.255.0 inside
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication crack
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto isakmp nat-traversal  20
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 60
ssh 0.0.0.0 0.0.0.0 inside
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 60
console timeout 0
management-access inside

group-policy MGVPN internal
group-policy MGVPN attributes
 wins-server value 192.168.10.254
 dns-server value 192.168.10.254
 vpn-tunnel-protocol IPSec
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value MGVPN_splitTunnelAcl
 default-domain value DOMAIN.local
username michelle password REMOVED privilege 0
username michelle attributes
 vpn-group-policy MGVPN
username trish password REMOVED privilege 15
username mark password REMOVED privilege 15
username robert password REMOVED privilege 0
username robert attributes
 vpn-group-policy MGVPN
tunnel-group MGVPN type ipsec-ra
tunnel-group MGVPN general-attributes
 address-pool MGVPN
 default-group-policy MGVPN
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
  inspect http
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:f717fe72f37a9e08b8441a4ed3d1ba33
: end


The ASA is connected directly to the cable modem, there is no router in between.Start Free Trial
 
 
[+][-]09.16.2008 at 09:42AM PDT, ID: 22490419

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.

 
[+][-]09.16.2008 at 01:07PM PDT, ID: 22492692

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.

 
[+][-]09.16.2008 at 01:14PM PDT, ID: 22492754

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.

 
[+][-]09.16.2008 at 01:38PM PDT, ID: 22493033

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.

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