01-17-2007 09:00 PM - edited 03-11-2019 02:21 AM
Hi, im looking to have my pix pass thru VPN requests to my win2k3 box.
I read in the cisco docs it only supports one connection at a time to be passed through, by that do they mean one client or one vpn only?
Thanks,
Chris
01-30-2007 07:39 PM
Chris,
I'm not aware of any such limitation for PPTP/L2TP over IPSEC passthrough. Can you please provide a link to the document you're referencing?
01-31-2007 02:38 PM
I am running a RRAS box and my solution was to NAT the outside interface of the RRAS box to a public IP (1.1.1.1 in my example) then add the following lines to my outside access-list. You have to remember to allow GRE. The server is located in my DMZ so I nat from outside to dmz. works like a champ. We usually have 20+ people connected at any give time on this server.
access-list outside_access_in extended permit gre any host 1.1.1.1
access-list outside_access_in extended permit tcp any host 1.1.1.1 eq pptp
01-31-2007 04:24 PM
Hello,
YOu should be able to establish more than one connection. The scenario you are talking about was in old versions of PIX 6.1 where if a client behind the PIX requires to initiate a PPTP connection to the outside you would need to create a static NAT for this client and thus can support one connection.
Let me know if this clarifies your thoughts,
Regards,
02-01-2007 03:21 AM
yes thanks for that :) I am running latest pix firmware.
Chris
02-01-2007 08:39 AM
Hello,
You should be able to establish more than one connection to your PPTP server. All you need is to create static for this server and allow TCP 1723 and GRE.
Let me know if you need anything more,
Appreciate your rating,
Regards,
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