home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / nameserv / readme < prev   
Text File  |  1988-10-17  |  824b  |  20 lines

  1. This program implements the IEN 116 nameserver protocol.  A driver is
  2. provided, its first argument is the network name of the host running the
  3. nameserver, arguments 2-n are names to request the IP address of.  This
  4. program is of use primarily for Bridge terminal servers, many of which
  5. use this protocol in requesting machine addresses.  For further
  6. information, see the document itself.
  7.  
  8. To compile, the command:
  9.     % make
  10. is sufficient.  This will build the nameserver and the driver.  The
  11. command:
  12.     % make install
  13. will install the nameserver daemon in /etc.  Start it by hand initially
  14. and then modify your rc.local file to run it at boot time.
  15.  
  16. It is only known that this works on a 4.3BSD Vax, but it is likely that
  17. it will function on any compatable UNIX(*) machine.
  18.  
  19. (*) UNIX is a trademark of AT&T.
  20.