On Wed, 30 Dec 1998, Mark D. Buck wrote:

|I am having a problem configuring PPP to work with the PAP protocol that
|my ISP says that I need to use to get a two channel ISDN connection
|working.  Everything works fine when I connect with the login and
|password prompt, but I can't get it to work with PAP.  The particulars
|are:
|
|1) I add a entry like the following to my options file:
|
|name <my isp user name>
|
|2) I create a pap-secrets file with an entry like:
|<my isp user name> * <my isp password>
|
|3) I truncate my ppp-on-dialer file after the CONNECT line
|
|I get connected to my ISP, but I don't get logged in.  My debug file
|indicates that I'm sending LCP conf req's but am not receiving anything
|from the other server.  My syslog confirms this as well indicated a
|timeout sending LCP config-requests.  There is also an indication that
|"serial link is not 8 bit clean"

The problem is very likely that the ISP is still at a text prompt and has
not started ppp.  Something is wrong in the chat script.  Two things come
to mind. 

First when you "truncate" ppp-on-dialer be sure that you remove the `\' at
the end of the CONNECT line. 

Second you may need to change <CONNECT ''> to <CONNECT \\c> or <CONNECT
\\d>.  The first form suppresses the carriage return that otherwise is sent
and sometimes causes trouble.  The second form introduces a 1 second delay
that some ISPs need. 

---
Clifford Kite                                               Not a guru. (tm)
[EMAIL PROTECTED]                                           Not even close.
----------------------------------------------------------------------------
"You're one of those condescending Unix computer users!"
"Here's a nickel, kid.  Get yourself a better computer" - Dilbert.
----------------------------------------------------------------------------


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to