Hi Irmoore,
I have been given only one IP address. Can it be that the publicip and the pptserverip have the same IP address?
Main Topics
Browse All Topics1) We are not being able to make connections to a VPN server using PPTP. It has obviously to do with our Cisco PIX firewall 'cause I can easily make connection to the same server from outside our network, using the same credentials. Please let us know how we can enable PPTP connections to the outside.
Note:- We have no problems connecting to another VPN server from within our network but that one uses IPSEC/UDP
2) An unrelated problem, but with the same firewall. We the machine 10.8.151.250 in the DMZ and need to mount a samba share on this machine from a samba server 10.8.150.10 which resides inside the network. How do we allow this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
No. Problem is GRE which cannot be port-forwarded. You must have a dedicated IP
You may have limited success if you enable fixup pptp, but that was designed for internal users accessing an external server where the connection is initiated from inside.
fixup pptp 1723
was broken in some versions prior to 6.3(5)
What version PIX OS are you running?
We are running :- Cisco PIX Security Appliance Software Version 7.0(4)
I think I should probably make it a bit clearer than I did before. The VPN server(the one using the pptp protocol) that we are trying to connect to doesn't belong to us. Our users from within our network want to use their respective Windows VPN clients to connect to this server, but they are being unable to because of the (obvious) restrctions imposed by the firewall.
That's what it says here
http://www.cisco.com/warp/
OS 7.0(4) has a few bugs, this might be one of them. Suggest updating to 7.0(6) or even 7.22
This is from later versions of 7.2x
Pasted from:
http://www.cisco.com/unive
hostname(config)# class-map pptp-port
hostname(config-cmap)# match port tcp eq 1723
hostname(config-cmap)# exit
hostname(config)# policy-map pptp_policy
hostname(config-pmap)# class pptp-port
hostname(config-pmap-c)# inspect pptp
hostname(config-pmap-c)# exit
hostname(config)# service-policy pptp_policy interface outside
Business Accounts
Answer for Membership
by: lrmoorePosted on 2007-06-12 at 04:19:44ID: 19265050
1) you have to use a 1-1 static nat for the PPTP server to its own public IP, and allow tcp/1723 and GRE in acl
static (inside,outside) publicip pptpserverip netmask 255.255.255.255
access-list outside_access_in permit tcp any host publicip eq 1723
access-list outside_access_in permit gre any host publicip