12-04-2007 11:16 AM - edited 03-11-2019 04:38 AM
I'm sure this is standard stuff, but I cant figure it out. I want to allow MS VPN connections initiated from inside to get out a PIX 501. Any help?
12-04-2007 12:07 PM
you need to allow through the ipsec vpn ports in firewall, udp 500 udp 4500 and protocol esp.
e.g
access-list inside permit udp any any eq 500
access-list inside permit udp any any eq 4500
access-list inside permit esp any any
access-group inside in interface inside
HTH
Jorge
rate any helpful post if it does!
12-04-2007 12:14 PM
Thanks Jorge,
Does this apply if it's only a PPTP connection?
12-04-2007 12:37 PM
This is only for Cisco VPN client, for pptp use the info and link posted by others in this thread.
Jorge
12-04-2007 12:12 PM
1) use Pix OS code 6.3(5),
2) fixup pptp protocol 1723
It will work after that.
12-04-2007 12:26 PM
http://www.cisco.com/warp/public/110/pix_pptp.html
(it pretty much says the same thing kevinjones says)
12-04-2007 12:42 PM
Kevin,
That did the trick, thanks.
Would I still need these ACL statements I tried earlier?
access-list outside_access_in permit gre any any
access-list outside_access_in permit tcp any any eq pptp
Thanks again,
12-04-2007 04:47 PM
you do NOT need to allow anything on the
outside interface. In fact you can even do
this:
access-list ccie_security deny ip any any log
access-group ccie_security in interface outside
your pptp still works after that because
the connection is initiated from the inside
interface.
12-04-2007 05:16 PM
Didn't think so, but I was grasping at anything.
Thanks for helping.
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