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!

PIX 501 VPN Problem-Cannot Access Internal Network

Status
Not open for further replies.

captnops

IS-IT--Management
Feb 12, 2003
141
0
0
I have a VPN that I am able to connect to with the NCP client and it indicates that it is connected through phase 2, but I am unable to access internal resources or ping any internal systems.

Here is the config and any help is greatly appreciated.

Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password bUhQfXKnDDKohbRI encrypted
passwd bUhQfXKnDDKohbRI encrypted
hostname pixfirewall
domain-name arnoldgrant.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 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 arnoldgrant_splitTunnelAcl permit ip interface inside any
access-list inside_outbound_nat0_acl permit ip interface inside 192.168.100.0 255.255.255.240
access-list outside_cryptomap_dyn_40 permit ip any 192.168.100.0 255.255.255.240
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 65.75.24.194 255.255.255.240
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool arnoldgrant 192.168.100.1-192.168.100.10
pdm location 192.168.1.8 255.255.255.255 inside
pdm location 192.168.1.100 255.255.255.255 inside
pdm location 192.168.1.101 255.255.255.255 inside
pdm location 192.168.1.102 255.255.255.255 inside
pdm location 192.168.1.103 255.255.255.255 inside
pdm location 204.213.176.0 255.255.255.0 outside
pdm location 192.168.1.96 255.255.255.240 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 65.75.24.204 192.168.1.102 netmask 255.255.255.255 0 0
static (inside,outside) 65.75.24.205 192.168.1.101 netmask 255.255.255.255 0 0
static (inside,outside) 65.75.24.206 192.168.1.100 netmask 255.255.255.255 0 0
static (inside,outside) 65.75.24.203 192.168.1.8 netmask 255.255.255.255 0 0
static (inside,outside) 65.75.24.202 192.168.1.103 netmask 255.255.255.255 0 0
conduit permit tcp host 0.0.0.0 any eq 2095
conduit permit tcp host 0.0.0.0 any eq 2096
conduit permit tcp host 0.0.0.0 any eq 2083
conduit permit tcp host 0.0.0.0 any eq 2082
conduit permit tcp host 65.75.24.204 eq conduit permit tcp host 65.75.24.205 eq conduit permit tcp host 65.75.24.206 eq conduit permit tcp host 65.75.24.206 eq https any
conduit permit tcp host 65.75.24.206 eq telnet 204.213.176.0 255.255.255.0
conduit permit tcp host 65.75.24.203 eq 3389 any
conduit permit gre any any
conduit permit tcp host 65.75.24.202 eq conduit permit tcp host 65.75.24.202 eq ftp any
conduit permit tcp host 65.75.24.203 eq ftp any
conduit permit tcp host 65.75.24.206 eq ftp any
conduit permit tcp host 65.75.24.204 eq ftp any
conduit permit tcp host 65.75.24.205 eq ftp any
conduit permit tcp host 65.75.24.206 eq telnet any
route outside 0.0.0.0 0.0.0.0 65.75.24.193 1
timeout xlate 0:05: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 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 192.168.1.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 dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto dynamic-map outside_dyn_map 40 match address outside_cryptomap_dyn_40
crypto dynamic-map outside_dyn_map 40 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
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 arnoldgrant address-pool arnoldgrant
vpngroup arnoldgrant dns-server 192.168.1.99 204.213.176.1
vpngroup arnoldgrant default-domain arnoldgrant.com
vpngroup arnoldgrant split-tunnel arnoldgrant_splitTunnelAcl
vpngroup arnoldgrant idle-time 1800
vpngroup arnoldgrant password ********
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
management-access outside
console timeout 0
dhcpd address 192.168.1.2-192.168.1.50 inside
dhcpd dns 192.168.1.99 204.213.176.1
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain arnoldgrant.com
dhcpd enable inside
username rachel password fNSr07AfZ8/2/P2c encrypted privilege 15
username tmanger password /M0npEdw1GSWLL46 encrypted privilege 15
terminal width 80
Cryptochecksum:d422abe557874cc3a9884fa852f07b88
: end
[OK]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top