cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1238
Views
0
Helpful
2
Replies

Port 1723 ( pptp )

aftermath
Level 1
Level 1

I have a client site with a host user. The user wants to access her HQ by VPN.

Other than adding the Fixup protocol statement ( fixup protocol pptp 1723 ) to the PIX, is there anything else I need to do?

Thanks,

2 Replies 2

jmia
Level 7
Level 7

Including the fixup for PPTP, the following example will dish out 10 client IP address from the pptp local pool because of the mask i.e. 255.255.255.240, you can increase this for your senario...

access-list PPTP permit ip 192.168.10.0 255.255.255.0 192.168.12.0 255.255.255.240

ip local pool pptp_dial_in 192.168.12.1-192.168.12.10

sysopt connection permit-pptp

vpdn group PPTP accept dialin pptp

vpdn group PPTP ppp authentication chap

vpdn group PPTP ppp authentication mschap

vpdn group PPTP ppp encryption mppe auto

vpdn group PPTP client configuration address local pptp_dial_in

vpdn group PPTP client configuration dns

vpdn group PPTP client configuration wins

vpdn group PPTP pptp echo 60

vpdn group PPTP client authentication local

vpdn username password

vpdn enable outside

Hope this helps,

Jay

PS. Did you get that PDM issue resolved?

Thanks Jay.

I hd most of that in there anyway, but it was good to see another config.

Yes on the PDM issue...