Gentoo Archives: gentoo-user

From: "Sven Köhler" <skoehler@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: pppd and adsl
Date: Mon, 24 Apr 2006 17:19:06
Message-Id: e2j0m0$f2q$1@sea.gmane.org
In Reply to: Re: [gentoo-user] Re: pppd and adsl by Mrugesh Karnik
1 > Anyway, so a related query.. My internet connection has a habit of
2 > getting disconnected every six hours. Does the kernel mode PPPoE
3 > automatically reconnect properly? Well, if it doesn't, how do I start
4 > and stop the connection at will? Restart the init script?
5
6 config_ppp9=( "ppp" )
7 plugins_ppp9=( "pppoe" )
8 link_ppp9="eth1"
9 username_ppp9="XXX"
10 pppd_ppp9=(
11 "noauth"
12 "defaultroute"
13 "holdoff 0"
14 )
15
16 That works perfectly for me. It reconnects automatically.
17
18
19 To start/stop the connection at will:
20 yes, you have to start/stop the init.d-script.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Re: pppd and adsl Mrugesh Karnik <mrugeshkarnik@×××××.com>