home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8597 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.3 KB  |  39 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!nih-csl.dcrt.nih.gov!yog-sothoth.dcrt.nih.gov!jwa
  3. From: jwa@yog-sothoth.dcrt.nih.gov (James W. Adams)
  4. Subject: Re: DNS *with* NIS
  5. Message-ID: <1992Nov23.172622.1847@alw.nih.gov>
  6. Sender: postman@alw.nih.gov (AMDS Postmaster)
  7. Organization: National Institutes of Health, Bethesda, MD
  8. References: <MELLAN.92Nov23171630@syst06.acri.fr>
  9. Date: Mon, 23 Nov 1992 17:26:22 GMT
  10. Lines: 27
  11.  
  12. In article <MELLAN.92Nov23171630@syst06.acri.fr> mellan@syst06.acri.fr (Alain Mellan) writes:
  13. >My problem is the following:
  14. >
  15. >I would like to resolve machines names using DNS, then /etc/hosts,
  16. >then the NIS. The resolv+ package allow to resolve with DNS and then
  17. >/etc/hosts.
  18. >I would like to have in /etc/resolv.conf a line that reads
  19. >
  20. >    order bind,local,nis
  21. >
  22. >Before I start hacking into resolv+, I'd like to know if someone
  23. >already tried and/or succeeded implementing such a beast.
  24.  
  25. You don't need to hack anything.  Create the file /etc/host.conf
  26. with the lines:
  27.  
  28. bind
  29. hosts
  30. nis
  31.  
  32. resolv+ uses this file to determine name resolution order.
  33.  
  34. --
  35.         James W. Adams   --   NIH Scientific Computing Resource Center
  36.         Building 12A, Room 1050              phone: (301) 402-3488
  37.         National Institutes of Health        uucp: uunet!nih-csl!jwa
  38.         Bethesda, MD 20892                   Internet: jwa@alw.nih.gov
  39.