09-28-2005 06:42 AM - edited 02-21-2020 12:25 AM
I am trying to allow an internal user
to access an external PPTP server thru
our PIX 6.3(4). I added the needed fixup
protocol "fixup protocol pptp 1723". I am allowing the needed protocols thru and back in (currently testing with allow ip for specific hosts"). I even tried using a 1-to-1 NAT for the internal host to no avail.
Currently, the user attempts login, registers on network, and after about a minute the following msg comes back:
"Error 734: The PPP Link control protocol was terminated"
09-28-2005 06:57 AM
You need as allready mentioned the
Try to enable globaly PPTP by using:
sysopt connection permit-ipsec
# Allow PPTP traffic to bypass conduit or access-list command statement checking.
Reset the translation table after that:
clear xlate
sincerely
Patrick
09-28-2005 10:40 AM
Thanks for the quick reply. I still have a couple of questions.
1) Should I use the command sysopt connection permit-pptp instead ?
2) Would this be the only way to get it to work ? Bypassing the normal conduits/ACLS globally seems
to be a 'last resort' method. Would not my current
ACLS allowing all ip (in and out) to the hosts suffice ?
Thanks,
David
09-28-2005 11:50 AM
David,
1.) Of course I meaned < sysopt connection permit-pptp >, sorry about that. I draged and droped the wrong line.
2.) No you should just be sure that the protocol GRE and PPTP = TCP 1723 is able to connect to the outside world.
The < sysopt connection permit-pptp > could be used to check if it is just an access-list problem.
sincerely
Patrick
09-28-2005 09:39 PM
David,
Here's the documentation on how to allow PPTP traffic thru the PIX:
Hope this helps,
Jay
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide