cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
977
Views
0
Helpful
0
Replies

Cannot ping remote vpn client from ASA 5505

adavila03
Level 1
Level 1

Hello all,

I´ve been looking around how to solve this for a while but no success... the thing is I set up a vpn remote access using an ASA 5505 which i connect to using a vpn client ... when the vpn is set up i can ping from the vpn client to the inside network... but when pinging from the inside network to the vpn client or from the ASA , i cant ...

  Inside                              B.B.B.B

192.168.1.0  -- ASA 5505--- (internet) --- Home DSL ---  PC with VPN client

A.A.A.A                                                                         C.C.C.C

1. I can ping from A to B

2. I can ping from C to A  when the vpn is established

3. I CANT ping from A to C when vpn established

this is my config:

ASA Version 8.2(1)
!
hostname PROASA
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
names
!
interface Vlan1
nameif outside
security-level 0
ip address dhcp setroute
!
interface Vlan2
nameif inside
security-level 100
ip address 192.168.1.240 255.255.255.0
!
interface Ethernet0/0
!
interface Ethernet0/1
switchport access vlan 2
!
interface Ethernet0/2
shutdown
!
interface Ethernet0/3
shutdown
!
interface Ethernet0/4
shutdown
!
interface Ethernet0/5
shutdown
!
interface Ethernet0/6
shutdown
!
interface Ethernet0/7
shutdown
!
ftp mode passive
same-security-traffic permit intra-interface
access-list inside_nat0_outbound extended permit ip any 192.168.14.0 255.255.255.224

access-list inside_nat0_outbound extended permit ip 192.168.14.0 255.255.255.224 192.168.1.0 255.255.255.0

pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500

ip local pool VPN-PHONE-POOL-IP 192.168.14.5-192.168.14.25 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 187.162.128.1 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
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL
http server enable
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 ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash md5
group 2
lifetime 86400
crypto isakmp policy 65535
authentication pre-share
encryption 3des
hash sha

group 2
lifetime 86400
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0

threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
group-policy VPNPROA internal
group-policy VPNPROA attributes
dns-server value 18.20.12.24 148.24.11.4
vpn-tunnel-protocol IPSec
username dadmin password hluzTSH5KAqamRv9 encrypted privilege 15
username vpnuser2 password rOsxLgpecgJfAjkw encrypted privilege 0
username vpnuser2 attributes
vpn-group-policy VPNPROA
username vpnuser1 password 7wurrnfx8odyNUvU encrypted privilege 0
username vpnuser1 attributes
vpn-group-policy VPNPROA
tunnel-group VPNPROA type remote-access
tunnel-group VPNPROA general-attributes

address-pool VPN-PHONE-POOL-IP
default-group-policy VPNPROA
tunnel-group VPNPROA ipsec-attributes
pre-shared-key *
!
!
prompt hostname context
Cryptochecksum:d88eeb674e21683fdc289ad96131407a
: end

any ideas??

Best Regards!

0 Replies 0