Im sure you can answer this... my inside network is 10.25.19.x and my vpn pool is 172.15.38.x. I can log in with cisco vpn client, but i cant get to my shares on the inside network, sounds like a access lists issue, but can u take a look. Also is there anything else in this config that u see i should change ??
PIX Version 6.3(5)
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 auto shutdown
interface ethernet3 auto shutdown
interface ethernet4 auto shutdown
interface ethernet5 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security4
nameif ethernet3 intf3 security6
nameif ethernet4 intf4 security8
nameif ethernet5 intf5 security10
enable password VKKa1d/R9Lng.i7d encrypted
passwd VKKa1d/R9Lng.i7d encrypted
hostname pix
domain-name mysubnetzone.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 pptp 1723
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 outside_in permit ip any host x.x.x.x
access-list outside_in permit tcp any host x.x.x.x eq www
access-list VPN_splitTunnelAcl permit ip interface inside any
access-list inside_outbound_nat0_acl permit ip interface inside 172.15.38.96 255
.255.255.224
access-list outside_cryptomap_dyn_20 permit ip any 172.15.38.96 255.255.255.224
access-list outside_cryptomap_dyn_20 deny ip interface inside 172.15.38.96 255.2
55.255.224
pager lines 24
mtu outside 1500
mtu inside 1500
mtu intf2 1500
mtu intf3 1500
mtu intf4 1500
mtu intf5 1500
ip address outside x.x.x.x 255.255.255.248
ip address inside 10.25.19.1 255.255.240.0
no ip address intf2
no ip address intf3
no ip address intf4
no ip address intf5
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN 172.15.38.100-172.15.38.125
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
no failover ip address intf2
no failover ip address intf3
no failover ip address intf4
no failover ip address intf5
pdm location 10.25.19.2 255.255.255.255 inside
pdm location 10.25.19.0 255.255.255.240 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 10.25.19.0 255.255.255.240 0 0
static (inside,outside) tcp x.x.x.x 255.255.255.2
55 0 0
static (inside,outside) tcp x.x.x.x ftp 10.25.19.2 ftp netmask 255.255.255.2
55 0 0
static (inside,outside) tcp x.x.x.x 3389 10.25.19.2 3389 netmask 255.255.255
.255 0 0
static (inside,outside) tcp x.x.x.x ftp-data 10.25.19.2 ftp-data netmask 255
.255.255.255 0 0
static (inside,outside) tcp x.x.x.x smtp 10.25.19.2 smtp netmask 255.255.255
.255 0 0
static (inside,outside) tcp x.x.x.x pop3 10.25.19.2 pop3 netmask 255.255.255
.255 0 0
access-group outside_in in interface outside
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 10.25.19.2 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
sysopt connection permit-pptp
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-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 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 VPN address-pool VPN
vpngroup VPN split-tunnel VPN_splitTunnelAcl
vpngroup VPN idle-time 1800
vpngroup VPN password ********
telnet 10.25.19.0 255.255.255.240 inside
telnet timeout 5
ssh timeout 5
console timeout 30
vpdn group VPN accept dialin pptp
vpdn group VPN ppp authentication mschap
vpdn group VPN ppp encryption mppe 128 required
vpdn group VPN client configuration address local VPN
vpdn group VPN pptp echo 60
vpdn group VPN client authentication local
vpdn username ruben password *********
vpdn username jason password *********
vpdn username thisisalex02 password *********
vpdn enable outside
dhcpd address 10.25.19.3-10.25.19.14 inside
dhcpd dns x.x.x.x
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
username thisisalex02 password 5RXdwS/M0QcGzTbj encrypted privilege 15
terminal width 80
Cryptochecksum:cffb1997e55a61b2b4985fbd1f524450
: end
[OK]
pix#
PIX Version 6.3(5)
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 auto shutdown
interface ethernet3 auto shutdown
interface ethernet4 auto shutdown
interface ethernet5 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 intf2 security4
nameif ethernet3 intf3 security6
nameif ethernet4 intf4 security8
nameif ethernet5 intf5 security10
enable password VKKa1d/R9Lng.i7d encrypted
passwd VKKa1d/R9Lng.i7d encrypted
hostname pix
domain-name mysubnetzone.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 pptp 1723
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 outside_in permit ip any host x.x.x.x
access-list outside_in permit tcp any host x.x.x.x eq www
access-list VPN_splitTunnelAcl permit ip interface inside any
access-list inside_outbound_nat0_acl permit ip interface inside 172.15.38.96 255
.255.255.224
access-list outside_cryptomap_dyn_20 permit ip any 172.15.38.96 255.255.255.224
access-list outside_cryptomap_dyn_20 deny ip interface inside 172.15.38.96 255.2
55.255.224
pager lines 24
mtu outside 1500
mtu inside 1500
mtu intf2 1500
mtu intf3 1500
mtu intf4 1500
mtu intf5 1500
ip address outside x.x.x.x 255.255.255.248
ip address inside 10.25.19.1 255.255.240.0
no ip address intf2
no ip address intf3
no ip address intf4
no ip address intf5
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN 172.15.38.100-172.15.38.125
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
no failover ip address intf2
no failover ip address intf3
no failover ip address intf4
no failover ip address intf5
pdm location 10.25.19.2 255.255.255.255 inside
pdm location 10.25.19.0 255.255.255.240 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 10.25.19.0 255.255.255.240 0 0
static (inside,outside) tcp x.x.x.x 255.255.255.2
55 0 0
static (inside,outside) tcp x.x.x.x ftp 10.25.19.2 ftp netmask 255.255.255.2
55 0 0
static (inside,outside) tcp x.x.x.x 3389 10.25.19.2 3389 netmask 255.255.255
.255 0 0
static (inside,outside) tcp x.x.x.x ftp-data 10.25.19.2 ftp-data netmask 255
.255.255.255 0 0
static (inside,outside) tcp x.x.x.x smtp 10.25.19.2 smtp netmask 255.255.255
.255 0 0
static (inside,outside) tcp x.x.x.x pop3 10.25.19.2 pop3 netmask 255.255.255
.255 0 0
access-group outside_in in interface outside
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 10.25.19.2 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
sysopt connection permit-pptp
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-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 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 VPN address-pool VPN
vpngroup VPN split-tunnel VPN_splitTunnelAcl
vpngroup VPN idle-time 1800
vpngroup VPN password ********
telnet 10.25.19.0 255.255.255.240 inside
telnet timeout 5
ssh timeout 5
console timeout 30
vpdn group VPN accept dialin pptp
vpdn group VPN ppp authentication mschap
vpdn group VPN ppp encryption mppe 128 required
vpdn group VPN client configuration address local VPN
vpdn group VPN pptp echo 60
vpdn group VPN client authentication local
vpdn username ruben password *********
vpdn username jason password *********
vpdn username thisisalex02 password *********
vpdn enable outside
dhcpd address 10.25.19.3-10.25.19.14 inside
dhcpd dns x.x.x.x
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
username thisisalex02 password 5RXdwS/M0QcGzTbj encrypted privilege 15
terminal width 80
Cryptochecksum:cffb1997e55a61b2b4985fbd1f524450
: end
[OK]
pix#