04-02-2017 07:19 PM - edited 03-12-2019 02:09 AM
Hello,
I have an old ASA 5505 I am trying to setup with AnyConnect for SSL and IPSec with AnyConnect client but I am unable to ping anything on the inside network.
IP Pool 10.0.11.X
Internal 10.0.10.X
External 1.2.3.4
ASA Version 9.2(2)4
!
hostname IntelliASA
ip local pool anyconnect 10.0.11.5-10.0.11.10 mask 255.255.255.0
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
shutdown
!
interface Ethernet0/3
shutdown
!
interface Ethernet0/4
shutdown
!
interface Ethernet0/5
shutdown
!
interface Ethernet0/6
shutdown
!
interface Ethernet0/7
shutdown
!
interface Vlan1
description Inside
nameif inside
security-level 100
ip address 10.0.10.1 255.255.255.0
!
interface Vlan2
description Outside
nameif outside
security-level 0
ip address 1.2.3.4 255.255.255.224
!
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns server-group DefaultDNS
object network NETWORK_OBJ_10.0.11.0_28
subnet 10.0.11.0 255.255.255.240
access-list SPLIT_TUNNEL extended permit ip 10.0.10.0 255.255.255.0 any
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
nat (inside,outside) source static any any destination static NETWORK_OBJ_10.0.11.0_28 NETWORK_OBJ_10.0.11.0_28 no-proxy-arp route-lookup
route outside 0.0.0.0 0.0.0.0 1.2.3.4 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
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
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
aaa authentication http console LOCAL
http server enable
http 10.0.10.0 255.255.255.0 inside
http redirect outside 80
no snmp-server location
no snmp-server contact
crypto ikev2 enable outside client-services port 443
crypto ikev2 remote-access trustpoint ASDM_TrustPoint0
telnet timeout 5
ssh stricthostkeycheck
ssh 10.0.10.0 255.255.255.0 inside
ssh timeout 5
ssh version 2
console timeout 0
dhcpd dns 10.0.10.1
!
dhcpd address 10.0.10.5-10.0.10.10 inside
dhcpd enable inside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
ssl trust-point ASDM_TrustPoint0 inside
ssl trust-point ASDM_TrustPoint0 outside
webvpn
enable outside
anyconnect image disk0:/anyconnect-win-4.3.03086-k9.pkg 1
anyconnect profiles AnyConnect_client_profile disk0:/AnyConnect_client_profile.xml
anyconnect enable
tunnel-group-list enable
group-policy DfltGrpPolicy attributes
group-policy GroupPolicy_AnyConnect internal
group-policy GroupPolicy_AnyConnect attributes
wins-server none
dns-server value 10.0.10.1
vpn-tunnel-protocol ikev2 ssl-client
webvpn
anyconnect profiles value AnyConnect_client_profile type user
tunnel-group DefaultRAGroup ipsec-attributes
ikev1 trust-point ASDM_TrustPoint0
tunnel-group DefaultWEBVPNGroup ipsec-attributes
ikev1 trust-point ASDM_TrustPoint0
tunnel-group AnyConnect type remote-access
tunnel-group AnyConnect general-attributes
address-pool anyconnect
default-group-policy GroupPolicy_AnyConnect
tunnel-group AnyConnect webvpn-attributes
group-alias AnyConnect enable
!
!
prompt hostname context
no call-home reporting anonymous
call-home
profile CiscoTAC-1
no active
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination address email callhome@cisco.com
destination transport-method http
subscribe-to-alert-group diagnostic
subscribe-to-alert-group environment
subscribe-to-alert-group inventory periodic monthly
subscribe-to-alert-group configuration periodic monthly
subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:8139e5da757966aa0e1957b7e328836b
04-06-2017 12:06 PM
The error that I get is failed to locate egress interface for udp from outside 10.0.11.5 to 10.0.10.1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide