View Single Post
Old 25-Mar-2007, 11:26 PM   #1 (permalink)
ps3cheats
Fixed Error!
 
ps3cheats's Avatar

Posts: 1,497
Join Date: Mar 2007
Rep Power: 3 ps3cheats is on a distinguished road

IM:
Default VPN client cannot access inside network resources.

Question: We can connect to the VPN using the Cisco VPN client. But when we try to ping inside addresses they do not respond. The machines with the assigned IP addresses are up and we can ping them from the pix506e.

Here's a copy of the current running config

tchpix506e# show run
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname tchpix506e
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
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.35 255.255.255.0
ip address inside 192.168.1.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnpool1 192.168.1.1-192.168.1.253
ip local pool vpnpool2 192.168.2.1-192.168.2.10
pdm history enable
arp timeout 14400
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.1 1
route inside 192.168.2.0 255.255.255.0 128.2.0.114 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 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
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 trmset1 esp-aes-256 esp-sha-hmac
crypto dynamic-map map2 10 set transform-set trmset1
crypto map map1 10 ipsec-isakmp dynamic map2
crypto map map1 interface outside
isakmp enable outside
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes-256
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup tch address-pool vpnpool1
vpngroup tch idle-time 1800
vpngroup tch password ********
vpngroup pim address-pool vpnpool2
vpngroup pim idle-time 1800
vpngroup pim password ********
telnet timeout 5
console timeout 0
terminal width 80
Cryptochecksum:00000000000000000000000000000000
: end
tchpix506e# exit
ps3cheats is offline   Reply With Quote