Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 1999 22:43:23 +0200
From:      Maxim Sobolev <sobomax@altavista.net>
To:        current@freebsd.org, brian@freebsd.org
Subject:   PPP still has problems with config parsing
Message-ID:  <38667DEB.309D1295@altavista.net>

next in thread | raw e-mail | index | archive | help
As of today -current ppp is still incorrectly parsing dial string (yes,
I know that Brian several days ago already submitted some patches to
address similar problems, but it seems that it was not enough).
Following is transcript of my session, using configuration which worked
flawlessly on the previous -current built two weeks ago. As you can see
phone number and configuration string are not being sent to modem and
ppp doesn't wait for response string ("CONNECT") to proceed with
negotiation.

-Maxim

Script started on Sun Dec 26 22:28:17 1999
bash-2.03# ppp ip-telecom
Working in interactive mode
Using interface: tun0
tun0: Command: ip-telecom: set device /dev/cuaa1
tun0: Command: ip-telecom: set speed 115200
tun0: Command: ip-telecom: set dial ABORT BUSY ABORT NO\sCARRIER ABORT
NO\sDIAL\sTONE TIMEOUT 5 "" AT OK-AT-OK AT&F OK
AT#F0$R1%E0S20=8&E2S48=16 OK \dATDP\T TIMEOUT 40 CONNECT
tun0: Command: ip-telecom: set server ***** ********
tun0: Phase: Listening at port 3000.
tun0: Command: ip-telecom: disable sroutes
tun0: Command: ip-telecom: set phone 238-8888
tun0: Command: ip-telecom: set login
tun0: Command: ip-telecom: set authname ***
tun0: Command: ip-telecom: set authkey ********
tun0: Command: ip-telecom: set timeout 120
tun0: Command: ip-telecom: set ifaddr 10.0.0.1/0 10.0.0.2/0
255.255.255.0 0.0.0.0
tun0: Command: ip-telecom: add default HISADDR
tun0: Command: ip-telecom: enable dns
tun0: Phase: PPP Started (interactive mode).
ppp ON home> dia
tun0: Command: /dev/tty: dia
tun0: Phase: bundle: Establish
tun0: Phase: deflink: closed -> opening
tun0: Phase: deflink: Connected!
tun0: Phase: deflink: opening -> dial
tun0: Phase: Phone: 238-8888
tun0: Chat: deflink: Dial attempt 1 of 1
ppp ON home> tun0: Chat: Send: AT
tun0: Chat: Expect(5): OK
tun0: Chat: Received: AT

tun0: Chat: Received: OK
tun0: Chat: Send: AT&F
tun0: Chat: Expect(5): OK
tun0: Chat: Received: AT&F

tun0: Chat: Received: OK
tun0: Chat: Send: AT
tun0: Phase: deflink: dial -> carrier
tun0: Phase: deflink: /dev/cuaa1 doesn't support CD
tun0: Phase: deflink: carrier -> login
tun0: Phase: deflink: login -> lcp
[...]



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38667DEB.309D1295>