I am having a problem browsing/pinging to resources on the inside network and a web/ftp server on the dmz after authenticating with a Cisco client/IAS-RADIUS. I have attached my config below. Any help will be appreciated.
PIX Version 6.2(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security10
domain-name domain.com
clock timezone EST -5
clock summer-time EDT recurring
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
fixup protocol ils 1002
names
name 10.10.14.8 RADIUS
access-list inside_outbound_nat0_acl permit ip any 10.10.254.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 10.10.254.0 255.255.255.0
pager lines 24
interface ethernet0 auto
interface ethernet1 100full
interface ethernet2 auto
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside 142.148.101.1 255.255.255.0
ip address inside 10.10.1.225 255.255.255.0
ip address dmz 192.168.100.1 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip verify reverse-path interface dmz
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn-pool 10.10.254.1-10.10.254.254
pdm location 10.10.0.0 255.255.0.0 inside
pdm history enable
arp timeout 14400
nat (inside) 0 access-list inside_outbound_nat0_acl
route inside 10.10.0.0 255.255.0.0 10.10.1.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute uauth 0:05:00 inactivity
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server RADIUS (inside) host RADIUS password timeout 10
aaa-server LOCAL protocol local
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication telnet console LOCAL
aaa authorization command LOCAL
http server enable
http 10.10.0.0 255.255.0.0 inside
snmp-server location
snmp-server contact
snmp-server community
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des 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-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication RADIUS
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash sha
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup vpn-group address-pool vpn-pool
vpngroup vpn-group dns-server 10.10.14.4 10.10.8.12
vpngroup vpn-group wins-server 10.10.14.2 10.12.44.5
vpngroup vpn-group default-domain svg.com
vpngroup vpn-group idle-time 1800
vpngroup vpn-group max-time 7200
vpngroup vpn-group password ********
telnet 10.10.0.0 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
terminal width 80
PIX Version 6.2(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security10
domain-name domain.com
clock timezone EST -5
clock summer-time EDT recurring
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
fixup protocol ils 1002
names
name 10.10.14.8 RADIUS
access-list inside_outbound_nat0_acl permit ip any 10.10.254.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 10.10.254.0 255.255.255.0
pager lines 24
interface ethernet0 auto
interface ethernet1 100full
interface ethernet2 auto
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside 142.148.101.1 255.255.255.0
ip address inside 10.10.1.225 255.255.255.0
ip address dmz 192.168.100.1 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip verify reverse-path interface dmz
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn-pool 10.10.254.1-10.10.254.254
pdm location 10.10.0.0 255.255.0.0 inside
pdm history enable
arp timeout 14400
nat (inside) 0 access-list inside_outbound_nat0_acl
route inside 10.10.0.0 255.255.0.0 10.10.1.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute uauth 0:05:00 inactivity
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server RADIUS (inside) host RADIUS password timeout 10
aaa-server LOCAL protocol local
aaa authentication enable console LOCAL
aaa authentication http console LOCAL
aaa authentication telnet console LOCAL
aaa authorization command LOCAL
http server enable
http 10.10.0.0 255.255.0.0 inside
snmp-server location
snmp-server contact
snmp-server community
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des 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-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication RADIUS
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash sha
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup vpn-group address-pool vpn-pool
vpngroup vpn-group dns-server 10.10.14.4 10.10.8.12
vpngroup vpn-group wins-server 10.10.14.2 10.12.44.5
vpngroup vpn-group default-domain svg.com
vpngroup vpn-group idle-time 1800
vpngroup vpn-group max-time 7200
vpngroup vpn-group password ********
telnet 10.10.0.0 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
terminal width 80