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

Modified Files:
        buci-network3.xml 
Log Message:
replace options section with sysctl section


Index: buci-network3.xml
===================================================================
RCS file: /cvsroot/leaf/doc/guide/install-bering-uclibc-v3/buci-network3.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** buci-network3.xml   7 Apr 2007 20:01:37 -0000       1.3
--- buci-network3.xml   11 Apr 2007 19:11:09 -0000      1.4
***************
*** 8,12 ****
    <important>
      <para>If you want to permanently change any of the following parameters,
!     do not forget to backup etc.lrp !</para>
    </important>
  
--- 8,12 ----
    <important>
      <para>If you want to permanently change any of the following parameters,
!     do not forget to backup your configuration!</para>
    </important>
  
***************
*** 55,60 ****
      functions.</para>
  
!     <para>Once your interfaces are configured, remember to save and backup
!     your configuration!</para>
  
      <important>
--- 55,63 ----
      functions.</para>
  
!     <para>Bering(-uClibc) essentially uses Debian style network configs, so
!     the docs from them are quite helpful:</para>
! 
!     <para><ulink
!     
url="http://www.debian.org/doc/manuals/reference/ch-gateway.en.html";>http://www.debian.org/doc/manuals/reference/ch-gateway.en.html</ulink></para>
  
      <important>
***************
*** 63,96 ****
        !</para>
      </important>
- 
-     <note>
-       <para>Corey Betka correctly noted in a mail to the LEAF-user
-       mailinglist: "Bering(-uClibc) essentially uses Debian style network
-       configs, so the docs from them are quite helpful:</para>
- 
-       <para><ulink
-       
url="http://www.debian.org/doc/manuals/reference/ch-gateway.en.html";>http://www.debian.org/doc/manuals/reference/ch-gateway.en.html</ulink></para>
-     </note>
-   </section>
- 
-   <section>
-     <title>network options file
-     (<filename>/etc/network/options</filename>)</title>
- 
-     <para>Default variables in this file are the following:</para>
- 
-     <para><programlisting>ip_forward=no
- ipv6_forward=no
- spoofprotect=yes
- syncookies=no</programlisting></para>
- 
-     <para>These are default variables generally acceptable. The ip_forward
-     variable is set back to yes by Shorewall - so if you do not use Shorewall
-     and want to enable ip forwarding you will have to set this variable to
-     yes.</para>
- 
-     <para>The ipv6_forward variable is set back to yes by 6wall - so if you do
-     not use 6wall and want to enable ipv6 forwarding you will have to set this
-     variable to yes.</para>
    </section>
  
--- 66,69 ----
***************
*** 239,241 ****
--- 212,237 ----
      <screen>localnet        127.0.0.0</screen>
    </section>
+ 
+   <section>
+     <title>system variables (/etc/sysctl.conf), in System Configuration
+     menu</title>
+ 
+     <para> Default variables in this file are the following: <screen># 
ip_forward
+ #net.ipv4.ip_forward=1
+ #
+ # ipv6_forward
+ #net.ipv6.conf.all.forwarding=1
+ #
+ # spoofprotect
+ net.ipv4.conf.default.rp_filter=1
+ net.ipv4.conf.all.rp_filter=1
+ #
+ # syncookies
+ #net.ipv4.tcp_syncookies=1</screen> These are default variables generally
+     acceptable. The ip_forward variable is set back to true by Shorewall - so
+     if you do not use Shorewall and want to enable ip forwarding you will have
+     to uncomment this variable. The ipv6_forward variable is set back to true
+     by 6wall - so if you do not use 6wall and want to enable ipv6 forwarding
+     you will have to uncomment this variable.</para>
+   </section>
  </chapter>
\ No newline at end of file


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to