RE: ISP username for diald

1998-12-06 Thread Colin Telmer
On Sat, 5 Dec 1998, Chris Stalker-Herron wrote:

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Saturday, December 05, 1998 4:56 PM
  To: Chris Stalker-Herron
  Cc: Debian User List
  Subject: Re: ISP username for diald
 
 
  Chris Stalker-Herron writes:
   When trying to connect through diald, I am seeing PAP authentication
   failed in my ppp.log.  I think it's because diald does not know what
   user to pass to pppd.
 
  No.  It is because pppd is not being called with the 'noauth' option, and
  so is demanding that the ISP authenticate to it.  Add this to
  /etc/diald/diald.options:
 
  pppd-options noauth
 
 Actually, I already have that line.  Here is the ppp.log showing it being
 used.
 
 Dec  5 13:19:37 piglet diald[295]: Running pppd: /usr/sbin/pppd -detach
 modem crtscts mtu 1500 mru 1500 netmask 255.255.255.0 noauth
 
 Don't I have to somehow pass a username and password to the ISP?  I doubt
 they would let me connect without one.

Maybe this will help - from the ppd man page. set it in /etc/ppp/peers/file

   user name
  Sets the name used  for  authenticating  the  local
  system to the peer to name.


Cheers.

--
Colin Telmer, Ottawa, Ontario, Canada
mailto:[EMAIL PROTECTED]
http://www.telmer.com


RE: ISP username for diald

1998-12-06 Thread Bob Nielsen
On Sat, 5 Dec 1998, Chris Stalker-Herron wrote:

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Saturday, December 05, 1998 4:56 PM
  To: Chris Stalker-Herron
  Cc: Debian User List
  Subject: Re: ISP username for diald
 
 
  Chris Stalker-Herron writes:
   When trying to connect through diald, I am seeing PAP authentication
   failed in my ppp.log.  I think it's because diald does not know what
   user to pass to pppd.
 
  No.  It is because pppd is not being called with the 'noauth' option, and
  so is demanding that the ISP authenticate to it.  Add this to
  /etc/diald/diald.options:
 
  pppd-options noauth
 
 Actually, I already have that line.  Here is the ppp.log showing it being
 used.
 
 Dec  5 13:19:37 piglet diald[295]: Running pppd: /usr/sbin/pppd -detach
 modem crtscts mtu 1500 mru 1500 netmask 255.255.255.0 noauth
 
 Don't I have to somehow pass a username and password to the ISP?  I doubt
 they would let me connect without one.

That's correct.  Both of these should be in /etc/diald/connect, which
should have been installed as part of the diald package.  You will need to
edit this file to put your ISP's phone number plus your username, password
and and possibly some other customizations to match the connect dialog
which your ISP requires. 

Bob


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Re: ISP username for diald

1998-12-06 Thread john
Chris writes:
 Don't I have to somehow pass a username and password to the ISP?  I doubt
 they would let me connect without one.

If you are using a scripted login the chatscript will take care of that.
If you are using PAP add 'user username' to the 'pppd-options' line.
Pppd will look up the password in pap-secrets.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


Re: ISP username for diald

1998-12-06 Thread john
Bob Nielsen writes:
 That's correct.  Both of these should be in /etc/diald/connect, which
 should have been installed as part of the diald package.  You will need
 to edit this file to put your ISP's phone number plus your username,
 password and and possibly some other customizations to match the connect
 dialog which your ISP requires.

This will work if his ISP requires a scripted login.  Better, though, to
point the 'connect' option in diald.options at the the same
/etc/chatscripts/ file that you use with pon.  If you are using PAP or
CHAP, just add user username to the arguments to 'pppd-options' in
diald.options.
-- 
John HaslerThis posting is in the public domain.
[EMAIL PROTECTED]  Do with it what you will.
Dancing Horse Hill Make money from it if you can; I don't mind.
Elmwood, Wisconsin Do not send email advertisements to this address.


RE: ISP username for diald

1998-12-06 Thread Chris Stalker-Herron
 If you are using PAP add 'user username' to the 'pppd-options' line.
 Pppd will look up the password in pap-secrets.

That worked great.  Thank you.

Chris


Re: ISP username for diald

1998-12-05 Thread john
Chris Stalker-Herron writes:
 When trying to connect through diald, I am seeing PAP authentication
 failed in my ppp.log.  I think it's because diald does not know what
 user to pass to pppd.

No.  It is because pppd is not being called with the 'noauth' option, and
so is demanding that the ISP authenticate to it.  Add this to
/etc/diald/diald.options:

pppd-options noauth
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI


RE: ISP username for diald

1998-12-05 Thread Chris Stalker-Herron
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Saturday, December 05, 1998 4:56 PM
 To: Chris Stalker-Herron
 Cc: Debian User List
 Subject: Re: ISP username for diald


 Chris Stalker-Herron writes:
  When trying to connect through diald, I am seeing PAP authentication
  failed in my ppp.log.  I think it's because diald does not know what
  user to pass to pppd.

 No.  It is because pppd is not being called with the 'noauth' option, and
 so is demanding that the ISP authenticate to it.  Add this to
 /etc/diald/diald.options:

   pppd-options noauth

Actually, I already have that line.  Here is the ppp.log showing it being
used.

Dec  5 13:19:37 piglet diald[295]: Running pppd: /usr/sbin/pppd -detach
modem crtscts mtu 1500 mru 1500 netmask 255.255.255.0 noauth

Don't I have to somehow pass a username and password to the ISP?  I doubt
they would let me connect without one.

Chris

 --
 John Hasler
 [EMAIL PROTECTED] (John Hasler)
 Dancing Horse Hill
 Elmwood, WI