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

VPN Problem (can not ping) 1

Status
Not open for further replies.

userice

Technical User
Oct 24, 2002
78
US
This is the first ASA that I am trying to setup, so I followed all the steps in Cisco ASA 5505 getting started guide. I did everything with wizard. I am able to get PC to connect to Internet. However, Once the VPN is established, I still cannot ping PC that is behind the ASA 5505 from the remote location. Can someone help me?

Thanks

Remote PC has VPN client 4.04 / IP: 192.168.1.x
ASA 5505 IP: 192.168.2.1
PC that is behind ASA 5505: 192.168.2.20
VPN Pool 192.168.10.10 ~ 20



: Saved
:
ASA Version 7.2(2)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password 8Ry2YjIyt7RRXU24 encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 192.168.2.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 69.128.42.50 255.255.255.0
!
interface Vlan3
shutdown
no forward interface Vlan1
nameif dmz
security-level 50
no ip address
!
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
!
interface Ethernet0/7
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
dns server-group DefaultDNS
domain-name default.domain.invalid
access-list VPN_splitTunnelAcl standard permit 192.168.2.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.2.0 255.255.255.0 192.168.10.0 255.255.255.224
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
mtu dmz 1500
ip local pool VPNPool 192.168.10.10-192.168.10.20 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-522.bin
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 69.128.42.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 uauth 0:05:00 absolute
group-policy VPN internal
group-policy VPN attributes
dns-server value 204.246.1.20
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value VPN_splitTunnelAcl
username user password zn4wK40mV47FZ3Mk encrypted privilege 0
username user attributes
vpn-group-policy VPN
http server enable
http 192.168.2.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-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 set pfs
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
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 md5
group 2
lifetime 86400
tunnel-group VPN type ipsec-ra
tunnel-group VPN general-attributes
address-pool VPNPool
default-group-policy VPN
tunnel-group VPN ipsec-attributes
pre-shared-key *
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
dhcpd address 192.168.2.20-192.168.2.50 inside
dhcpd dns 204.246.1.20 interface 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
client-update enable
prompt hostname context
Cryptochecksum:9b05ef3614d70f7b8a91d516271171f4
: end
asdm image disk0:/asdm-522.bin
no asdm history enable
 
When you are using XP SP2 you need client 4.6 or better, with Vista you need 5.0 or better.
 
I just installed Cisco CPN client 4.8, but I still cannot ping it. I have disabled the Windows firewall.
 
You disabled the windows firewall on the machine you are trying to ping?
 
Yes, Windows firewall on the PC has been disabled. VPN client shows it is connected. The remote PC also obtained the IP from VPNpool.
 
The Remote PC IP: 192.168.1.72
It is behind a Cisco PIX 506e:
The Host PC IP: 192.168.2.20
It is Behind a ASA 5505
We have a DSL with 5 IPs.
PIX and ASA each has a static IP

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top