On Sun, 13 Aug 2000, Alain Rabaute wrote:

|I am running Red Hat 6.2 with kernel 2.2.x and am having difficulties
|setting correctly the PPP connection to connect to my ISP.
|
|In fact, I used 'kppp' to set up a connection, and my ISP told me that I
|should use 'PAP' as the connection protocol. I did that but it didn't

Are you sure that you configured kppp for PAP correctly?  Kppp is a
frontend for pppd and I don't know the kppp configuration procedure.  But
with pppd you need the option "user YourISPusername" and a line in the
/etc/ppp/pap-secrets file of this form

YourISPusername   *   YourISPpassword

with the obvious substitutions for the "Your..." tokens.

|connect at first. Then I tried to input a script (still under PAP), such
|as:
|
|Expect ogin:
|Send dft/ftu56hj
|Expect word:
|Send fhk67rt

You shouldn't need this scripting with PAP authentication.

|Well, it worked OK, meaning that I could surf using Netscape. The

The login/password may be an alternative to PAP authentication at the ISP. 
Often when an ISP switchs to a PPP authentication protocol there may be
"legacy" prompts, although they usually don't work to provide a viable
PPP connection. 

|problem is that the connection window never inconified as specified,
|staying on the message "starting pppd...". The log window shows messages
|such as:
|
|login: dft/ftu56hj
|password: fhk67rt
|    Speed is blabla
|    MTU is 1500
|    ...
|
|and hangs !

Sounds like kppp is confused by the combination of the login/password
script and the PAP authentication requirement. 

---
Clifford Kite                                               Not a guru. (tm)


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

Reply via email to