Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2001 17:46:58 -0300 (ART)
From:      Fernando Gleiser <fgleiser@cactus.fi.uba.ar>
To:        <rene@xs4all.nl>
Cc:        <freebsd-questions@FreeBSD.ORG>, <helpdesk@xs4all.nl>
Subject:   Re: pptp (dutch xs4all mxstream adsl)
Message-ID:  <20010610173744.L83694-100000@cactus.fi.uba.ar>
In-Reply-To: <20010610211419.A2079@xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
pptpclient uses user ppp, but the conf files you posted are kernel ppp
conf files:

I am using pptp for dsl access with no problems. Here's what you need to do:

1) Install the pptpclient port.
2) copy /usr/local/share/examples/pptpclient/ppp.conf to /etc/ppp
3) modify it to fit your needs.

Here's a copy of my ppp.conf:

pptp:
 set log LCP IPCP Chat Phase
 set timeout 0
 set authname myauthname
 set authkey myauthkey
 add default HISADDR

and that's it. just say "pptp <serverip> pptp" and it should work.

Hope this helps.



			Fer
On Sun, 10 Jun 2001 rene@xs4all.nl wrote:

> Hi. I've got a FreeBSD 4.3-STABLE box running with IPFilter installed.
>
> I wish to use my XS4ALL (a Dutch ISP) account to NAT my local LAN to the
> internet. I have installed /usr/ports/net/pptpclient and have made the
> configuration according to what the XS4ALL help pages said on this
> subject. It should be noted that much of the information on those pages is
> out-of-date due to changes in the login-procedure.
>
> My problem is as follows; I cannot find any documentation on this error..
> :((
>
> Jun 10 20:10:02  pptp[519]:
> log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:548]: Client connection
> established.
> Jun 10 20:10:03  pptp[519]:
> log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:643]: Error opening call.
> [callid 0]
> Jun 10 20:10:03  pptp[519]: log[call_callback:pptp_callmgr.c:88]: Closing
> connection
> Jun 10 20:10:03  pptp[519]: log[call_callback:pptp_callmgr.c:88]: Closing
> connection
> Jun 10 20:10:03  pptp[519]: log[pptp_conn_close:pptp_ctrl.c:285]: Closing
> PPTP connection
>
>
> I have these configuration files:
> # ls -al /etc/ppp
> total 9
> drwxr-xr-x   2 root  wheel   512 Jun 10 12:40 .
> drwxr-xr-x  15 root  wheel  2048 Jun 10 13:55 ..
> -rw-------   1 root  wheel   115 Jun 10 12:37 chap-secrets
> -rw-r--r--   1 root  wheel    73 Jun 10 12:40 options.adsl
> -rw-------   1 root  wheel  1167 Nov 20  2000 ppp.conf
> -rw-r--r--   1 root  wheel   261 Nov 20  2000 ppp.deny
> -rw-r--r--   1 root  wheel   350 Nov 20  2000 ppp.shells.sample
>
> # cat /etc/ppp/chap-secrets
> # Secrets for authentication using CHAP
> # client                server  secret           IP addresses
> rene@xs4all-basic-adsl  *       <correct passwd> *
>
> # cd /etc/ppp
> # cat options.adsl
> idle 0
> debug
> noauth
> user rene@xs4all-basic-adsl
> usepeerdns
> defaultroute
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>


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?20010610173744.L83694-100000>