vapier      05/12/21 01:09:14

  Modified:    xml/htdocs/doc/en home-router-howto.xml
  Log:
  update notes to baselayout-1.11.14+

Revision  Changes    Path
1.39      +8 -12     xml/htdocs/doc/en/home-router-howto.xml

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
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
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

Index: home-router-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- home-router-howto.xml       12 Dec 2005 04:36:21 -0000      1.38
+++ home-router-howto.xml       21 Dec 2005 01:09:14 -0000      1.39
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 
1.38 2005/12/12 04:36:21 vapier Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/home-router-howto.xml,v 
1.39 2005/12/21 01:09:14 vapier Exp $ -->
 
 <guide link="/doc/en/home-router-howto.xml" lang="en">
 <title>Home Router Guide</title>
@@ -199,33 +199,29 @@
 </p>
 
 <note>
-In order for the following net.eth1 settings to work, you must have 
-baselayout-1.10.1 or later installed on your system.
+In order for the following net settings to work, you must have 
+baselayout-1.11.14 or later installed on your system.
 </note>
 
 <pre caption="Setting up eth1">
 <comment>(Replace 'vla9h924' with your username and 'password' with your 
password)</comment>
 
-# <i>nano /etc/ppp/pppoe.conf</i>
-<comment># Ethernet card connected to ADSL modem</comment>
-ETH=eth1
-<comment># ADSL user name.</comment>
-USER=vla9h924
 # <i>nano /etc/ppp/pap-secrets</i>
 <comment># client    server  secret</comment>
 "vla9h924" * "password"
 # <i>nano /etc/conf.d/net</i>
-<comment>Add an entry for config_eth1 and set it to adsl:</comment>
+<comment>Tell baselayout to use adsl for your eth1:</comment>
 config_eth1=( "adsl" )
+user_eth1=( "vla9h924" )
 # <i>ln -s net.lo /etc/init.d/net.eth1</i>
 # <i>rc-update add net.eth1 default</i>
 # <i>/etc/init.d/net.eth1 start</i>
 </pre>
 
 <warn>
-When the DSL interface comes up, it will create ppp0.  Although your NIC 
-is called eth1, the IP is actually bound to ppp0.  From now on, when you 
-see examples that utilize 'eth1', substitute with 'ppp0'.
+When the DSL interface comes up, it will create ppp0.  Although your NIC is 
+called eth1, the IP is actually bound to ppp0.  From now on, when you see 
+examples that utilize 'eth1', substitute with 'ppp0'.
 </warn>
 
 </body>



-- 
[email protected] mailing list

Reply via email to