home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / lizard / english / help / network.qml < prev    next >
Encoding:
Text File  |  1999-08-15  |  5.1 KB  |  135 lines

  1. <qml title="Set Up Networking">
  2.  
  3.   <h1>Set Up Networking</h1>
  4.  
  5.   <p>
  6.     This page will let you configure <a href="def_tcpip.qml">TCP/IP</a>
  7.     networking for Ethernet devices. If the computer uses dial-up
  8.     networking or is connected to a different type of network, please
  9.     set up networking <em>after</em> OpenLinux is completely installed.
  10.     For information on how to set up other types of network devices,
  11.     please see <b>http://support.calderasystems.com</b>.
  12.   </p>
  13.  
  14.  
  15.   <h3>Configuration Parameters</h3>
  16.  
  17.   <p>
  18.     The fields break down as such:
  19.   </p>
  20.  
  21.   <ul>
  22.     <li><b>IP Address:</b> - The actual address of your machine on the
  23.       network you are connecting to.
  24.     <li><b>Netmask:</b> - Indicates which of the four bytes in the
  25.       address are used for the network specification.  The number(s)
  26.       left over specify individual machine addresses.  A
  27.       byte is masked as a network specifier by entering <b>255</b>
  28.       in its position (for instance, a netmask of 255.255.255.0
  29.       indicates that the first three bytes hold values that make
  30.       up the actual network address, leaving the last, un-masked byte 
  31.       to be used for individual machine addresses).
  32.     <li><b>Gateway:</b> - This is the address of the machine that 
  33.       acts as a portal out to another network, most commonly
  34.       out to the Internet.  
  35.     <li><b>Name server:</b> - The machine pointed to here runs a server
  36.       package that translates machine names to IP addresses (for 
  37.       instance, it would take <b>www.calderasystems.com</b> and
  38.       translate it to <b>207.179.39.7</b>).
  39.     <li><b>Backup #1:</b> - Here, you specify a backup name server in 
  40.       case the main one becomes inaccessible.
  41.     <li><b>NIS domain:</b> - If your machine is going to be connected
  42.       to a network that is to be managed by NIS, enter the NIS domain
  43.       in this field.  Otherwise, leave it blank.
  44.     <li><b>Hostname:</b> - Enter the full name for your machine, domain
  45.       and all (for instance, if your machine name is "fred" and you
  46.       are on a network that uses "void.com" as a domain name, you
  47.       would enter "fred.void.com" in this field).  
  48.   </ul>
  49.  
  50.  
  51.   <p>
  52.     If you are setting up a private network, i.e. a network that
  53.     is not directly connected to the Internet, the following might
  54.     be helpful:
  55.   </p>
  56.  
  57.   <ul>
  58.     <li>A range of addresses is reserved by the TCP/IP
  59.       protocol specifications that you can use for private,
  60.       "class C" networks: 192.168.0.0 to 192.168.255.0.  You
  61.       can safely use any addresses in this range for your 
  62.       individual machines as long as no two machines on the same
  63.       network share the same IP address.
  64.     <li>Unless you wish to split your network into "subnets", 
  65.       255.255.255.0 should be used as your netmask.
  66.     <li>Unless your network is connected to another network through
  67.       another machine running TCP/IP, do not specify a gateway
  68.       address!  Only use this if you are actually "gating" out 
  69.       to a separate network. An example of this is a network that
  70.       has one machine that is actually connected to the Internet
  71.       while all other machines pipe out to the Internet through it.
  72.       That first, Internet-connected machine would be the gateway
  73.       for the other machines. Those  who only access the
  74.       Internet through a modem typically do <em>not</em> 
  75.       specify a gateway address here.
  76.   </ul>
  77.  
  78.  
  79.   <h3>No Ethernet</h3>
  80.   
  81.   <p>
  82.     This option skips the configuration of Ethernet devices completely.
  83.     You will, however, be able to select a host name for your system. 
  84.   </p>
  85.  
  86.   <p>
  87.     Use this option if you will not be directly connected to an
  88.     Ethernet network or if you want to do configuration later.
  89.     You can configure other types of network adapters and dial-up
  90.     networking with <em>COAS</em> after the installation is
  91.     complete.
  92.   </p>
  93.  
  94.  
  95.   <h3>Ethernet configured statically</h3>
  96.  
  97.   <p>
  98.     If you have an Ethernet card and wish to manually configure
  99.     <a href="def_tcpip.qml">TCP/IP</a> networking, select this
  100.     option. Then enter your machine's networking parameters into
  101.     the appropriate fields. Whatever you do, do not randomly select
  102.     addresses to enter in these fields! If you are already on a
  103.     TCP/IP network, you could very easily take someone else's address
  104.     if you are not careful.
  105.   </p>
  106.  
  107.   <p>
  108.     If there is a DHCP server on the network, you can simply enter
  109.     the IP address. Your computer will then query the server and
  110.     fill in the remaining parameters.
  111.   </p>
  112.  
  113.   <p>
  114.     You should use this option if you want to manually assign the
  115.     computer┤s IP address, or if you have no DHCP server on your network.
  116.   </p>
  117.   
  118.  
  119.   <h3>Ethernet configured by DHCP</h3>
  120.  
  121.   <p>
  122.     This option tells your computer to automatically get its
  123.     networking configuration from a DHCP server on the network.
  124.     When configured with this option, the computer will also
  125.     query the DHCP server every time it boots, dynamically
  126.     updating its configuration.
  127.   </p>
  128.  
  129.   <p>
  130.     Use this option if you have a DHCP server set up for your
  131.     network and want your networking configured dynamically.
  132.   </p>
  133.  
  134. </qml>
  135.