Update of /cvsroot/leaf/doc/guide/install-bering-uclibc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1323

Added Files:
        buci-downdistro.xml buci-downmod.xml 
Log Message:
two more chpt. from Bering Installation Guide


--- NEW FILE: buci-downdistro.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="buci-downdistro">
  <title>Installation - step 1: download the distribution</title>

  <section>
    <title>Linux users</title>

    <para>As root, download a <ulink
    
url="http://sourceforge.net/project/showfiles.php?group_id=13751&#38;package_id=67534";>1680K
    disk image</ulink> (*.bin) in your <filename>/tmp</filename> directory and
    copy it to a 1680K formatted floppy disk:</para>

    <para>Format a blank floppy disk:</para>

    <screen>
superformat /dev/fd0u1680
or
fdformat /dev/fd0u1680</screen>

    <para>Copy the disk image on the floppy:</para>

    <screen>
dd if=/tmp/Bering-uClibc_x.x_img_bering-uclibc-1680.bin of=/dev/fd0u1680</screen>
  </section>

  <section>
    <title>Windows users</title>

    <para>From your favourite browser, download a <ulink
    
url="http://sourceforge.net/project/showfiles.php?group_id=13751&#38;package_id=67534";>1680K
    Winimage</ulink> (*.exe) in any available directory. Have a blank 1,44 M
    formatted disk ready. Then click on the downloaded disk winimage and
    follow the instructions.</para>
  </section>
</chapter>
--- NEW FILE: buci-downmod.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="buci-downmod">
  <title>Installation - step 2: download the modules</title>

  <para>In order to use the LEAF firewall you will need to install the modules
  that will be loaded to complement your kernel. You will need one for your
  ethernet card(s) in particular.</para>

  <para>Modules can be stored in two different places:</para>

  <itemizedlist>
    <listitem>
      <para>In <filename>/boot/lib/modules</filename>: these modules will be
      loaded at the very begining of the booting process. This facility is
      used to load drivers which will be necessary in order to be able to load
      the remaining of the packages (CD-ROM or Hard-disk drivers for examples
      when you are booting off those media: cf. the <ulink
      url="http://leaf.sourceforge.net/doc/guide/bucu-ide.html";>&#34;Using
      Bering-uClibc with an IDE harddisk or CD-ROM drive&#34;</ulink> section
      of the Bering-uClibc user&#39;s guide). These modules will be saved in
      the initrd.lrp package. None are provided by default in the LEAF
      distribution since most users won&#39;t need any. If you use this
      facility, you will also need to edit <filename>/boot/etc/modules</filename>
      in order to declare the sequence of modules you want to load at this
      stage.</para>
    </listitem>

    <listitem>
      <para>In <filename>/lib/modules</filename>: these modules are provided
      by the modules.lrp package which is loaded as any other package. This
      package should provide most - if not all - of the modules required to
      have the LEAF firewall working on your specific hardware. You will also
      need to edit <filename>/etc/modules</filename> in order to declare the
      sequence of modules you want to load.</para>
    </listitem>
  </itemizedlist>

  <para>By default, the modules.lrp package of the LEAF Bering-uClibc firewall
  provides:</para>

  <screen>
# ls -la
total 352
drwxr-x---    2 root     root         4096 2004-04-28 20:44 .
drwxr-xr-x    3 root     root         4096 2003-05-27 12:19 ..
-rw-r--r--    1 root     root        21212 2004-06-19 10:45 8139too.o
-rw-r--r--    1 root     root         9180 2004-06-19 10:45 8390.o
-rw-r--r--    1 root     root         4316 2004-06-19 10:45 crc32.o
-rw-r--r--    1 root     root        27304 2004-06-19 10:45 eepro100.o
-rw-r--r--    1 root     root        33718 2004-06-19 10:45 ip_conntrack.o
-rw-r--r--    1 root     root         5368 2004-06-19 10:45 ip_conntrack_ftp.o
-rw-r--r--    1 root     root         5260 2004-06-19 10:45 ip_conntrack_irc.o
-rw-r--r--    1 root     root         4284 2004-06-19 10:45 ip_nat_ftp.o
-rw-r--r--    1 root     root         3664 2004-06-19 10:45 ip_nat_irc.o
-rw-r--r--    1 root     root         2992 2004-06-19 10:45 ipt_MASQUERADE.o
-rw-r--r--    1 root     root         1888 2004-06-19 10:45 ipt_REDIRECT.o
-rw-r--r--    1 root     root         2116 2004-06-19 10:45 ipt_conntrack.o
-rw-r--r--    1 root     root         1800 2004-06-19 10:45 ipt_helper.o
-rw-r--r--    1 root     root         1628 2004-06-19 10:45 ipt_state.o
-rw-r--r--    1 root     root        25946 2004-06-19 10:45 iptable_nat.o
-rw-r--r--    1 root     root         4484 2004-06-19 10:45 mii.o
-rw-r--r--    1 root     root         9668 2004-06-19 10:45 n_hdlc.o
-rw-r--r--    1 root     root        22980 2004-06-19 10:45 natsemi.o
-rw-r--r--    1 root     root         7868 2004-06-19 10:45 ne2k-pci.o
-rw-r--r--    1 root     root        10324 2004-06-19 10:45 ppp_async.o
-rw-r--r--    1 root     root         5384 2004-06-19 10:45 ppp_deflate.o
-rw-r--r--    1 root     root        25636 2004-06-19 10:45 ppp_generic.o
-rw-r--r--    1 root     root        14592 2004-06-19 10:45 ppp_mppe.o
-rw-r--r--    1 root     root         8392 2004-06-19 10:45 ppp_synctty.o
-rw-r--r--    1 root     root        11792 2004-06-19 10:45 pppoe.o
-rw-r--r--    1 root     root         3684 2004-06-19 10:45 pppox.o
-rw-r--r--    1 root     root         6744 2004-06-19 10:45 slhc.o
-rw-r--r--    1 root     root         4312 2004-06-19 10:45 softdog.o</screen>

  <para>crc32, 8390, 8139too, eepro100, mii.o, natsemi and ne2k-pci are
  drivers for common network cards.</para>

  <para>n_hdlc, ppp_generic, ppp_async, ppp_synctty, ppp_mppe, pppoe, pppox,
  slhc are ppp and ppp/pppoe related modules.</para>

  <para>ip_conntrack_*,ipt_ and ip_nat_* modules are use for masquerading.</para>

  <important>
    <para>You will probably need to download other modules for your own
    network card or to get access to specific functionnalities (bridge.o for
    bridging, ...). The whole set of Bering-uClibc linux kernel modules is
    available as modules tarball for download <ulink
    
url="http://prdownloads.sourceforge.net/leaf/Bering_1.2_modules_2.4.20.tar.gz";>here</ulink>.
    </para>
  </important>
</chapter>


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to