Re: How do you access the DNS?
- From: Barry Margolin <barmar@xxxxxxxxxxxx>
- Date: Thu, 19 Jan 2006 03:34:01 -0500
In article <fmmck-1801062256040001@xxxxxxxxxxxxxxxxxxxx>,
fmmck@xxxxxxx (Fred McKenzie) wrote:
> In article <dstfaf.ipv.aawara.NM0.2a@xxxxxxxxxx>, aawara@xxxxxxxxxx wrote:
>
> > From within the Terminal, you can use the command line tools, "host", "dig",
> > and "nslookup" (among others). From the GUI, you can use "Network Utility",
> > which is a utility found in Applications -> Utilities
> >
> > "Network Utility" is just a GUI wrapper for command-line tools including
> > "dig".
>
> AC, Dave and Elijah-
>
> You guys are fast!
>
> I just tried whois, host, dig and nslookup in Terminal, as well as Network
> Utility. I'm sure they worked, but they provide more data than I really
> wanted to know!
>
> Nslookup provided the shortest results when fed a URL, but not-so-short
> results when fed the IP. Perhaps it was complicated by my choice of
> www.apple.com for the test. Www.apple.com leads to 17.112.152.32, which
> leads to eg-www.apple.com in Network Utility, host and nslookup, but dig
> didn't seem to find it. Whois found Apple, but didn't reveal the URL.
To do a reverse lookup with dig you have to use the -x option:
dig -x 17.112.152.32
This is a low-level debugging tool, so it doesn't try to second-guess
what you're asking for.
--
Barry Margolin, barmar@xxxxxxxxxxxx
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
.
- Follow-Ups:
- Re: How do you access the DNS?
- From: Fred McKenzie
- Re: How do you access the DNS?
- References:
- How do you access the DNS?
- From: Fred McKenzie
- Re: How do you access the DNS?
- From: Aawara Chowdhury
- Re: How do you access the DNS?
- From: Fred McKenzie
- How do you access the DNS?
- Prev by Date: Re: How do you access the DNS?
- Next by Date: Re: Bad WLAN performance of iMac?
- Previous by thread: Re: How do you access the DNS?
- Next by thread: Re: How do you access the DNS?
- Index(es):
Relevant Pages
|