Question : Cisco ASA 5505 Remote Access VPN Problem

Hello,

I just purchased an ASA 5505 and am having trouble getting the remote access vpn to work.

When I connect with the cisco vpn client, I get the following error.  I am able to authenticate and connect, but I am unable to access anything on the network.

17     15:02:38.218  06/03/10  Sev=Warning/2      CVPND/0xE3400013
AddRoute failed to add a route: code 87
      Destination      192.168.0.255
      Netmask      255.255.255.255
      Gateway      192.168.3.1
      Interface      192.168.3.4

18     15:02:38.218  06/03/10  Sev=Warning/2      CM/0xA3100024
Unable to add route. Network: c0a800ff, Netmask: ffffffff, Interface: c0a80304, Gateway: c0a80301.

This is the config that is running in the ASA.

: Saved
:
ASA Version 7.2(4)
!
hostname buckshot
domain-name buckshot
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 100.100.100.1 255.255.255.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 72.175.109.60 255.255.255.0
!
interface Vlan3
 no forward interface Vlan1
 nameif dmz
 security-level 50
 ip address 10.10.10.1 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
 switchport access vlan 3
!
interface Ethernet0/7
 switchport access vlan 3
!
ftp mode passive
dns server-group DefaultDNS
 domain-name buckshot
access-list testgroup_splitTunnelAcl standard permit 100.100.100.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 100.100.100.0 255.255.255.0 192.168.5.0 255.255.255.240
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
mtu dmz 1500
ip local pool remotepool 192.168.5.5-192.168.5.10
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-524.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 100.100.100.0 255.255.255.0
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 72.175.109.57 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
http server enable
http 100.100.100.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 ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 set pfs group1
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 pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
dhcpd address 100.100.100.2-100.100.100.33 inside
dhcpd enable inside
!

group-policy testgroup internal
group-policy testgroup attributes
 dns-server value 75.116.63.154 75.116.127.154
 vpn-tunnel-protocol IPSec
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value testgroup_splitTunnelAcl
username testuser password P4ttSyrm33SV8TYp encrypted privilege 0
username testuser attributes
 vpn-group-policy testgroup
tunnel-group testgroup type ipsec-ra
tunnel-group testgroup general-attributes
 address-pool remotepool
 default-group-policy testgroup
tunnel-group testgroup ipsec-attributes
 pre-shared-key *
!
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 rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
  inspect pptp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:6e83cb59a321c83785c9bed691259282
: end
asdm image disk0:/asdm-524.bin
no asdm history enable

I used the startup wizard and the vpn wizard for the above config.

Any help would be greatly appreciated.

Thanks!

Answer : Cisco ASA 5505 Remote Access VPN Problem

Add this and then see if you can ping the inside interface (.1).

conf t
management-access inside
Random Solutions  
 
programming4us programming4us