> Anyway, so a related query.. My internet connection has a habit of 
> getting disconnected every six hours. Does the kernel mode PPPoE 
> automatically reconnect properly? Well, if it doesn't, how do I start 
> and stop the connection at will? Restart the init script?

config_ppp9=( "ppp" )
plugins_ppp9=( "pppoe" )
link_ppp9="eth1"
username_ppp9="XXX"
pppd_ppp9=(
        "noauth"
        "defaultroute"
        "holdoff 0"
)

That works perfectly for me. It reconnects automatically.


To start/stop the connection at will:
yes, you have to start/stop the init.d-script.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to