Um, I already suggested a fix for your pppd startup problem. Did you try
it?

There are several well known bugs in the 2.9.8 scripts. One of them is
in

> ##############################################################
> #################
> # Gateways (Default Routes)
> ##############################################################
> #################
>
> GW0_IPADDR=10.0.0.138
> GW0_IFNAME=$IF0_NAME
$IF0_NAME is undefined. Change this line to read:

GW0_IFNAME=$IF0_IFNAME

-Richard



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to