Question

Cisco Firewall / VPN issue - Can not connect to Firewall using Cisco VPN client software 5.0. Debug crypto isakmp shows error

Asked by: greenbeanx81

Hello All,

I am receiving error when I am trying to connect to a CISCO ASA using Cisco VPN client 5.0 o Windows Vista. Strange thing is the VPN was working fine. Tried rebooting Vista, no luck. I tried a reboot the ASA and I am still getting that same error. I've seen this error on other threads due to a configuration change. The ASA configuration as not changed at all. Any help or suggestions. Thank you :-)

The debug crypto isakmp shows the following error:

Jul 26 23:12:21 [IKEv1]: Group = BARODA, IP = x.x.x.224, Removing peer from peer table failed, no match!
Jul 26 23:12:21 [IKEv1]: Group = BARODA, IP = x.x.x.224, Error: Unable to remove PeerTblEntry

sh crypto isakmp sa shows:

Active SA: 1
    Rekey SA: 0 (A tunnel will report 1 Active and 1 Rekey SA during rekey)
Total IKE SA: 1

1   IKE Peer: x.x.x.224
    Type    : user            Role    : responder
    Rekey   : no              State   : AM_WAIT_MSG3

Here is my ASA config:

The ASA 7.0
!
interface Ethernet0/0
 nameif outside
 security-level 0
 ip address x.x.x.2 255.255.255.0
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 10.28.5.20 255.255.255.0
!
interface Ethernet0/2
 shutdown
 no nameif
 security-level 100
 no ip address
!            
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
 management-only
!
passwd OLwrzN2..uVF.NHM encrypted
ftp mode passive
access-list 100 extended permit icmp any any
access-list 100 extended permit udp any any eq isakmp
access-list 100 extended permit esp any any
access-list 100 extended permit ip any host x.x.x.50
access-list 100 extended permit tcp any host x.x.x.10 eq 3389
access-list 100 extended permit ip any host x.x.x.3
access-list NONAT extended permit ip 10.1.3.0 255.255.255.0 10.1.10.0 255.255.255.0
access-list NONAT extended permit ip 10.1.3.0 255.255.255.0 10.1.19.0 255.255.255.0
access-list NONAT extended permit ip 10.1.3.0 255.255.255.0 10.1.1.0 255.255.255.0
access-list NONAT extended permit ip 10.1.3.0 255.255.255.0 10.1.5.0 255.255.255.0
access-list NONAT extended permit ip 10.1.3.0 255.255.255.0 10.1.2.0 255.255.255.0
access-list NONAT extended permit ip 10.1.3.0 255.255.255.0 10.1.20.0 255.255.255.0
access-list NONAT extended permit ip 10.1.3.0 255.255.255.0 10.1.4.0 255.255.255.0
access-list VPNCLIENT extended permit ip 10.1.3.0 255.255.255.0 10.1.19.0 255.255.255.0
access-list BARODA extended permit ip 10.1.3.0 255.255.255.0 10.1.10.0 255.255.255.0
access-list BARODA extended permit ip 10.1.3.0 255.255.255.0 10.1.1.0 255.255.255.0
access-list BARODA extended permit ip 10.1.3.0 255.255.255.0 10.1.20.0 255.255.255.0
access-list BARODA extended permit ip 10.1.3.0 255.255.255.0 10.1.4.0 255.255.255.0
access-list Acacia extended permit ip 10.1.3.0 255.255.255.0 10.1.5.0 255.255.255.0
access-list ROXBURY extended permit ip 10.1.3.0 255.255.255.0 10.1.2.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip local pool vpnclientpool 10.1.19.50-10.1.19.254
asdm image disk0:/asdm506.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list NONAT
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) x.x.x.50 10.1.3.50 netmask 255.255.255.255
static (inside,outside) x.x.x.10 10.1.3.10 netmask 255.255.255.255
static (inside,outside) x.x.x.3 10.1.3.250 netmask 255.255.255.255
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 x.x.x.1 1
route inside 10.0.0.0 255.0.0.0 10.28.5.10 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
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server partnerauth protocol radius
aaa-server partnerauth host 10.1.3.10
 timeout 5
 key *****
group-policy BARODA internal
group-policy BARODA attributes
 wins-server value 10.1.3.10
 dns-server value 10.1.3.10
 vpn-idle-timeout 30
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value VPNCLIENT
 default-domain value barodaventures.local
 webvpn
