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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA 5510 Split Tunnel Nat issue Any Connect VPN Clients

Status
Not open for further replies.

fillthy

IS-IT--Management
May 11, 2006
75
0
0
CA
Hi, in my testing phase for a new 5510. I've got a basic config. AnyConnect VPN is setup. Clients download and install package ok. But cannot ping anything on internal network once connected (192.168.105.0/24) Any suggestions would be appreciated.
Thanks

: Saved
:
ASA Version 8.2(5)
!
hostname ciscoasa
enable password xxxxxxxx encrypted
passwd xxxxxxxxx encrypted
names
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 72.38.x.x 255.255.255.240
!
interface Ethernet0/1
nameif inside
security-level 100
ip address 192.168.105.3 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
!
ftp mode passive
access-list 101 extended permit icmp any any echo
access-list 101 extended permit icmp any any echo-reply
access-list 101 extended permit tcp any interface outside eq 3389
access-list no_nat extended permit ip 192.168.105.0 255.255.255.0 192.168.26.0 2
55.255.255.0
access-list Split-Tunnel standard permit 192.168.105.0 255.255.255.0
pager lines 24
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu management 1500
ip local pool AnyConnect-POOL 192.168.26.100-192.168.26.230 mask 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm history enable
arp timeout 14400
global (outside) 101 interface
nat (inside) 0 access-list no_nat
nat (inside) 101 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface 3389 192.168.105.10 3389 netmask 255.255.2
55.255
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 72.38.x.x 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
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 192.168.105.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 security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
enable outside
anyconnect-essentials
svc image disk0:/anyconnect-win-2.5.2014-k9.pkg 1
svc enable
tunnel-group-list enable
group-policy AnyConnect internal
group-policy AnyConnect attributes
vpn-tunnel-protocol svc webvpn
split-tunnel-policy tunnelspecified
split-tunnel-network-list value Split-Tunnel
webvpn
url-list none
svc ask enable
username AnyConnect1 password QHTtjc4pskRPzi4d encrypted
username AnyConnect1 attributes
vpn-group-policy AnyConnect
tunnel-group AnyConnect-VPN type remote-access
tunnel-group AnyConnect-VPN general-attributes
address-pool AnyConnect-POOL
default-group-policy AnyConnect
tunnel-group AnyConnect-VPN webvpn-attributes
group-alias AnyConnect enable
group-url enable
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
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 ip-options
!
service-policy global_policy global
prompt hostname context
no call-home reporting anonymous
Cryptochecksum:3944fe2f2820734a09aec31bcf8151ba
: end
 
Is this 5510 the default gateway for your LAN?

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top