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

Another PIX VPN Question 1

Status
Not open for further replies.

jfwebber

MIS
May 7, 2002
277
US
I have configured my PIX 515 as a terminating VPN device. I am trying to connect via my home Windows ME workstation using PPTP. I am connected to the internet via broadband connection. I am able to connect/authenticate but I am unable to ping any nodes on the inside (192.168.1.x). Here is the PIX config:

PIX Version 6.2(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz1 security80
nameif ethernet3 dmz2 security70
enable password xxxxxxxxxxxxx encrypted
passwd xxxxxxxxxxxxxxxx encrypted
hostname xxxxxxxxxx
domain-name xxxxxxxx.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
name 192.168.1.93 websense
access-list inside permit ip any any
access-list internet-in permit tcp any host xx.xx.xx.xx eq www
access-list internet-in permit tcp any host xx.xx.xx.xx eq https
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 5800
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 5900
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 1433
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 5800
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 5900
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 1433
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 5800
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 5900
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 5800
access-list internet-in permit tcp host xx.xx.xx.xx host xx.xx.xx.xx eq 5900
access-list vpnlist permit ip 192.168.1.0 255.255.255.0 192.168.12.0 255.255.255.0
access-list dmz permit tcp host 192.168.10.2 host 192.168.1.1 eq 3100
pager lines 24
logging on
logging facility 23
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 10baset
interface ethernet3 auto shutdown
mtu outside 1500
mtu inside 1500
mtu dmz1 1500
mtu dmz2 1500
ip address outside xx.xx.xx.xx 255.255.255.240
ip address inside 192.168.1.2 255.255.255.0
ip address dmz1 192.168.10.1 255.255.255.0
ip address dmz2 192.168.11.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pptp-pool 192.168.12.1-192.168.12.254
no failover
failover timeout 0:00:00
failover poll 15
failover ip address outside 0.0.0.0
failover ip address inside 0.0.0.0
failover ip address dmz1 0.0.0.0
failover ip address dmz2 0.0.0.0
pdm history enable
arp timeout 14400
global (outside) 1 xx.xx.xx.xx
nat (inside) 0 access-list vpnlist
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
alias (inside) 192.168.1.22 xx.xx.xx.xx 255.255.255.255
static (inside,outside) xx.xx.xx.xx 192.168.1.22 netmask 255.255.255.255 0 0
static (inside,outside) xx.xx.xx.xx 192.168.1.99 netmask 255.255.255.255 0 0
access-group internet-in in interface outside
access-group inside in interface inside
route outside 0.0.0.0 0.0.0.0 xx.xx.xx.xx 1
timeout xlate 3:00:00
timeout conn 8: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
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
url-server (inside) vendor websense host websense timeout 5 protocol TCP version 1
url-cache dst 128KB
filter url except 192.168.1.125 255.255.255.255 0.0.0.0 0.0.0.0
filter url except 192.168.1.90 255.255.255.255 0.0.0.0 0.0.0.0
filter url except 192.168.1.182 255.255.255.255 0.0.0.0 0.0.0.0
filter url except 192.168.1.181 255.255.255.255 0.0.0.0 0.0.0.0
filter url except 192.168.1.76 255.255.255.255 0.0.0.0 0.0.0.0
filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
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-pptp
no sysopt route dnat
telnet 192.168.1.6 255.255.255.255 inside
telnet 192.168.1.98 255.255.255.255 inside
telnet 192.168.1.76 255.255.255.255 inside
telnet 192.168.1.99 255.255.255.255 inside
telnet timeout 15
ssh timeout 5
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication mschap
vpdn group 1 ppp encryption mppe 128 required
vpdn group 1 client configuration address local pptp-pool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username xxxx password ********
vpdn enable outside
terminal width 80
Cryptochecksum:
pixfirewall#

Any ideas? Thanks in advance for any assistance.

Jim
 
try adding...

access-list inside permit icmp any any
 
By adding access-list inside permit icmp any any, won't that allow icmp packets to pass thru the PIX from any host on the inside (192.168.1.x)?

 
The way that I read your access-lists your inside access-list is for any traffic that is starting on the inside going outbound. Your first access-list is access-list inside permit ip any any. I have analyzed it a little more and that wouldn't help you anyways because through the VPN you are already on the inside network. Have you tried adding the permit icmp any any to your vpnlist access-list?
 
I not have tried adding the permit icmp any any to my vpnlist access-list. I will give that a try. Thanks for the help.

 
Have you had any luck with this? I'm having the exact same problem....
 
I resolved the issue. The personal firewall I have running on my PC was the issue.

Thanks for all who helped.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top