08-08-2007 03:13 PM - edited 03-11-2019 03:55 AM
I'm just trying to allow pptp (1723) from an outside network to access the servers behind the pix that I have installed. I know it is a simple access-list... any help?
Thanks!
08-08-2007 03:39 PM
Austin
object-group network pptp_servers
network-object host "server1 ip address"
network-object host "server2 ip address"
etc...
access-list acl_inbound permit tcp "outside net" "net mask" object-group pptp_servers eq 1723
access-list acl_inbound permit gre "outside net" "net mask" object-group pptp_servers
access-group acl_inbound in interface outside
Note for PPTP you need to allow GRE as well so i have included that in access-list. You will need to add any other access you need to the access-list as there is an implict deny at the end of an access-list.
One last thing. GRE is not stateful so if you have an access-list applied to your inside interface where your servers are you will need to allow GRE back out through the firewall.
HTH
Jon
08-08-2007 04:26 PM
Hey thanks for the reply... I was just a little confused as to what "server1 ip address" should I use? The internal or external?
Thanks for your help!
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