Hi All.
I've got a very minimal linux installation with a working pppd link.
It works well whith the ppp-go script.
I've put diald on it but can get it to so anything with the connect script
provided with diald.
My ISP uses CHAP authentification.
Is it possible to invoke my working script "ppp-go" from diald instead of
the connect script provided with diald?
How would my diald.conf will look like?
at the moment my diald.conf looks like this:
accept any 300 any
device /dev/ttyS1
speed 57600
dynamic
local 127.0.0.2
remote 127.0.0.3
modem
crtscts
pppd-options noipdefault
mode ppp
connect /usr/lib/diald/connect
defaultroute
redial-timeout 5
Most of this options are already present in the etc/ppp/options files
so do I just need to replace connect /usr/lib/... by connect /bin/ppp-go ?
and remove all the other options?
If someone has got a similar setup I'd like to see it.
Regards
Gael
BTW: I've got another script called ppp-off. How can you tell diald to use
it when there is no traffic after a certain time?
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]