Quote:>I need to implement a diald connection for a firewall network. Im in the
>point where my connect script works and I
>get connected to the ISP for a few seconds. After that the connection is
>dropped. Looking for information I have
>configured the pppd with the 'debug' option and looking at the log file I
>can see that right before closing the
>connection, this is what is happening (textual)
>'Receive serial link is not 8 bit clean'
>'Problem: all had 7 bit set to 0'
This is quoted firectly from the FAQ file included in the pppd source
code file:
------------------------------------------------------------------------
Q: When I try to establish a connection, I get an error message saying
"Serial link is not 8-bit clean". Why?
A: The most common cause is that your connection script hasn't
successfully dialled out to the remote system and invoked ppp service
there. Instead, pppd is talking to something (a shell or login
process on the remote machine, or maybe just the modem) which is only
outputting 7-bit characters.
This can also arise with a modem which uses an AT command set if the
dial command is issued before pppd is invoked, rather than within a
connect script started by pppd. If the serial port is set to 7
bits/character plus parity when the last AT command is issued, the
modem serial port will be set to the same setting.
Note that pppd *always* sets the local serial port to 8 bits per
character, with no parity and 1 stop bit. So you shouldn't need to
issue an stty command before invoking pppd.
------------------------------------------------------------------------
You can find the full pppd archive with documentation here:
ftp://cs.anu.edu.au/pub/software/ppp/
Try a search of http://www.deja.com for the above error messages.
I bet you will get many solutions.
Basically, I think your chat script is not working properly.
--
Frank Hahn
A general leading the State Department resembles a dragon commanding
ducks.
-- New York Times, Jan. 20, 1981