Advertisement

04.26.2007 at 09:49AM PDT, ID: 22536410
[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!

7.8

Cisco ASA 5510 7.2(2) Remote Access vpn issue

Asked by SneakyJones in Virtual Private Networking (VPN)

Tags: , , , ,

hello.
Configured my Cisco asa 5510 using the Remote Access vpn wizard for remote access vpns. Was working fine, but stopped working recently (may have to do with some static tunnels I created using older pix commands.) The clients are using the Cisco VPN client version 4.x

(ps, I tried reconfiguring the ras vpn setup (using the wizard) a couple of more times, that's why you may see some extra and unnecessary configuration commands in the config below.

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 ASA's config. Any help is greatly appreciated.
thanks.
----------------------------------------------

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 contextStart Free Trial
[+][-]04.26.2007 at 02:42PM PDT, ID: 18985383

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.

 
[+][-]04.26.2007 at 05:11PM PDT, ID: 18986118

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.

 
[+][-]05.03.2007 at 07:34AM PDT, ID: 19023580

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.

 
[+][-]07.05.2007 at 11:51AM PDT, ID: 19426302

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]07.15.2007 at 01:17PM PDT, ID: 19491730

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]07.21.2007 at 06:46AM PDT, ID: 19538832

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: Virtual Private Networking (VPN)
Tags: asa, cisco, unable, vpn, 5510
Sign Up Now!
Solution Provided By: Computer101
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-42