Subject: Re: PPP garbage data?
To: <>
From: David Laight <david@l8s.co.uk>
List: netbsd-help
Date: 07/11/2002 14:01:35
On Thu, Jul 11, 2002 at 11:11:32AM +0200, Florian Stöhr wrote:
> hi,
> 
> connection manually with cu:
> 
> ATZ
> OK
> ATDT12345
> ...
> 
> after receiving
> 
> CONNECT 48000...
> 
> some seconds just nothing happens. then I receive some garbage data from
> the ISP (seems binary), then the modem disconnects.

what is in your 'chat' file, mine contains:
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
ABORT "Username/Password Incorrect"
REPORT CONNECT
"" "at"
OK "at&d2&c1"
OK "atdt08089933001"
CONNECT \c


and the peers/bt file contains:
dty01           # modem is connected to /dev/cua0
115200          # run the serial port at 38400 baud
crtscts         # use hardware flow control
noauth          # don't require the ISP to authenticate itself
defaultroute    # use the ISP as our default route
debug
user david.laight@btinternet.com
connect '/usr/sbin/chat -v -f /etc/ppp/chat-bt'

The chap-secrets file contains '* * password *' - I didn't sort out
the username/systembname fields!


Note that you have to meddle with syslogd to get any output from these
commands.


	David

-- 
David Laight: david@l8s.co.uk