Gentoo Archives: gentoo-doc-cvs

From: vapier <vapier@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: home-router-howto.xml
Date: Wed, 21 Dec 2005 01:09:23
Message-Id: 200512210109.jBL19FsL002839@robin.gentoo.org
1 vapier 05/12/21 01:09:14
2
3 Modified: xml/htdocs/doc/en home-router-howto.xml
4 Log:
5 update notes to baselayout-1.11.14+
6
7 Revision Changes Path
8 1.39 +8 -12 xml/htdocs/doc/en/home-router-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.39&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml?rev=1.39&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/home-router-howto.xml.diff?r1=1.38&r2=1.39&cvsroot=gentoo
13
14 Index: home-router-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v
17 retrieving revision 1.38
18 retrieving revision 1.39
19 diff -u -r1.38 -r1.39
20 --- home-router-howto.xml 12 Dec 2005 04:36:21 -0000 1.38
21 +++ home-router-howto.xml 21 Dec 2005 01:09:14 -0000 1.39
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.38 2005/12/12 04:36:21 vapier Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 1.39 2005/12/21 01:09:14 vapier Exp $ -->
27
28 <guide link="/doc/en/home-router-howto.xml" lang="en">
29 <title>Home Router Guide</title>
30 @@ -199,33 +199,29 @@
31 </p>
32
33 <note>
34 -In order for the following net.eth1 settings to work, you must have
35 -baselayout-1.10.1 or later installed on your system.
36 +In order for the following net settings to work, you must have
37 +baselayout-1.11.14 or later installed on your system.
38 </note>
39
40 <pre caption="Setting up eth1">
41 <comment>(Replace 'vla9h924' with your username and 'password' with your password)</comment>
42
43 -# <i>nano /etc/ppp/pppoe.conf</i>
44 -<comment># Ethernet card connected to ADSL modem</comment>
45 -ETH=eth1
46 -<comment># ADSL user name.</comment>
47 -USER=vla9h924
48 # <i>nano /etc/ppp/pap-secrets</i>
49 <comment># client server secret</comment>
50 "vla9h924" * "password"
51 # <i>nano /etc/conf.d/net</i>
52 -<comment>Add an entry for config_eth1 and set it to adsl:</comment>
53 +<comment>Tell baselayout to use adsl for your eth1:</comment>
54 config_eth1=( "adsl" )
55 +user_eth1=( "vla9h924" )
56 # <i>ln -s net.lo /etc/init.d/net.eth1</i>
57 # <i>rc-update add net.eth1 default</i>
58 # <i>/etc/init.d/net.eth1 start</i>
59 </pre>
60
61 <warn>
62 -When the DSL interface comes up, it will create ppp0. Although your NIC
63 -is called eth1, the IP is actually bound to ppp0. From now on, when you
64 -see examples that utilize 'eth1', substitute with 'ppp0'.
65 +When the DSL interface comes up, it will create ppp0. Although your NIC is
66 +called eth1, the IP is actually bound to ppp0. From now on, when you see
67 +examples that utilize 'eth1', substitute with 'ppp0'.
68 </warn>
69
70 </body>
71
72
73
74 --
75 gentoo-doc-cvs@g.o mailing list