http server enable
http 192.168.1.0 255.255.255.0 inside
snmp-server location Baroda Ventures
snmp-server contact emailaddress@mycompany.com
snmp-server community 9ice411
snmp-server enable traps snmp authentication linkup linkdown coldstart
service resetinbound
service resetoutside
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 40 set transform-set ESP-3DES-MD5
crypto map VPNmap 100 match address BARODA
crypto map VPNmap 100 set pfs
crypto map VPNmap 100 set peer x.x.x.10
crypto map VPNmap 100 set transform-set ESP-3DES-MD5
crypto map VPNmap 200 match address ROXBURY
crypto map VPNmap 200 set pfs
crypto map VPNmap 200 set peer x.x.x.2
crypto map VPNmap 200 set transform-set ESP-3DES-MD5
crypto map VPNmap 300 match address Acacia
crypto map VPNmap 300 set pfs
crypto map VPNmap 300 set peer x.x.x.196
crypto map VPNmap 300 set transform-set ESP-3DES-MD5
crypto map VPNmap 800 ipsec-isakmp dynamic outside_dyn_map
crypto map VPNmap interface outside
isakmp identity address
isakmp enable outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
isakmp policy 65535 authentication pre-share
isakmp policy 65535 encryption des
isakmp policy 65535 hash sha
isakmp policy 65535 group 2
isakmp policy 65535 lifetime 86400
isakmp nat-traversal  20
tunnel-group DefaultRAGroup general-attributes
 authentication-server-group (outside) partnerauth
tunnel-group x.x.x.196 type ipsec-l2l
tunnel-group x.x.x.x ipsec-attributes
 pre-shared-key *
tunnel-group x.x.x.10 type ipsec-l2l
tunnel-group x.x.x.10 ipsec-attributes
 pre-shared-key *
tunnel-group x.x.x.2 type ipsec-l2l
tunnel-group x.x.x.2 ipsec-attributes
 pre-shared-key *
tunnel-group BARODA type ipsec-ra
tunnel-group BARODA general-attributes
 address-pool vpnclientpool
 authentication-server-group partnerauth
 default-group-policy BARODA
tunnel-group BARODA ipsec-attributes
 pre-shared-key *
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map global_policy
 class inspection_default
  inspect dns maximum-length 512
  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
!
service-policy global_policy global
ssl encryption des-sha1 rc4-md5

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2007-07-27 at 00:05:35ID22724781
Tags

cisco

,

vpn

Topics

Cisco PIX Firewall

,

Virtual Private Networking (VPN)

,

Network Software Firewalls

Participating Experts
1
Points
500
Comments
2

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. PIX to PIX VPN - ISAKMP Failing
    I had a VPN running between two PIX 501 firewalls and yesterday for some unknown reason it simply stopped working. It appears as though ISAKMP is failing. I changed out the certs in early December and it has worked up until yesterday. I've also verified that the times on t...
  2. PIx  ISAKMP Configuration issues
    We are in the process of allowing a site to site connection for one vendow using a Pix 515E. We have a PIX 515 E on our site and configured the site to site vpn as we have in the past. Our vendor is unable to connect. Here is the router config and debug. We have verified the ...
  3. CISCO PIX 506E with IPSec VPN for VISTA
    I have CISCO PIX 506E with IPSec VPN configured on it as I am using PPPoE. Now I recently added a Microsoft VISTA client and want to configure it to use VPN. I tried all latest CISCO VPN client software but no luck. Anybody have any idea
  4. Cisco PIX 501 cannot establish tunnel with peer - VPN P…
    I have a PIX 501 that was working great. The tunnel dropped and it will not reconnect to the peer. There have been no changes to this PIX or the remote PIX(peer). The error I am getting when I do a debug is: VPN Peer:ISAKMP: Peer Info for x.x.x.x/500 not found - peers:0. I...
  5. IPSec VPN
    Trying to setup new ASA box for IPSec VPN. I receive this error message in ASDM when a VPN client tries to connect. Group = DefaultRAGroup, IP = x.x.x.x, Error: Unable to remove PeerTblEntry Group = DefaultRAGroup, IP = x.x.x.x, Removing peer from peer table failed, no ma...
  6. IPSEC Site to site VPN won't establish Peer
    Hi, I am using a simulator before I apply IPSEC to a live router. I cant seem to get the two sites in the simulator to establish a connection. Can someone look over the config and tell me what I am missing or doing wrong? Site Router1 crypto isakmp policy 50 encr aes au...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: greenbeanx81Posted on 2007-07-27 at 01:47:09ID: 19580958

Hello All,

I ran a crypto debug level 15. Here is the output. What concerns me is the duplicate phase 1 packets.  Any thoughts?

