home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions
- Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!princeton!tex.Princeton.EDU!subbarao
- From: subbarao@fc.hp.com (Kartik Subbarao)
- Subject: Re: How do I find other machine names at a domain site?
- Message-ID: <1992Dec24.150838.1931@Princeton.EDU>
- Originator: news@nimaster
- Sender: news@Princeton.EDU (USENET News System)
- Nntp-Posting-Host: tex.princeton.edu
- Reply-To: subbarao@fc.hp.com
- Organization: putchar('I'); for (i = 0; i < 3; i++) putchar('E');
- References: <1992Dec24.065553.24954@mnemosyne.cs.du.edu>
- Date: Thu, 24 Dec 1992 15:08:38 GMT
- Lines: 33
-
- In article <1992Dec24.065553.24954@mnemosyne.cs.du.edu> mrosen@nyx.cs.du.edu (Michael Rosen) writes:
- >I have a domain site, etown.edu, and know of one machine name on that
- >domain, vax.etown.edu. What I'm wondering is, is there a way to find
- >other machine names at etown that I can finger to look for a user?
-
- Use nslookup. Set the domain server to be vax.etown.edu, and ls -d
- etown.edu. Like this:
-
- > server vax.etown.edu
- Default Server: vax.etown.edu
- Address: 192.146.186.2
-
- > ls -d etown.edu
- [vax.etown.edu]
- Host or domain name Resource record info
- etown.edu SOA VAX.ETOWN.EDU POSTMASTER.VAX.ETOWN.EDU. (920820 7200 7200 12096000 604800)
- etown NS server = VAX.ETOWN.EDU
- etown NS server = CHARON.PSC.EDU
- BLUEJAY A 192.146.186.10
- BLUEJAY HINFO PC UNIX-SYSTEM-V
- ALBERT A 192.146.186.30
- ALBERT HINFO SUN SUNOS
- ISAAC A 192.146.186.20
- ISAAC HINFO PC DOS-SYSTEM
- NIELS A 192.146.186.40
- NIELS HINFO PC UNIX-SYSTEM-V
- VAX A 192.146.186.2
- VAX HINFO MicroVAX-3100 VMS
- etown.edu SOA VAX.ETOWN.EDU POSTMASTER.VAX.ETOWN.EDU. (920820 7200 7200 12096000 604800)
-
-
-
- -Kartik
-