From owner-freebsd-questions Tue Jul 24 14:54:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 5B01837B405 for ; Tue, 24 Jul 2001 14:54:11 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.3/8.9.3) with ESMTP id f6OLq9W75766; Tue, 24 Jul 2001 18:52:12 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Tue, 24 Jul 2001 18:52:09 -0300 (ART) From: Fernando Gleiser To: Cameron Haegle Cc: Subject: Re: PPTPClient Setup In-Reply-To: <00c801c11489$a0826620$420fbf8f@hlc02> Message-ID: <20010724185002.W75434-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 24 Jul 2001, Cameron Haegle wrote: > Thank you very much for the information. I think that I am getting much > further. > > Now I am having trouble getting authenticated. It appears that while pptp is > trying to use CHAP, the VPN Server is not. You canget that info from the ppp logs. Look at the logs and search for lines like the following: Jul 23 11:12:07 ppp[333]: Phase: bundle: Authenticate Jul 23 11:12:07 ppp[333]: Phase: deflink: his = PAP, mine = none The second line says what auth proto the server is using. Fer > > Cameron > > > ----- Original Message ----- > From: "Fernando Gleiser" > To: "Cameron Haegle" > Cc: > Sent: Tuesday, July 24, 2001 4:24 PM > Subject: Re: PPTPClient Setup > > > > Please wrap your lines at ~70 chars. > > > > If you use pptpclient, here's what you need to do: > > > > edit /etc/ppp/ppp.conf and add a section (I call it 'pptp', but you can > call it > > whaterver you like) and configure authname and authkey to fit yours. > > > > Then, all you need to do is > > > > #pptp pptp & > > > > and thats it. I use it to connect to my DSL modem. > > > > There are some (sparse) docs in /usr/local/share/pptpclient. > > > > > > > > Fer > > > > PD: here's my ppp.conf (authname and authkey changed to protect the > inocent) > > > > pptp: > > set log IPCP Chat Phase > > set timeout 0 > > set authname myautname > > set authkey myauthkey > > add default HISADDR > > > > On Tue, 24 Jul 2001, Cameron Haegle wrote: > > > > > I am trying to get the pptpclient working between my 4.2 server and my > companies Microsoft VPN server. > > > > > > I have not found any really useful sites regarding the setup of this. > > > > > > Any suggestions? > > > > > > Thanks in advance. > > > > > > Cameron > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message