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

VPN Client to PIX515 inside network and dmz

Status
Not open for further replies.

adamson67

Technical User
Dec 7, 2001
10
US
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
 
No it didn't help. I am still having a problem browsing/pinging to resources on the inside network after sucessfully authenticating with a vpn client to IAS radius.
From the inside network I can ping the 172.16.100.x ip address that is assigned to the vpn client though. Can you see if you can help resolve this first before I put resources on the DMZ? The full config is below.

PIX Version 6.2(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security10
enable password spk8JfEWLIXeeZTx encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname Wilton-PIX
domain-name asml.com
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
names
access-list inside_outbound_nat0_acl permit ip any 172.16.100.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 172.16.100.0 255.255.255.0
pager lines 24
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 100full shutdown
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside 192.168.101.1 255.255.255.0
ip address inside 172.30.1.10 255.255.255.0
ip address dmz 127.0.0.1 255.255.0.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn-pool 172.16.100.1-172.16.100.254
pdm location 10.10.0.0 255.255.0.0 inside
pdm location 10.10.14.8 255.255.255.255 inside
pdm location 10.0.0.0 255.0.0.0 inside
pdm history enable
arp timeout 14400
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 0 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 192.168.101.1 1
route inside 10.0.0.0 255.0.0.0 172.30.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 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server RADIUS (inside) host 10.10.14.8 password timeout 10
aaa-server LOCAL protocol local
aaa authentication http console LOCAL
aaa authentication telnet console LOCAL
http server enable
http 10.10.0.0 255.255.0.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
no sysopt route dnat
auth-prompt accept Welcome to the ASML Network.
auth-prompt reject Rejected, maybe you mistyped your password.
crypto ipsec transform-set ESP-3DES-SHA esp-3des 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-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 asml-group address-pool vpn-pool
vpngroup asml-group dns-server 10.10.14.4 10.10.8.12
vpngroup asml-group wins-server 10.10.14.2 10.12.44.5
vpngroup asml-group default-domain domain.com
vpngroup asml-group idle-time 1800
vpngroup asml-group max-time 7200
vpngroup asml-group password ********
telnet 10.10.0.0 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
terminal width 80
 
Attached are the stats for the connection. They look ok except still can't browse. Maybe you can find something here.

Details for 0.0.0.0/0.0.0.0/0/0 172.16.100.1/255.255.255.255/0/0 at Fri Jun 21 15:03:45 EDT 2002

local ident (addr/mask/prot/port): (0.0.0.0/0.0.0.0/0/0)
remote ident (addr/mask/prot/port): (172.16.100.1/255.255.255.255/0/0)
current_peer: 192.168.101.2
dynamic allocated peer ip: 172.16.100.1
PERMIT, flags={}
#pkts encaps: 0, #pkts encrypt: 0, #pkts digest 0
#pkts decaps: 31, #pkts decrypt: 31, #pkts verify 31
#pkts compressed: 0, #pkts decompressed: 0
#pkts not compressed: 0, #pkts compr. failed: 0, #pkts decompress failed: 0
#pkts no sa (send) 0, #pkts invalid sa (rcv) 0
#pkts encaps failed (send) 0, #pkts decaps failed (rcv) 0
#pkts invalid prot (recv) 0, #pkts verify failed: 0
#pkts invalid identity (recv) 0, #pkts invalid len (rcv) 0
#pkts replay rollover (send): 0, #pkts replay rollover (rcv) 0
##pkts replay failed (rcv): 0
#pkts internal err (send): 0, #pkts internal err (recv) 0
local crypto endpt.: 192.168.101.1, remote crypto endpt.: 192.168.101.2
path mtu 1500, ipsec overhead 56, media mtu 1500
current outbound spi: aa01fad9
inbound esp sas:
spi: 0x86bd74d8(2260563160)
transform: esp-3des esp-sha-hmac ,
in use settings ={Tunnel, }
slot: 0, conn id: 2, crypto map: outside_map
sa timing: remaining key lifetime (k/sec): (4607996/27836)
IV size: 8 bytes
replay detection support: Y
inbound ah sas:
inbound pcp sas:
outbound esp sas:
spi: 0xaa01fad9(2852256473)
transform: esp-3des esp-sha-hmac ,
in use settings ={Tunnel, }
slot: 0, conn id: 1, crypto map: outside_map
sa timing: remaining key lifetime (k/sec): (4608000/27836)
IV size: 8 bytes
replay detection support: Y
outbound ah sas:
outbound pcp sas:
 
HI.

It may be a routing issue.

What is the default gateway of internal clients?

The router 172.30.1.1 should have a correct route to the 172.16.100.0 network (VPN clients) that will point to the pix.
The internal server might also need a correct route, depending on your network configuration.

Or you might wish to use RIP internaly - but static routes are better in most small network scenarios.

Use syslog messages at the pix to get some more info.

Bye
Yizhar Hurwitz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top