12-14-2004 08:11 AM - edited 03-09-2019 09:45 AM
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,
12-14-2004 08:31 AM
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
vpdn enable outside
Hope this helps,
Jay
PS. Did you get that PDM issue resolved?
12-14-2004 08:57 AM
Thanks Jay.
I hd most of that in there anyway, but it was good to see another config.
Yes on the PDM issue...
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