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

how to config pix 7.0 to permit pptp connection through pix.

wanglei
Level 1
Level 1

i have pix 7.0 .there are pptp server and pptp client on the two side of pix

.i know pix 7.0 doesn't support pptp.but if it's also can't let pptp throughtout? how to config pix 7.0 to permit pptp connection through pix.

thank you very much.

1 Reply 1

did you check this document:

http://www.cisco.com/warp/public/110/pix_pptp.html

take a look at the example. That should work for 7.0 as well

---------------

Commands to Add to All Versions

In this configuration example, the PPTP server is 209.165.201.5 (static to 10.48.66.106 inside), and the PPTP client is at 209.165.201.25.

access-list acl-out permit gre host 209.165.201.25 host 209.165.201.5

access-list acl-out permit tcp host 209.165.201.25 host 209.165.201.5 eq 1723

static (inside,outside) 209.165.201.5 10.48.66.106 netmask 255.255.255.255 0 0

access-group acl-out in interface outside

--------------