Peter Ludwig writes:
> I have two pppconfig setups for my current provider, because sometimes
> when logging in I get a username/password combination, and other times a
> login/password combination.  As I could'nt seem to find a way to tell
> pppconfig that my provider sometimes uses one, and other times the other
> I have both available.

I assume that the ISP sometimes sends 'username:' and sometimes 'login:'?
Try a script that expects just ':' instead of 'name:' or 'ogin:'.

> However the second script (the one for the login/password combination)
> does not run correctly, what happens is that I get the exact same script
> running as if I run the first (and primary) script, eg the "provider"
> script.

The problem is probably with pppd, as pon is just

        #!/bin/sh
        /usr/sbin/pppd call ${1:-provider}

To test this try typing 

        /usr/sbin/pppd call provider_name

where 'provider_name' is the name you've given the connection that is
giving you trouble.

> Has anyone else had the same problem with the pppconfig scripts?

I've never heard of it before (and as pppconfig author and maintainer I
would).  Please send me copies of the offending provider files.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI

Reply via email to