[ moving discussion to freebsd-net ]

Dan Langille writes:
> A while back, mpd was suggested as a pptp client.  I've started looking at 
> it.  However, I'm having trouble getting it to connect.  The office has a 
> MS server and I'm trying to connect using mpd.  FWIW, I can connect via 
> pptp-client.
> 
> The office IP is 1.2.3.4
> My dual homed gateway has an internal address of 192.168.0.21 (ie. that's 
> my default address for boxes on the home LAN).
> The office server has internal address of 10.0.0.18
> I can connect using MS CHAP V2, MPPE 128, MPPC from my W2K box.
> 
> Of note, I see this in the logs but don't know the significance: "pptp0: 
> CID 0xbc51 in SetLinkInfo not found"

That can be safely ignored. Just another harmless Windows bug.

> vpn:
>         new -i ng1 vpn vpn
>         set iface disable on-demand
>         set iface addrs 192.168.0.21 10.0.1.18
>         set iface idle 0
>         set iface route 10.0.1.0/24
>         set pptp peer 1.2.3.4
>         set bundle disable multilink
>         set bundle authname dan
>         set bundle password secret
>         set link yes acfcomp protocomp
>         set link no pap
>         set link enable chap
          ^^^^^^^^^^^^^^^^^^^^
>         set link accept chap
>         set ipcp no vjcomp

Try "set link disable chap" instead. The Windows box may be
getting confused when you try to authenticate it.

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to