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

VPNGROUP unable to access inside devices over vpn

Status
Not open for further replies.

bobbyforhire

Technical User
Mar 11, 2008
253
0
0
US
Need a second pair of eyes, i'm able to ping the inside of the PIX firewall 192.168.2.254 from the VPN client but nothing else inside.


PIX Version 6.3(5)145
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname BobbyJrPix
domain-name BobbyLand.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 icmp error
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
access-list 102 permit icmp any any
access-list 102 permit icmp any any echo
access-list 101 permit ip any any
access-list 101 permit icmp any any
access-list inside_access_in permit ip any any
access-list inside_outbound_nat0_acl permit ip any 10.10.10.0 255.255.255.224
access-list outside_cryptomap_dyn_20 permit ip any 10.10.10.0 255.255.255.224
access-list 90 permit ip 192.168.2.0 255.255.255.0 192.168.15.0 255.255.255.0
access-list VPNGROUP permit ip 192.168.2.0 255.255.255.0 192.168.20.0 255.255.255.0
pager lines 24
logging timestamp
logging host inside 192.168.2.253
icmp permit 192.168.2.0 255.255.255.0 echo outside
icmp permit any echo outside
icmp permit any outside
icmp permit any inside
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 192.168.2.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPEEPS 192.168.20.2-192.168.20.20
failover timeout 0:00:00
pdm location 192.168.2.253 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 90
nat (inside) 2 access-list VPNGROUP 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group 101 in interface inside
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 0.0.0.0 0.0.0.0 outside
http 0.0.0.0 0.0.0.0 inside
http 192.168.2.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 ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto ipsec transform-set strong esp-aes-256 esp-md5-hmac
crypto ipsec transform-set trmset1 esp-aes-256 esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto dynamic-map dynmap 10 set transform-set myset
crypto dynamic-map map2 10 set transform-set trmset1
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map toDAD 30 ipsec-isakmp
crypto map toDAD 30 match address 90
crypto map toDAD 30 set peer 76.122.72.186
crypto map toDAD 30 set transform-set strong
crypto map toDAD 40 ipsec-isakmp dynamic map2
crypto map toDAD interface outside
isakmp enable outside
isakmp key ******** address X.X.X.X netmask 255.255.255.255
isakmp identity address
isakmp nat-traversal 20
isakmp policy 9 authentication pre-share
isakmp policy 9 encryption 3des
isakmp policy 9 hash sha
isakmp policy 9 group 1
isakmp policy 9 lifetime 86400
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 BobbyJR address-pool VPNPEEPS
vpngroup BobbyJR default-domain BobbyLand.com
vpngroup BobbyJR split-tunnel VPNGROUP
vpngroup BobbyJR idle-time 1800
vpngroup BobbyJR password ********
telnet 0.0.0.0 0.0.0.0 outside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 60
management-access inside
console timeout 0
dhcpd address 192.168.2.2-192.168.2.20 inside
dhcpd dns 8.8.8.8 4.2.2.2
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
username bobby password EMmKGKlLEgLYGiXl encrypted privilege 15
terminal width 80
Cryptochecksum:7ea3df604eb9d740f9bcf3dd93784017
: end
BobbyJrPix(config)#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top