home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.6 / linuxcon / usr / lib / linuxconf / help.eng / netconf / netlevel.help < prev    next >
Encoding:
Text File  |  1996-08-04  |  1.8 KB  |  59 lines

  1.   Network operation mode
  2.   Introduction
  3.  
  4.   11..  PPuurrppoossee
  5.  
  6.   The network operation mode is selected either at boot time using
  7.   askrunlevel (called automaticly) or anytime, using the "netconf
  8.   --runlevel" command.
  9.  
  10.   Basically, _L_i_n_u_x can operate in three different ways, network wise.
  11.  
  12.   ╖  Stand-alone (local) mode.
  13.  
  14.      This mode is selected when no network adaptor is installed. It
  15.      might be selected to save some rams.
  16.  
  17.      This mode configure the loopback interface allowing you to do
  18.      minimal "local" networking (which is a good way to practice without
  19.      bugging system administrators).
  20.  
  21.   ╖  Client mode.
  22.  
  23.      In this mode, only the minimal daemons necessary to access the
  24.      network are started. While minimal, the iinneettdd daemon is activated,
  25.      allowing your computer to provide some services such as telnet.
  26.  
  27.   ╖  Server mode.
  28.  
  29.      All daemons configured will be started.
  30.  
  31.   22..  SSwwiittcchhiinngg nneettwwoorrkk lleevveell oonn tthhee ffllyy
  32.  
  33.   Your are allowed to switch the network operation mode on the fly using
  34.   the following commands:
  35.  
  36.   ╖  netconf --runlevel local
  37.  
  38.   ╖  netconf --runlevel client
  39.  
  40.   ╖  netconf --runlevel server
  41.  
  42.   In each case, it will make sure the proper daemons are running.
  43.  
  44.   The command
  45.  
  46.                        netconf --update
  47.  
  48.   may be also useful to make sure a system is current (in sync with its
  49.   configuration). The command
  50.  
  51.                   netconf --status
  52.  
  53.   gives a report of what have to be done, while --update does it.
  54.  
  55.   The file /var/run/netconf.level stores the current operation mode and
  56.   is used by the --update and --status netconf's option. This file is
  57.   updated by "netconf --runlevel" and by //ssbbiinn//aasskkrruunnlleevveell at boot time.
  58.  
  59.