home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bind812a.zip / SETUP.OS2 < prev   
Text File  |  1998-05-03  |  1KB  |  56 lines

  1. Quick setup guide for a caching-only server
  2. -------------------------------------------
  3.  
  4. prereqs:
  5.   OS/2 version ?.?? or higher
  6.   TCP/IP version ?.?? or higher
  7.   EMX runtime version 0.9c or higher
  8.   HPFS
  9.  
  10. move the folowing files to a directory in your path:
  11.   named.exe
  12.   named-xfer.exe
  13.   emxkill.exe
  14.   ndc.cmd
  15.  
  16. optionally, you may also want to put the following tools in
  17. the same directory:
  18.   nslookup.exe
  19.   dig.exe
  20.   dnsquery.exe
  21.   host.exe
  22.   addr.exe
  23.   nsupdate.exe
  24.   nssig.cmd
  25.  
  26. move the following file to your ETC directory
  27.   nslookup.help
  28.  
  29. make a copy of the sample conf file in your ETC directory
  30.   cd %ETC%
  31.   copy y:\xxx\bind\etc\samples\named.conf 
  32.  
  33. create a database directory in your ETC directory
  34.   md namedb
  35.  
  36. switch to the database directory
  37.   cd namedb
  38.  
  39. copy database files into it
  40.   copy y:\xxx\bind\etc\samples\127.0.0.zone
  41.   copy y:\xxx\bind\etc\samples\root.hint
  42.   copy y:\xxx\bind\etc\samples\localhost.zone
  43.   copy y:\xxx\bind\etc\samples\bogus.zone
  44.  
  45. edit named.conf and update the directory option
  46.  
  47. start the server
  48.   ndc start
  49.  
  50.  
  51. Thanks a lot to Ed Tomlinson <tomlins@cam.org> for this guide.
  52.  
  53.  
  54. bjorn@mork.no
  55. May 03 1998
  56.