Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA 7.2(2) Remote Access vpn issue

Status
Not open for further replies.

BrotherJones

Technical User
Jun 3, 2006
47
US
hello.
Configured my asa using the Remote Access vpn wizard. Was working fine, but stopped working recently (may have to do with some static tunnels I created using older pix commands.)

I enabled debug crypto isakmp and ipsec -
When I connect using the cisco vpn client, the monitor shows that Phase I completed successfully, but then I get the error "IKE Initiator unable to find policy: Intf Outside, Src: 192.168.72.x, Dst: 192.168.72.200. The dest address is the one assigned to my client and the src is a bunch of internal servers.

here is a copy of my config. Any help is greatly appreciated.
----------------------------------------------

names
dns-guard
!
interface Ethernet0/0
nameif Outside
security-level 0
ip address x.x.x.208 255.255.255.0
!
interface Ethernet0/1
speed 100
duplex full
nameif Inside
security-level 100
ip address 192.168.72.1 255.255.255.0
!
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 aQkA8DVXrw.A124f encrypted
boot system disk0:/asa722-k8.bin
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
dns server-group DefaultDNS
domain-name x.x.com
same-security-traffic permit inter-interface
access-list outside_access_in extended permit gre any host x.x.x.208
access-list outside_access_in extended permit gre any host x.x.x.209
access-list outside_access_in extended permit tcp any host x.x.x.209 eq pptp
access-list outside_access_in extended permit tcp any host x.x.x.210 eq smtp
access-list outside_access_in extended permit tcp any host x.x.x.210 eq www
access-list outside_access_in extended permit tcp any host x.x.x.210 eq https
access-list outside_access_in extended permit tcp any host x.x.x.210 eq pop3
access-list CD3_RemoteAccess_TunnelGroup_splitTunnelAcl standard permit any
access-list Inside_nat0_outbound extended permit ip any 192.168.72.192 255.255.255.192
access-list Inside_nat0_outbound extended permit ip 192.168.72.0 255.255.255.0 172.17.1.0 255.255.255.0
access-list Inside_nat0_outbound extended permit ip 192.168.72.0 255.255.255.0 10.0.75.0 255.255.255.0
access-list CD3RemoteAccess_splitTunnelAcl standard permit any
access-list cd3vpnclients_splitTunnelAcl standard permit any
access-list cd3vpnclients_splitTunnelAcl_1 standard permit any
access-list cd3vpnclients_splitTunnelAcl_2 standard permit any
pager lines 24
logging enable
logging timestamp
logging console warnings
logging trap debugging
logging asdm warnings
logging host Inside 192.168.72.10
mtu Outside 1500
mtu Inside 1500
mtu management 1500
ip local pool VPN_Pool 192.168.72.200-192.168.72.229 mask 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
global (Outside) 1 interface
nat (Inside) 0 access-list Inside_nat0_outbound
nat (Inside) 1 192.168.72.0 255.255.255.0
static (Inside,Outside) tcp x.x.x.209 pptp 192.168.72.10 pptp netmask 255.255.255.255
static (Inside,Outside) x.x.x.210 192.168.72.11 netmask 255.255.255.255
access-group outside_access_in in interface Outside
route Outside 0.0.0.0 0.0.0.0 x.x.x..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 uauth 0:05:00 absolute
aaa-server AAA_ServerGroup protocol radius
aaa-server AAA_ServerGroup host 192.168.72.10
timeout 5
key xxxx
group-policy cd3vpnclients internal
group-policy cd3vpnclients attributes
wins-server value 192.168.72.13
dns-server value 192.168.72.10 192.168.72.13
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value cd3vpnclients_splitTunnelAcl_2
default-domain value x.x.com
http server enable
http 192.168.72.0 255.255.255.0 Inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set TripleDes esp-3des esp-md5-hmac
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 dynamic-map Outside_dyn_map 20 set pfs
crypto dynamic-map Outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto dynamic-map Outside_dyn_map 40 set pfs
crypto dynamic-map Outside_dyn_map 40 set transform-set ESP-3DES-SHA
crypto dynamic-map Outside_dyn_map0 20 set pfs
crypto dynamic-map Outside_dyn_map0 20 set transform-set ESP-3DES-SHA
crypto map Outside_map 65535 ipsec-isakmp dynamic Outside_dyn_map
crypto map TESTMAP 10 match address Inside_nat0_outbound
crypto map TESTMAP 10 set peer x.x.x..75
crypto map TESTMAP 10 set transform-set TripleDes
crypto map TESTMAP 10 set security-association lifetime seconds 86400
crypto map SERENITYMAP 10 match address Inside_nat0_outbound
crypto map SERENITYMAP 10 set peer x.x.x..36
crypto map SERENITYMAP 10 set transform-set TripleDes
crypto map SERENITYMAP 10 set security-association lifetime seconds 86400
crypto map VPNTUNNELS 10 match address Inside_nat0_outbound
crypto map VPNTUNNELS 10 set peer x.x.x..75
crypto map VPNTUNNELS 10 set transform-set ESP-3DES-MD5
crypto map VPNTUNNELS 10 set security-association lifetime seconds 86400
crypto map VPNTUNNELS 65535 ipsec-isakmp dynamic Outside_dyn_map0
crypto map VPNTUNNELS 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
tunnel-group cd3vpnclients type ipsec-ra
tunnel-group cd3vpnclients general-attributes
address-pool VPN_Pool
authentication-server-group AAA_ServerGroup
default-group-policy cd3vpnclients
tunnel-group cd3vpnclients ipsec-attributes
pre-shared-key *
tunnel-group x.x.x..75 type ipsec-l2l
tunnel-group x.x.x..75 type ipsec-l2l
tunnel-group x.x.x..75 ipsec-attributes
pre-shared-key *
tunnel-group x.x.x..36 type ipsec-l2l
no tunnel-group-map enable peer-ip
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 Outside
ssh 0.0.0.0 0.0.0.0 Inside
ssh timeout 30
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
!
class-map inspection_default1
match default-inspection-traffic
!
!
policy-map global_policy
class inspection_default1
inspect pptp
inspect dns
inspect ftp
inspect h323 h225
inspect h323 ras
inspect http
inspect icmp
inspect icmp error
inspect ils
inspect ipsec-pass-thru
inspect netbios
inspect rsh
inspect rtsp
inspect sip
inspect skinny
inspect snmp
inspect sqlnet
inspect sunrpc
inspect tftp
policy-map type inspect dns migrated_dns_map_1
parameters
message-length maximum 512
!
service-policy global_policy global
prompt hostname context
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top