[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> wrote:

> Hi,
> When dialling one of those ISPs that start ppp automatically,
> what do you put in /etc/diald/connect - "noauth" or what?
> Any hints, please, I'm desperate.
> 
> Jim Donovan


The ISP doesn't start ppp automatically, your dialer does.  (I use 
wvdial) normally wvdial would handover the authentication to ppp when 
the dialing is done & carrier established.  Not sure what your using to 
dial, but depending on authentication type, (PAP or CHAP) pppd needs 
these files:

  /etc/ppp/chap-secrets
  /etc/ppp/pap-secrets

These files look like:

  <userid>   <device>   <isp-passwd>

eg:    fred  *  mypassword        ;  for user fred on any link with 
passwd mypassword
or;    fred  ppp0   mypassword ;  for user fred on ppp0 with passwd 
mypassword.

Hope this helps,

Andrew E


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to