Hi,
I was wondering whether anyone knows what causes the following error message
when I try to connect via PAP to my ISP (edited from my /var/log/messages
file:
My chatscript is:Quote:>LCP: timeout sending Config-Requests
>Connection Terminated
>Receive serial is not 8-bit clean
>Problem: all had bit 7 set to 0
TIMEOUT 5
"" AT&F
OK ATDT94348011
ABORT "NO CARRIER"
ABORT BUSY
ABORT "NO DIALTONE"
ABORT WAITING
TIMEOUT 45
CONNECT ""
If I add the following to the end of the script it works fine :
ervice "p"
name "<username>"
word "<passwd>"
My dial script is:
exec pppd connect \
'chat -v -f /etc/ppp/chatscript' \
-detach crtscts modem defaultroute \
/dev/modem 57600
I've checked the RPM howto: it doesn't shed any light. My ISP does support
PAP and I am able to connect fine via a script with the abovementioned
addition.
Does anyone have any ideas?
Thanks for any light you can shed.