Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2002 11:34:46 -0700 (PDT)
From:      Archie Cobbs <archie@dellroad.org>
To:        Dan Langille <dan@langille.org>
Cc:        freebsd-net@freebsd.org
Subject:   Re: mpd for pptp - can't connect
Message-ID:  <200206131834.g5DIYkE19471@arch20m.dellroad.org>
In-Reply-To:  "from Dan Langille at Jun 13, 2002 07:52:12 am"

next in thread | raw e-mail | index | archive | help
[ 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206131834.g5DIYkE19471>