Jul 27 01:15:16 [IKEv1]: IP = x.x.x.181, IKE_DECODE RECEIVED Message (msgid=0) with payloads : HDR + SA (1) + KE (4) + NONCE (10) + ID (5) + VENDOR (13) + VENDOR (13) + VENDOR (13) + VENDOR (13) + VENDOR (13) + NONE (0) total length : 850
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing SA payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing ke payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing ISA_KE payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing nonce payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing ID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing VID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, Received xauth V6 VID
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing VID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, Received DPD VID
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing VID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, Received Fragmentation VID
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, IKE Peer included IKE fragmentation capability flags:  Main Mode:        True  Aggressive Mode:  False
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing VID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, Received NAT-Traversal ver 02 VID
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, processing VID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: IP = x.x.x.181, Received Cisco Unity client VID
Jul 27 01:15:16 [IKEv1]: IP = x.x.x.181, Connection landed on tunnel_group BARODA
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, processing IKE SA payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, IKE SA Proposal # 1, Transform # 13 acceptable  Matches global IKE entry # 1
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing ISAKMP SA payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing ke payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing nonce payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, Generating keys for Responder...
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing ID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing hash payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, Computing hash for ISAKMP
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing Cisco Unity VID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing xauth V6 VID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing dpd vid payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing NAT-Traversal VID ver 02 payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing NAT-Discovery payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, computing NAT Discovery hash
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing NAT-Discovery payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, computing NAT Discovery hash
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing Fragmentation VID + extended capabilities payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing VID payload
Jul 27 01:15:16 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, Send Altiga/Cisco VPN3000/Cisco ASA GW VID
Jul 27 01:15:16 [IKEv1]: IP = x.x.x.181, IKE_DECODE SENDING Message (msgid=0) with payloads : HDR + SA (1) + KE (4) + NONCE (10) + ID (5) + HASH (8) + VENDOR (13) + VENDOR (13) + VENDOR (13) + VENDOR (13) + NAT-D (130) + NAT-D (130) + VENDOR (13) + VENDOR (13) + NONE (0) total length : 428
Jul 27 01:15:21 [IKEv1]: Group = BARODA, IP = x.x.x.181, Duplicate Phase 1 packet detected.  Retransmitting last packet.
Jul 27 01:15:21 [IKEv1]: Group = BARODA, IP = x.x.x.181, P1 Retransmit msg dispatched to AM FSM
Jul 27 01:15:26 [IKEv1]: Group = BARODA, IP = x.x.x.181, Duplicate Phase 1 packet detected.  Retransmitting last packet.
Jul 27 01:15:26 [IKEv1]: Group = BARODA, IP = x.x.x.181, P1 Retransmit msg dispatched to AM FSM
Jul 27 01:15:31 [IKEv1]: Group = BARODA, IP = x.x.x.181, Duplicate Phase 1 packet detected.  Retransmitting last packet.
Jul 27 01:15:31 [IKEv1]: Group = BARODA, IP = x.x.x.181, P1 Retransmit msg dispatched to AM FSM
Jul 27 01:15:39 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, IKE AM Responder FSM error history (struct &0x35fbd08)  <state>, <event>:  AM_DONE, EV_ERROR-->AM_WAIT_MSG3, EV_PROB_AUTH_FAIL-->AM_WAIT_MSG3, EV_TIMEOUT-->AM_WAIT_MSG3, NullEvent-->AM_SND_MSG2, EV_CRYPTO_ACTIVE-->AM_SND_MSG2, EV_SND_MSG-->AM_SND_MSG2, EV_START_TMR-->AM_SND_MSG2, EV_RESEND_MSG
Jul 27 01:15:39 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, IKE SA AM:9e37833d terminating:  flags 0x0104c001, refcnt 0, tuncnt 0
Jul 27 01:15:39 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, sending delete/delete with reason message
Jul 27 01:15:39 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing blank hash payload
Jul 27 01:15:39 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing IKE delete payload
Jul 27 01:15:39 [IKEv1 DEBUG]: Group = BARODA, IP = x.x.x.181, constructing qm hash payload
Jul 27 01:15:39 [IKEv1]: IP = x.x.x.181, IKE_DECODE SENDING Message (msgid=c4edb2e1) with payloads : HDR + HASH (8) + DELETE (12) + NONE (0) total length : 76
Jul 27 01:15:39 [IKEv1]: Group = BARODA, IP = x.x.x.181, Removing peer from peer table failed, no match!
Jul 27 01:15:39 [IKEv1]: Group = BARODA, IP = x.x.x.181, Error: Unable to remove PeerTblEntry

 

by: lrmoorePosted on 2007-07-27 at 06:01:27ID: 19581895

> nameif inside
> ip address 10.28.5.20 255.255.255.0

If your inside LAN subnet is 10.28.5.0/24 then nothing else in the config makes any sense.
All of your acls and statics refer to 10.1.3.0/24 as being inside
You have no inside route statement routing 10.1.3.0 anywhere

What exact versions of ASA 7.x and VPN client are you using?
There is a new VPN 5.0.0600 version client


20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...