website diff en/doc/handbook/network-config.html @ rev 62

Add Applications to Handbook (en)
author Paul Issott <paul@slitaz.org>
date Mon May 26 14:52:42 2008 +0000 (2008-05-26)
parents 25eacf7051ed
children b34d650ff817
line diff
     1.1 --- a/en/doc/handbook/network-config.html	Sun Apr 13 13:41:30 2008 +0100
     1.2 +++ b/en/doc/handbook/network-config.html	Mon May 26 14:52:42 2008 +0000
     1.3 @@ -232,14 +232,14 @@
     1.4  function named: <code>iptables_rules()</code>, this contains all of the iptables
     1.5  commands to launch when the firewall starts. To delete a rule, It is advisable
     1.6  to comment out the corresponding line with a <code>#</code>. It is not 
     1.7 -advisable to leave the function completely empty, if you want to disable 
     1.8 +advisable to leave the function completely empty, if you want to disable the
     1.9  iptables rules just add "no" to the variable IPTABLES_RULES= in the 
    1.10  configuration file.
    1.11  </p>
    1.12  <p>
    1.13  Here's an example of using iptables rules, it refuses all connections incoming
    1.14  and outgoing, only allowing connections on the localhost, the local network, 
    1.15 -ports 80 and 22 used respectively by the web server HTTP and SSH secure server
    1.16 +ports 80 and 22 respectively used by the web server HTTP and SSH secure server
    1.17  and port 21 for FTP; so it's very restrictive.
    1.18  </p>
    1.19  <pre class="script">