home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / question / 14960 < prev    next >
Encoding:
Text File  |  1992-12-24  |  2.1 KB  |  48 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!princeton!tex.Princeton.EDU!subbarao
  3. From: subbarao@fc.hp.com (Kartik Subbarao)
  4. Subject: Re: How do I find other machine names at a domain site?
  5. Message-ID: <1992Dec24.150838.1931@Princeton.EDU>
  6. Originator: news@nimaster
  7. Sender: news@Princeton.EDU (USENET News System)
  8. Nntp-Posting-Host: tex.princeton.edu
  9. Reply-To: subbarao@fc.hp.com
  10. Organization: putchar('I'); for (i = 0; i < 3; i++) putchar('E');
  11. References: <1992Dec24.065553.24954@mnemosyne.cs.du.edu>
  12. Date: Thu, 24 Dec 1992 15:08:38 GMT
  13. Lines: 33
  14.  
  15. In article <1992Dec24.065553.24954@mnemosyne.cs.du.edu> mrosen@nyx.cs.du.edu (Michael Rosen) writes:
  16. >I have a domain site, etown.edu, and know of one machine name on that
  17. >domain, vax.etown.edu.  What I'm wondering is, is there a way to find
  18. >other machine names at etown that I can finger to look for a user?
  19.  
  20. Use nslookup. Set the domain server to be vax.etown.edu, and ls -d
  21. etown.edu. Like this:
  22.  
  23. > server vax.etown.edu
  24. Default Server:  vax.etown.edu
  25. Address:  192.146.186.2
  26.  
  27. > ls -d etown.edu
  28. [vax.etown.edu]
  29. Host or domain name            Resource record info          
  30.  etown.edu                      SOA   VAX.ETOWN.EDU POSTMASTER.VAX.ETOWN.EDU. (920820 7200 7200 12096000 604800)
  31.  etown                          NS    server = VAX.ETOWN.EDU                 
  32.  etown                          NS    server = CHARON.PSC.EDU                
  33.  BLUEJAY                        A     192.146.186.10
  34.  BLUEJAY                        HINFO PC         UNIX-SYSTEM-V
  35.  ALBERT                         A     192.146.186.30
  36.  ALBERT                         HINFO SUN        SUNOS
  37.  ISAAC                          A     192.146.186.20
  38.  ISAAC                          HINFO PC         DOS-SYSTEM
  39.  NIELS                          A     192.146.186.40
  40.  NIELS                          HINFO PC         UNIX-SYSTEM-V
  41.  VAX                            A     192.146.186.2
  42.  VAX                            HINFO MicroVAX-3100 VMS
  43.  etown.edu                      SOA   VAX.ETOWN.EDU POSTMASTER.VAX.ETOWN.EDU. (920820 7200 7200 12096000 604800)
  44.  
  45.  
  46.  
  47.     -Kartik
  48.