cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
258
Views
0
Helpful
1
Replies

PIX 6.2 PPTP outbound

jdepies
Level 1
Level 1

Hello, I want to confirm that it is not possible (with the default config) to get inside clients (static and natted) to make a PPTP connection through the PIX? Is this correct?

I know that 6.3.1 supports the pptp fixup prot, but I am very hesitant on upgrading the IOS so soon after 6.3's release. What can I do to get my inside clients to be able to PPTP through the PIX? I can give them static IPS if necessary.

Thanks

Jeff

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

Internal hosts with a one-to-one static translation will be able to PPTP out through the PIX, only PAT'd hosts will have the problem. You will need to allow GRE into these hosts with an access-list, since the PIX won't open up a hole for this since it isn't a TCP/UDP protocol. Something like:

> access-list inbound permit gre any host

> access-group inbound in interface outside

The PPTP (TCP 1723) packets will automatically be allowed back in, so just the static and the GRE ACL is all that's needed.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card