Displaying 1 result from an estimated 1 matches for "mssfixup".
Did you mean:
  mcfixup
  
2008 Mar 17
1
VPN server and logon to Samba PDC
...o's on Poptop on FreeBSD I  ended up with a
partially working solution. I removed the reference to the option file in
/usr/local/etc/pptpd.conf and modified /etc/ppp/ppp.conf like this:
pptp:
    set timeout 0
    set log phase chat connect lcp ipcp command
    set dial
    set login
    enable mssfixup
    set ifaddr 192.168.1.4 192.168.150-192.168.1.155 255.255.255.0
    set server /tmp/loop "" 0177
    disable pap
    # Authenticate against /etc/passwd
    enable passwdauth
    disable ipv6cp
    enable proxy
    accept dns
    enable MSChapV2
    enable mppe
    disable deflate pred1...