Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > e139cf32b6e40f63635a033e6ef8144c > files > 53

ximian-setup-tools-0.11.0-2mdk.i586.rpm

<!DOCTYPE article PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[

<!ENTITY VERSION "0.7">

]>

<article id="index" lang="en">
  <artheader>
    <authorgroup>
      <author>
	<firstname>Hans Petter</firstname>
	<surname>Jansson</surname>
	<affiliation>
	  <address>
	    <email>hpj@ximian.com</email>
	  </address>
	</affiliation>
      </author>
      <author>
	<firstname>Aaron</firstname>
	<surname>Weber</surname>
	<affiliation>
	  <address>
	    <email>aaron@ximian.com</email>
	  </address>
	</affiliation>
      </author>
    </authorgroup>
    <title>The GNOME Network Management Tool</title>
    <copyright>
      <year>2000, 2001</year>
      <holder>Ximian, Inc.</holder>
    </copyright>

    <legalnotice id="legalnotice">
      <para>
	Permission is granted to copy, distribute and/or modify this document
	under the terms of the 
	<ulink type="help" url="gnome-help:fdl">
	  <citetitle>
	    GNU Free Documentation License
	  </citetitle>
	</ulink>, Version 1.1 or any later version 
	published by the Free Software Foundation with no Invariant Sections, 
	no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
	can be found <ulink type="help" url="gnome-help:fdl">here</ulink>.
      </para>
      <para>
	Many of the names used by companies to distinguish their products and
	services are claimed as trademarks. Where those names appear in any
	GNOME documentation, and those trademarks are made aware to the members
	of the GNOME Documentation Project, the names have been printed in caps
	or initial caps.
      </para>
    </legalnotice>


    <releaseinfo>
      This manual describes version &VERSION; of the Networking Management utility in
      Ximain Setup Tools.  It was last updated on August 9, 2001.
    </releaseinfo>
  </artheader>
  
  <sect1 id="introduction">
    <title>Introduction</title>
    <para>
      The networking tool lets you specify how your computer connects
      to a network. You can start and stop network connections, as
      well as set the name and address for your computer.
    </para>

    <sect2 id="starting">
      <title>Starting your Network</title>
      <para>
        This section will tell you about the basic information your
        computer needs to connect to a network.  Just type the
        information into the appropriate boxes in the Networking Tool.
      </para>
    <variablelist>
     <varlistentry>
	  <term>Interface</term>
	  <listitem>
      <para>
        First, you will select the primary hardware interface your
        your computer will use to connect to the local network. In
        most cases, this will be the only interface you will need, and
        you won't have to know anything more than its name.
      </para>
      <para>
        For most Linux systems, your primary interface will be
        <systemitem>eth0</systemitem>, and for Solaris systems, it
        will probably be <systemitem>hma0</systemitem>. If you have
        multiple interfaces, you will need more advanced tools than
        are available here.
       </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>IP Address</term>
	  <listitem>
	    <para>
         Next, your computer needs to get an IP address. This is the
         unique address that identifies your computer on the
         network. There are three ways that your computer can get this
         information. If you do not know which method your network
         uses, or what your IP address should be, ask your system
         administrator.
         <itemizedlist>
	  <listitem><para>
             You can enter the information manually.
            </para> </listitem>
 
           <listitem><para>
             The address can be assigned by a DCHP server.
            </para> </listitem>

           <listitem><para>
             The address can be assigned by a BootP server.
            </para> </listitem>
	</itemizedlist>
     </para>
      <para>
       If you're entering the IP address by hand, make sure no one is
       using this IP number already.
     </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>Netmask</term>
	  <listitem>
	    <para>
              Next, you need a netmask.  The netmask tells your
              computer which part of the IP number is static
              (i.e. equal for all computers on the network), where the
              remainder varies on a per-computer basis. A
              rule-of-thumb is that 255 in one of the fields means
              that this part of the IP is totally static, and 0 means
              it is totally dynamic. A common netmask is
              "255.255.255.0".
           </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>Gateway</term>
	  <listitem>
	    <para>
       If your local network is connected to other networks, like the
       Internet, chances are you'll have a gateway. A gateway is a
       computer that relays information back and forth to other
       networks with other netmasks and IP ranges. Like any computer
       on the local network, the gateway also has an IP address. Enter
       it in the corresponding fields if you want to communicate with
       other networks.
         </para>
	  </listitem>
	</varlistentry>
     </variablelist>
    
     <para>
        That should be all the information you need to enter to start
        your network connection.
     </para>
    </sect2>
    <sect2 id="behavior">
      <title>Customizing Network Behavior</title>
      <para>
       You can tell your computer to enable networking (with the
       configuration you provide) every time it starts up. If your
       computer is a networked workstation, you'll generally want
       this.
     </para>
    </sect2>
  </sect1>
</article>