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

Add Apps to Handbook (en) and typos
author Paul Issott <paul@slitaz.org>
date Thu Jun 05 22:18:23 2008 +0000 (2008-06-05)
parents fb63123c9a72
children 266f8d73dfd8
line diff
     1.1 --- a/en/doc/handbook/network-config.html	Sat May 17 11:19:39 2008 +0000
     1.2 +++ b/en/doc/handbook/network-config.html	Thu Jun 05 22:18:23 2008 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  <div id="header">
     1.5  <div align="right" id="quicknav">
     1.6      <a name="top"></a>
     1.7 -    <a href="http://www.slitaz.org/en/">www.slitaz.org/en</a> |
     1.8 +    <a href="system-admin.html">System administration</a> |
     1.9      <a href="index.html">Table of contents</a>
    1.10  </div>
    1.11  <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
    1.12 @@ -34,10 +34,11 @@
    1.13  	<li><a href="#eth">Ethernet connection</a> - DHCP or static IP.</li>
    1.14  	<li><a href="#driver">Install network card driver</a> - Find and load Kernel
    1.15  	modules.</li>
    1.16 +	<li><a href="#netbox">Netbox</a> - Configure network.</li>
    1.17  	<li><a href="#pppoe">PPPoE kernel-mode</a> - Dial-up modem connection in 
    1.18  	Kernel mode.</li>
    1.19  	<li><a href="#rp-pppoe">PPPoE with rp-pppoe</a> - Dial-up modem.</li>
    1.20 -        <li><a href="#firewall">Firewall</a> - Manage the Firewall (Iptables).</li>
    1.21 +     <li><a href="#firewall">Firewall</a> - Manage the Firewall (Iptables).</li>
    1.22  </ul>
    1.23  
    1.24  <a name="eth"></a>
    1.25 @@ -89,6 +90,15 @@
    1.26  on each boot.
    1.27  </p>
    1.28  
    1.29 +<a name="netbox"></a>
    1.30 +<h3>Netbox - Configure network</h3>
    1.31 +<p>
    1.32 +Netbox is a small GTK+ application to configure a network interface using <em>DCHP</em> or a fixed (<em>static</em>) IP address. The tabs can be used to  start/stop the connections and automatically change the values in the system files. Netbox also provides a <em>system wide</em> tab from which you can directly edit network configuration files. You can start netbox from the system tools menu or via a terminal:
    1.33 +</p>
    1.34 +<pre>
    1.35 + $ netbox 
    1.36 +</pre>
    1.37 +
    1.38  <a name="pppoe"></a>
    1.39  <h3><font color="#6c0023">PPPoE connection kernel-mode</font></h3>
    1.40  <p>