Update of /cvsroot/leaf/doc/guide/user-bering
In directory sc8-pr-cvs1:/tmp/cvs-serv24137

Modified Files:
        bueagle.xml 
Log Message:
Update of the documentation

Index: bueagle.xml
===================================================================
RCS file: /cvsroot/leaf/doc/guide/user-bering/bueagle.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** bueagle.xml 12 Jul 2003 19:31:06 -0000      1.1
--- bueagle.xml 20 Jul 2003 09:15:56 -0000      1.2
***************
*** 1,3 ****
--- 1,38 ----
+ <?xml version="1.0" encoding="UTF-8"?>
  <chapter id="bueagle"><title>Configuring an USB Eagle modem for Bering</title>
+   <chapterinfo>
+     <authorgroup>
+       <author>
+         <firstname>Jacques</firstname>
+ 
+         <surname>Nilo</surname>
+ 
+         <affiliation>
+           <address><email>jnilo  at users.sourceforge.net</email></address>
+         </affiliation>
+       </author>
+     </authorgroup>
+ 
+     <revhistory>
+       <revision>
+         <revnumber>0.2</revnumber>
+ 
+         <date>2003-07-20</date>
+ 
+         <authorinitials>JN</authorinitials>
+ 
+         <revremark>It appears that adiusbadsl must be loaded after internal NICs. So 
the documnetation has been revised accordingly. Thanks to M. Bulandra for his 
remarks</revremark>
+       </revision>
+       <revision>
+         <revnumber>0.1</revnumber>
+ 
+         <date>2003-07-12</date>
+ 
+         <authorinitials>JN</authorinitials>
+ 
+         <revremark>initial release</revremark>
+       </revision>
+     </revhistory>
+   </chapterinfo>
  <section><title>Objectives</title>
  <para>We assume here that you want to connect your LEAF router to the Internet via a 
DSL modem based on the Anolog chipset Eagle 8051. The Sagem [EMAIL PROTECTED] 800 
modem as well as USRobotics DSL modems are based on this chipset. However, only the 
[EMAIL PROTECTED] 800 as been fully tested.</para>
***************
*** 39,49 ****
  #usb-ohci
  
! # adiusbadsl (should be insmoded before you internal NIC module to be declared as 
eth0)
! adiusbadsl
! 
! # 8390 based ethernet cards (your internal NIC here will be set as eth1)
  8390
  ne2k-pci
  
  # Modules needed for PPP connection
  slhc
--- 74,84 ----
  #usb-ohci
  
! # 8390 based ethernet cards (your internal NIC here will be set as eth0)
  8390
  ne2k-pci
  
+ # adiusbadsl: should be insmoded after you internal NIC module(s) and will be 
assigned eth1(2, 3,..)
+ adiusbadsl
+ 
  # Modules needed for PPP connection
  slhc
***************
*** 173,176 ****
--- 208,219 ----
  iface lo inet loopback
  
+ # Declare the internal interface
+ #
+ auto eth0
+ iface eth0 inet static
+       address 192.168.1.254
+       masklen 24
+       broadcast 192.168.1.255
+ 
  # Declare the external (ppp) interface
  auto ppp0
***************
*** 179,192 ****
        provider eagle
        post-down stopadsl
- 
- # Declare the internal interface
- # Default: eth1 / fixed IP = 192.168.1.254
- auto eth1
- iface eth1 inet static
-       address 192.168.1.254
-       masklen 24
-       broadcast 192.168.1.255
  </screen>
! <para>In this <filename>/etc/network/interfaces</filename> file the lo, ppp0 and 
eth1 interfaces are brought up automatically when the <emphasis>ifup -a</emphasis> 
statement is executed at boot time by the <filename>/etc/init.d/networking</filename> 
script.</para>
  <para>The "iface ppp0 inet ppp" section defines the external address of the router. 
When the <emphasis>ifup ppp0</emphasis> command is executed, it first execute the 
<filename>/usr/sbin/startadsl</filename> script then it executes the <emphasis>pon 
eagle</emphasis> command which brings up the ppp0 interface. The 
<filename>startadsl</filename> script is the following:</para>
  <screen>
--- 222,227 ----
        provider eagle
        post-down stopadsl
  </screen>
! <para>In this <filename>/etc/network/interfaces</filename> file the lo, ppp0 and 
eth0 interfaces are brought up automatically when the <emphasis>ifup -a</emphasis> 
statement is executed at boot time by the <filename>/etc/init.d/networking</filename> 
script.</para>
  <para>The "iface ppp0 inet ppp" section defines the external address of the router. 
When the <emphasis>ifup ppp0</emphasis> command is executed, it first execute the 
<filename>/usr/sbin/startadsl</filename> script then it executes the <emphasis>pon 
eagle</emphasis> command which brings up the ppp0 interface. The 
<filename>startadsl</filename> script is the following:</para>
  <screen>
***************
*** 232,236 ****
  #ZONE   INTERFACE       BROADCAST       OPTIONS
  net     ppp0            -
! loc     eth1            detect
  #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
  </screen>
--- 267,271 ----
  #ZONE   INTERFACE       BROADCAST       OPTIONS
  net     ppp0            -
! loc     eth0            detect
  #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
  </screen>
***************
*** 240,244 ****
  (...)
  #INTERFACE              SUBNET
! ppp0                    eth1
  #LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
  </screen>
--- 275,279 ----
  (...)
  #INTERFACE              SUBNET
! ppp0                    eth0
  #LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LINE -- DO NOT REMOVE
  </screen>
***************
*** 266,270 ****
  iface ppp0 inet ppp
          pre-up startadsl
!         provider dsl-provider eth0
        post-down stopadsl
  (...)
--- 301,305 ----
  iface ppp0 inet ppp
          pre-up startadsl
!         provider dsl-provider eth1
        post-down stopadsl
  (...)




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to