07-29-2012 05:59 PM
Hi guys, this is probably a simple one but i do not have much firewall experience so any help is appreciated.
We would like to have the ability to connect to a VPN of a business we recently acquired. When connecting to it directly from the Internet (no firewall), it is accessible. However, behind our firewall, there is no access. We are using Cisco ASA 8.2 (2)
Currently, we have an entry as follows:
object-group service PPTP tcp
port-object eq pptp
access-list inside_access_in extended permit tcp any host object_name object-group PPTP
Can someone please advise what else is required to complete this as i am unsure of what else is required? Basically, we want any device within our network to be able to access the VPN via PPTP.
Your help is appreciated
Regards,
Solved! Go to Solution.
07-29-2012 11:44 PM
Hi Angelo,
It should work when you do a pptp allowed and inspected. But also allow GRE in ACL with your firewall towards PPTP server.
The above documents helps you to understand better.
Please do rate if the given information helps.
By
Karthik
07-29-2012 10:49 PM
Hello Angelo,
PPTP,
You need to do a static one to one translation as PPTP uses GRE,
Then you will need to allow GRE access to that server.
Regards,
Julio
Rate all the helpful posts
07-29-2012 11:16 PM
Hi Julio, thanks for your swift response.
Can i make it so that a group of machines has the ability to connect to the PPTP server? That is what i am trying to achieve above. Do i enable GRE at the firewall level or at the server level?
Thanks again
07-29-2012 11:19 PM
For PPTP to work, you have to enable the PPTP-inspection:
ASA(config)#policy-map global_policy
ASA(config-pmap)#class inspection_default
ASA(config-pmap-c)#inspect pptp
Sent from Cisco Technical Support iPad App
07-29-2012 11:21 PM
Hi Karsten, thanks for the reply.
After enabling the PPTP inspection, will my below entry work? What about GRE?
object-group service PPTP tcp
port-object eq pptp
access-list inside_access_in extended permit tcp any host object_name object-group PPTP
Thanks!
07-29-2012 11:44 PM
Hi Angelo,
It should work when you do a pptp allowed and inspected. But also allow GRE in ACL with your firewall towards PPTP server.
The above documents helps you to understand better.
Please do rate if the given information helps.
By
Karthik
07-29-2012 11:47 PM
Ok, thanks guys. I will give this a try and update when possible.
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