From owner-freebsd-questions Tue Jul 24 18:18:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mnmai05.mn.mediaone.net (mnmai05.mn.mediaone.net [24.131.1.59]) by hub.freebsd.org (Postfix) with ESMTP id 78C3037B405 for ; Tue, 24 Jul 2001 18:18:25 -0700 (PDT) (envelope-from chaegle@mn.mediaone.net) Received: from frogprince.mn.mediaone.net (nic-41-c27-246.mn.mediaone.net [66.41.27.246]) by mnmai05.mn.mediaone.net (8.11.1/8.11.1) with ESMTP id f6P1IJ107157; Tue, 24 Jul 2001 21:18:19 -0400 (EDT) Date: Tue, 24 Jul 2001 20:18:20 -0500 (CDT) From: Cameron Haegle To: Fernando Gleiser Cc: Cameron Haegle , questions@freebsd.org Subject: Re: PPTPClient Setup In-Reply-To: <20010724185002.W75434-100000@cactus.fi.uba.ar> Message-ID: 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 Fernando, The ppp.log shows that the remote server shows: Phase: deflink: his = CHAP 0x05, mine = none I am assuming that there is a parameter that I must specify in order to enable CHAP, correct? Cam On Tue, 24 Jul 2001, Fernando Gleiser wrote: > 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