public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: Josh Saddler <nightmorph@stork.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-net-modules.xml
Date: Sat, 14 Apr 2007 02:39:25 +0000	[thread overview]
Message-ID: <E1HcYAf-0006Th-7l@stork.gentoo.org> (raw)

nightmorph    07/04/14 02:39:25

  Modified:             hb-net-modules.xml
  Log:
  more updates for pppoe and bug 171584

Revision  Changes    Path
1.23                 xml/htdocs/doc/en/handbook/hb-net-modules.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml?r1=1.22&r2=1.23

Index: hb-net-modules.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-net-modules.xml	8 Apr 2007 01:28:11 -0000	1.22
+++ hb-net-modules.xml	14 Apr 2007 02:39:25 -0000	1.23
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.22 2007/04/08 01:28:11 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-modules.xml,v 1.23 2007/04/14 02:39:25 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 different DHCP clients, setting up bonding, bridging, VLANs and more.
 </abstract>
 
-<version>8.0</version>
-<date>2007-04-07</date>
+<version>8.2</version>
+<date>2007-04-13</date>
 
 <section>
 <title>Network Modules</title>
@@ -204,7 +204,7 @@
 </body>
 </section>
 <section>
-<title>ADSL Modem</title>
+<title>ADSL with PPPoE/PPPoA</title>
 <body>
 
 <p>
@@ -216,27 +216,48 @@
 </pre>
 
 <note>
-If you need PPPoA, then you need to use >=<c>baselayout-1.12.x</c>.
+If you need PPPoA, then make sure to use >=<c>baselayout-1.12.x</c>.
 </note>
 
 <p>
-Second, create the PPP net script:
+Second, create the PPP net script and the net script for the ethernet interface
+to be used by PPP:
 </p>
 
-<pre caption="Creating the PPP net script">
+<pre caption="Creating the PPP and ethernet scripts">
 # <i>ln -s /etc/init.d/net.lo /etc/init.d/net.ppp0</i>
+# <i>ln -s /etc/init.d/net.lo /etc/init.d/net.eth0</i>
 </pre>
 
 <p>
+Be sure to set RC_NET_STRICT_CHECKING="yes" in <path>/etc/conf.d/rc</path>.
+</p>
+
+<p>
 Now we need to configure <path>/etc/conf.d/net</path>.
 </p>
 
 <pre caption="A basic PPPoE setup">
+config_eth0=( null ) <comment>(Specify your ethernet interface)</comment>
 config_ppp0=( "ppp" )
-link_ppp0="eth0" <comment>(For PPPoE users; replace eth0 with your actual PPP interface)</comment>
+link_ppp0="eth0" <comment>(Specify your ethernet interface)</comment>
 plugins_ppp0=( "pppoe" )
 username_ppp0='user'
 password_ppp0='password'
+pppd_ppp0=(
+       "noauth"
+       "defaultroute"
+       "usepeerdns"
+       "holdoff 3"
+       "child-timeout 60"
+       "lcp-echo-interval 15"
+       "lcp-echo-failure 3"
+       noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp
+)
+
+depend_ppp0() {
+    need net.eth0
+}
 </pre>
 
 <p>
@@ -248,6 +269,12 @@
 "username"  *  "password"
 </pre>
 
+<p>
+If you use PPPoE with a USB modem you'll need to emerge <c>br2684ctl</c>. Please
+read <path>/usr/portage/net-dialup/speedtouch-usb/files/README</path> for
+information on how to properly configure it.
+</p>
+
 <impo>
 Please carefully read the section on ADSL and PPP in
 <path>/etc/conf.d/net.example</path>. It contains many more detailed



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2007-04-14  2:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-14  2:39 Josh Saddler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-11-02 20:33 [gentoo-doc-cvs] cvs commit: hb-net-modules.xml Josh Saddler
2007-04-08  1:28 Josh Saddler
2007-01-04  6:03 Josh Saddler
2007-01-03 20:12 Josh Saddler
2006-06-19 12:08 Flammie Pirinen
2006-04-01  3:20 vapier
2006-04-01  3:19 vapier
2006-04-01  3:18 vapier
2006-01-07 16:15 Jan Kundrat
2006-01-03  7:47 Shyam Mani
2006-01-03  7:32 Lukasz Damentko
2005-12-21 13:01 Jan Kundrat
2005-09-07 19:00 Jan Kundrat
2005-08-02 22:57 Xavier Neys
2005-07-20  6:18 Shyam Mani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1HcYAf-0006Th-7l@stork.gentoo.org \
    --to=nightmorph@stork.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox