Hello,
I hava a simple setup for remote VPN access to my ASA 5505. I am able to connect via the Cisco VPN client, but once I am in I cannot ping or get to anything on the local LAN. I get an IP on the local pool I specified if 10.10.1.0/24 but cannot get to a machine on the 130 network. Pasted is my config sanitzed of course.
ciscoasa# wr t
: Saved
:
ASA Version 7.2(1)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password 2KFQnbNIdI.2KYOU encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.130.254 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address dhcp setroute
!
interface Ethernet0/0
switchport access vlan 2
no nameif
no security-level
no ip address
!
interface Ethernet0/1
no nameif
no security-level
no ip address
!
interface Ethernet0/2
no nameif
no security-level
no ip address
!
interface Ethernet0/3
no nameif
no security-level
no ip address
!
interface Ethernet0/4
no nameif
no security-level
no ip address
!
interface Ethernet0/5
no nameif
no security-level
no ip address
!
interface Ethernet0/6
no nameif
no security-level
no ip address
!
interface Ethernet0/7
no nameif
no security-level
no ip address
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
dns server-group DefaultDNS
domain-name default.domain.invalid
same-security-traffic permit intra-interface
access-list acl_out extended permit icmp any any
access-list acl_out extended permit tcp any interface outside eq 3389
access-list acl_out extended permit tcp any interface outside eq pcanywhere-data
access-list acl_out extended permit udp any interface outside eq pcanywhere-status
access-list acl_out extended permit tcp any interface outside eq telnet
access-list nonat extended permit ip 192.168.130.0 255.255.255.0 10.10.1.0 255.255.255.0
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool testvpn 10.10.1.1-10.10.1.10 mask 255.255.255.0
asdm image disk0:/asdm-521.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) tcp interface 3389 192.168.130.1 3389 netmask 255.255.255.255
static (inside,outside) tcp interface pcanywhere-data 192.168.130.1 pcanywhere-data netmask 255.255.255.255
static (inside,outside) udp interface pcanywhere-status 192.168.130.1 pcanywhere-status netmask 255.255.255.255
static (inside,outside) tcp interface telnet 192.168.130.10 telnet netmask 255.255.255.255
access-group acl_out in interface outside
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
group-policy testvpn internal
group-policy testvpn attributes
dns-server value 1.1.1.2
vpn-idle-timeout 30
split-tunnel-policy tunnelspecified
split-tunnel-network-list value nonat
default-domain value test.com
username test password P4ttSyrm33SV8TYp encrypted
aaa authorization command LOCAL
http server enable
http 192.168.130.0 255.255.255.0 inside
http 192.168.1.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 vpnset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set vpnset
crypto map branchmap 10 ipsec-isakmp dynamic dynmap
crypto map branchmap interface outside
crypto isakmp identity address
crypto isakmp enable inside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption des
hash md5
group 2
lifetime 86400
tunnel-group testvpn type ipsec-ra
tunnel-group testvpn general-attributes
address-pool testvpn
default-group-policy testvpn
tunnel-group testvpn ipsec-attributes
pre-shared-key *
telnet 192.168.0.0 255.255.0.0 inside
telnet timeout 30
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 30
console timeout 0
dhcpd auto_config outside
!
dhcpd address 192.168.130.1-192.168.130.
128 inside
dhcpd enable inside
!
!
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
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:0360feef6dc
516c8fc9d6
eb5b3ecd30
d
: end
[OK]
ciscoasa#
Any help appreciated. Thanks.
Jimmy
Start Free Trial