From owner-freebsd-questions Tue Jul 9 1:51:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECC5D37B401; Tue, 9 Jul 2002 01:51:21 -0700 (PDT) Received: from post.webmailer.de (natwar.webmailer.de [192.67.198.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB8043E42; Tue, 9 Jul 2002 01:51:10 -0700 (PDT) (envelope-from jonsonn@gmx.net) Received: from gmx.net ([62.245.162.14]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id KAA02424; Tue, 9 Jul 2002 10:50:55 +0200 (MEST) Message-ID: <3D2A9E63.7050003@gmx.net> Date: Tue, 09 Jul 2002 10:27:15 +0200 From: jonsonn User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: de, en-us MIME-Version: 1.0 To: Volzhan Cc: freebsd-questions@FreeBSD.ORG, jdp@FreeBSD.ORG Subject: Re: VPN pptp-client problem... References: <38561802.20020709122654@mail.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Volzhan wrote: > Hi all! > I have such a problem with VPN-client based on pptpclient: > FreeBSD is setting at my ad0s3 slice, but at ad0s1 I've M$ win98 with LAN > VPN support. And I have no any problem with inet in M$. > ppp.conf> > VPN: > enable chap > # enable MSCHAPv2 - I tried with these strings, but it doesn't works. > # disable deflate pred1 > # deny deflate pred1 > # accept MSCHAPv2 > set authname Authname > set authkey Authkey > set timeout 0 > set ifaddr 0 0 > add 192.168.12.0/24 HISADDR > alias enable yes i assume that windows is set up to receive everything from the peer, maybe you should try and replace 'add 192.168.12.0/24 HISADDR' with 'add HISADDR HISADDR' for me, pptpclients just works fine with: MNET: set authname me set authkey mypasswd set timeout 0 set ifaddr 0 0 add HISADDR HISADDR > ppp-secret> > #Authname Authkey > XXXX YYYY you won't need ppp-secrets with pptpclient > uname -a> > FreeBSD sv 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 for me, pptpclient (as well as mpd as client) was running unstable until i upgraded to 4.6-stable, but is was running 4.3-release, maybe on 4.5 it will be ok hope that was helpfull best regards jonas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message