VPN Client Connect to PIX FW but cannot browse internal network..



Having a problem connecting to any internal servers once I establish a
VPN connection through the PIX 506e firewall. I was trying to use IAS
server instead of creating a bunch of vpngroups.

Diagram:

Internet
|
|
Router
|
|
Firewall
|
|
Internal Network
(IAS is on the internal network)


Please see below's config. I know it's a routing issue but cannot
figure it out. Any information is appreciated. Thanks!



PIX# sho run

access-list 103 permit ip 192.168.16.0 255.255.255.0 10.1.2.0
255.255.255.0

ip local pool ippool 10.XX.XX.XXX-10.XX.XX.XXX

global (outside) 1 interface

nat (inside) 0 access-list 103
nat (inside) 1 0.0.0.0 0.0.0.0 0 0

access-group 101 in interface outside

route outside 0.0.0.0 0.0.0.0 66.251.40.201 1

aaa-server radius-server protocol radius
aaa-server radius-server (inside) host 172.26.1.8 cisco123 timeout 10

sysopt connection permit-ipsec

crypto ipsec transform-set testset esp-3des esp-md5-hmac
crypto dynamic-map testmap 10 set transform-set testset
crypto map testconn 10 ipsec-isakmp dynamic testmap
crypto map testconn client authentication radius-server
crypto map testconn interface outside

isakmp enable outside
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400

vpngroup testias address-pool ippool
vpngroup testias dns-server DNS1 DNS2
vpngroup testias wins-server WINS1
vpngroup testias default-domain DOMAIN1
vpngroup testias idle-time 1800
vpngroup testias password

.



Relevant Pages

  • is it correct?
    ... I have to configure a VPN between a network with static public IP ... connected to a Firewall PIX 515 Version 6.1connected ... sysopt connection permit?ipsec ... isakmp policy 10 authen pre?share ...
    (comp.dcom.sys.cisco)
  • Pix-to-Pix & Internet
    ... Pix 501 ... sysopt connection permit-ipsec ... crypto map mymap 21 set peer ... isakmp policy 21 authentication pre-share ...
    (comp.dcom.sys.cisco)
  • PIX <-> Borderware VPN
    ... On the PIX I have a dynamic IP DSL connection and a static IP on thet ... Borderware site. ... crypto dynamic-map ciscopix 1 set transform-set vpnnetz ... isakmp policy 10 authentication pre-share ...
    (comp.dcom.sys.cisco)