Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2003 22:25:24 +0200
From:      Yaroslav Polyakov <inetd@ukr.net>
To:        freebsd-isp@freebsd.org
Subject:   Callback in user-level ppp
Message-ID:  <200302222201.09297.inetd@ukr.net>

next in thread | raw e-mail | index | archive | help
Hello isp,

I have the following problem with callback configuration of ppp(8).
Here is my ppp.conf:

default:
=09set log Phase Chat LCP IPCP CCP tun command
=09ident user-ppp VERSION (built COMPILATIONDATE)
=09set device /dev/cuaa1
=09set speed 38400
=09set timeout 180
=09enable dns
=09set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
=09add default HISADDR

provider:
        set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
           \"\" AT OK-AT-OK ATW2S0=3D1 OK \\dATDP\\T TIMEOUT 40 CONNECT"
        set callback cbcp
        set cbcp 1234567
        set phone 7654321
        set authname username
        set authkey password

I call to provider successfully, but during callback I see in ppp.log=20
following messages:

Feb 22 21:49:56 lab ppp[1328]: tun0: CCP: deflink: Error: Unexpected CCP =
in=20
phase Establish (ignored)
Feb 22 21:50:02 lab ppp[1328]: tun0: IPCP: deflink: Error: Unexpected IPC=
P in=20
phase Establish (ignored)

and these lines are repeated many times before "LayerDown".  :(
I've searched in Google but no luck.

--=20
WBR, Yaroslav.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




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