07-26-2004 01:50 PM - edited 02-21-2020 01:16 PM
I have a 2620 router using the IOS Firewall (12.3). I have a particular PC that connects to a customer's VPN. They are using PPTP and say all I need to allow is PPTP traffic (TCP port 1723). However, when I open 1723 for incoming traffic it does not work (all outgoing is allowed) - my attempt to connect times out as if either their server is not there or it cannot talk back to my PC. Any help would be appreciated - I know this is a vague description but I didn't want to be too lengthy.
07-26-2004 08:00 PM
Hi,
May be there is some other port needed as well. You need to collect the syslog messages out from this router. They will shed more light on whats is happening. btw if say you open up all ports for incoming traffic, does it work?
Thanks
Nadeem
07-27-2004 06:15 AM
How do I get the syslog messages (sorry untrained user)? I can't open all ports for incoming traffic (not an option) - all ports are open on outgoing traffic.
Thanks,
Suzanne
07-28-2004 04:25 PM
I kept my TCP ports restricted but added an
access-list 101 permit ip any host nn.nn.nn.nn(ip addr of the pc that needs the vpn) - that works
Thanks
07-27-2004 02:57 AM
make sure you explicitly permit GRE outbound to the customer site. On my 2621 firewall, I have the inspection rules set for out on the inside interface, and in for the outside interface. I found that any other config broke PPTP thru the IOS firewall.
-Jeff
07-27-2004 07:37 AM
I think Jeff is on the right path here but I will add a slightly different angle on this. You need to make sure you allow GRE back into your network via the ACL applied inbound on your outside interface (I am making some assumptions here). CBAC does not inspect GRE traffic so it does not poke the dynamic hole in the ACL to allow the return traffic in. The TCP traffic should be handled by your inspect. Can you post a sanitized version of your config?
Scott
10-22-2004 02:48 PM
Add this to your ACL.
access-list 101 permit gre any any
Shawn
10-22-2004 07:15 PM
Allow 47 and 1723 for pptp
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