Gentoo Archives: gentoo-user

From: "Sven Köhler" <skoehler@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: adsl rp-pppoe - new baselayout problem
Date: Sun, 11 Jun 2006 19:40:57
Message-Id: e6hq14$atj$1@sea.gmane.org
In Reply to: [gentoo-user] adsl rp-pppoe - new baselayout problem by "Francisco J. A. Ares"
1 > I was using the (nowadays) old "/etc/init.d/rp-pppoe" script to
2 > start/stop my adsl connection, but I did an "emerge world" without
3 > looking at the messages that now the "net" script should handle all
4 > possible types of connection, so now I don't know how to configure it.
5
6 config_ppp0=( "ppp" )
7 plugins_ppp0=( "pppoe" )
8 link_ppp0="eth1"
9 username_ppp0="..."
10 pppd_ppp0=(
11 "noauth"
12 "defaultroute"
13 "holdoff 0"
14 )
15 depend_ppp0() {
16 need net.eth1
17 }
18
19
20 /etc/init.d/net.ppp0 must be a link to net.lo
21 replace eth1 by whatever you're using.

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Re: adsl rp-pppoe - new baselayout problem "Francisco J. A. Ares" <frares@×××××××××.br>