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

Pix 501 VPN Problem can't ping or browse local LAN 2

Status
Not open for further replies.

Yogiz

Technical User
Jun 20, 2007
10
Hi there,

I have a very frustrating problem with my VPN setup.
I'm able to establish the VPN connection with the pix using Cisco VPN Client however for some very strange reason I cannot PING and browse local network.
However I can ping through the pix.

Here is the copy of my Pix config;

================================================== =======
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password encrypted
passwd encrypted
hostname
domain-name
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
object-group network INSIDE-LAN
network-object 10.164.117.0 255.255.255.0
object-group network VPNCLIENTB
network-object 10.10.10.0 255.255.255.0
access-list 101 permit icmp any any traceroute
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any time-exceeded
access-list 101 permit ip host *.*.*.* any
access-list NONAT permit ip 10.164.117.0 255.255.255.0 object-group VPNCLIENTB
access-list ST-ACCESS permit ip object-group VPNCLIENTB object-group INSIDE-LAN
access-list DUMP permit icmp any any
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 10.164.117.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNCLIENTB 10.10.10.1-10.10.10.10
pdm location 10.164.117.6 255.255.255.255 inside
pdm location 172.16.8.0 255.255.255.0 outside
pdm location 217.153.7.122 255.255.255.255 outside
pdm location 10.164.117.0 255.255.255.0 inside
pdm group INSIDE-LAN inside
pdm group VPNCLIENT outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 10.164.117.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 3389 10.164.117.6 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface telnet 10.164.117.6 telnet netmask 255.255.255.255 0 0
access-group 101 in interface outside
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL
http server enable
http *.*.*.* 255.255.255.255 outside
http 10.164.117.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set VPN3DES esp-3des esp-sha-hmac
crypto dynamic-map CLIENT 1 set transform-set VPN3DES
crypto map VPN 80 ipsec-isakmp dynamic CLIENT
crypto map VPN client authentication LOCAL
crypto map VPN interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup TESTING address-pool VPNCLIENTB
vpngroup TESTING split-tunnel ST-ACCESS
vpngroup TESTING idle-time 1800
vpngroup TESTING password ********
ssh 0.0.0.0 0.0.0.0 outside
ssh 10.164.117.0 255.255.255.0 inside
ssh timeout 60
console timeout 0
dhcpd address 10.164.117.2-10.164.117.6 inside
dhcpd dns 4.2.2.1 4.2.2.2
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside

================================================== ======

This is the IP assigned to me when VPN connection is established using Cisco VPN Client ;
================================================== ======
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Cisco Systems VPN Adapter
Physical Address. . . . . . . . . : 00-05-9A-3C-78-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 10.10.10.1
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . . . . :
================================================== ========
I can ping the devices on the inside interface through the ssh on the pix.

pix(config)# ping 10.164.117.2
10.164.117.2 response received -- 0ms
10.164.117.2 response received -- 0ms
10.164.117.2 response received -- 0ms
================================================== ========
pix(config)# show arp
outside ******** 0012.da29.a054
inside 10.164.117.2 001b.2f05.eb4e
inside 10.164.117.6 0014.85ea.91d5
pix(config)#
================================================== ========
Route Print
================================================== ======
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.150.1 192.168.150.112 20
10.0.0.0 255.0.0.0 10.10.10.1 10.10.10.1 20
10.0.0.0 255.255.255.0 192.168.150.11 192.168.150.112 1
10.10.10.0 255.255.255.0 10.0.0.1 10.10.10.1 1
10.10.10.1 255.255.255.255 127.0.0.1 127.0.0.1 20
10.255.255.255 255.255.255.255 10.10.10.1 10.10.10.1 20
================================================== ======
Thanks for any input,
 
Have some strange problems with vpn
Sometimes when i connect to vpn i cannot resolve names on my lan, or browse lan devices by name.
Thats the running config

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password GkV2YTGaaxu.Wkmk encrypted
passwd lOkyEYAclKI9EQQq encrypted
hostname idrak
domain-name ciscopix.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
object-group service dns udp
description dns
port-object range domain domain
object-group service dns1 tcp-udp
description dns1
port-object range domain domain
access-list inside_outbound_nat0_acl permit ip any 172.16.1.64 255.255.255.224
access-list outside_cryptomap_dyn_20 permit ip any 172.16.1.64 255.255.255.224
access-list 101 permit tcp 172.16.1.64 255.255.255.224 any
access-list 101 permit ip 172.16.1.64 255.255.255.224 any
access-list 101 permit icmp 172.16.1.64 255.255.255.224 any
access-list 101 permit icmp any any traceroute
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any time-exceeded
access-list 101 permit udp 172.16.1.64 255.255.255.224 eq dnsix 172.16.1.0 255.255.255.0
access-list 101 permit udp 172.16.1.64 255.255.255.224 object-group dns 172.16.1.0 255.255.255.0 object-group dns
access-list 101 permit udp 172.16.1.64 255.255.255.224 172.16.1.0 255.255.255.0
access-list 101 permit tcp 172.16.1.64 255.255.255.224 object-group dns1 172.16.1.0 255.255.255.0 object-group dns1
access-list inside_access_in permit tcp 172.16.1.0 255.255.255.0 172.16.1.64 255.255.255.224
access-list inside_access_in permit icmp 172.16.1.0 255.255.255.0 172.16.1.64 255.255.255.224
access-list inside_access_in permit ip 172.16.1.0 255.255.255.0 172.16.1.64 255.255.255.224
access-list inside_access_in permit udp 172.16.1.0 255.255.255.0 172.16.1.64 255.255.255.224
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.x 255.255.255.0
ip address inside 172.16.1.240 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool idrak 172.16.1.70-172.16.1.90
pdm location 172.16.1.64 255.255.255.224 inside
pdm location 172.16.1.0 255.255.255.0 inside
pdm location 172.16.1.4 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 172.16.1.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group 101 in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 172.16.1.4 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
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 client authentication LOCAL
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup idrak address-pool idrak
vpngroup idrak dns-server 172.16.1.1
vpngroup idrak idle-time 1800
vpngroup idrak password ********
telnet 0.0.0.0 0.0.0.0 outside
telnet 172.16.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
management-access inside
console timeout 0
dhcpd auto_config outside
username **** password 34EWaGZ8S2UW7Eya encrypted privilege 2
username **** password WU712Qw3lg7mFjEr encrypted privilege 2
terminal width 80
Cryptochecksum:04fe13271c22cb7a1e31ba7f42fd18cc
: end
[OK]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top