Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!math.lsa.umich.edu!math.lsa.umich.edu!emv From: moraes@cs.toronto.edu (Mark Moraes) Newsgroups: comp.archives Subject: [comp.unix.questions...] Re: name server Message-ID: <1990Sep12.153502.9944@math.lsa.umich.edu> Date: 12 Sep 90 15:35:02 GMT Sender: emv@math.lsa.umich.edu (Edward Vielmetti) Reply-To: moraes@cs.toronto.edu (Mark Moraes) Followup-To: comp.unix.questions,comp.unix.admin Organization: Department of Computer Science, University of Toronto Lines: 28 Approved: emv@math.lsa.umich.edu (Edward Vielmetti) X-Original-Newsgroups: comp.unix.questions,comp.unix.admin Archive-name: host/12-Sep-90 Original-posting-by: moraes@cs.toronto.edu (Mark Moraes) Original-subject: Re: name server Archive-site: cs.toronto.edu [128.100.1.65] Archive-directory: /pub Reposted-by: emv@math.lsa.umich.edu (Edward Vielmetti) karl_kleinpaste@cis.ohio-state.edu writes: >host(1) is better for 99+% of the usual queries you want to make, >including automatic in-addr.arpa queries when given a dotted quad, no >need to do special "query=ptr" things. I'll second that -- host is a terrific way to ask a nameserver questions. Its default output is simple and understandable, even to ordinary users, and it can be convinced to produce it in the same format as nameserver input for the wizard. It can even be made as verbose as dig(1) if you really want that. >You can pick it up as tut.cis.ohio-state.edu:pub/nameserver/host.[1c]. >Chuck Hedrick/Rutgers is responsible for it. A somewhat modified version is available from cs.toronto.edu:pub/host.tar.Z. The mods were mostly for portability (to get it to work on our Ultrix systems, SunOS3.5 Suns and SGIs), plus a simple enhancement to allow it to accept multiple hosts to resolve. Mark.