Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2001 18:52:09 -0300 (ART)
From:      Fernando Gleiser <fgleiser@cactus.fi.uba.ar>
To:        Cameron Haegle <chaegle@mediaone.net>
Cc:        <questions@freebsd.org>
Subject:   Re: PPTPClient Setup
Message-ID:  <20010724185002.W75434-100000@cactus.fi.uba.ar>
In-Reply-To: <00c801c11489$a0826620$420fbf8f@hlc02>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <fgleiser@cactus.fi.uba.ar>
> To: "Cameron Haegle" <chaegle@mediaone.net>
> Cc: <questions@FreeBSD.ORG>
> 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 <ip of your server> 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




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