| Howto - Howto use NSLOOKUP |
|
|
|
| Written by David Noel-Davies | |||||||
| Saturday, 23 June 2007 | |||||||
|
How to use NSLOOKUP nslookup Note that you may have to give the full pathname. Under SunOS, nslookup lives in the /usr/etc directory; under Ultrix, in /usr/ucb ; and under HP-UX, in /usr/bin . Once nslookup is running, it prints the name of your default name server and the IP address for that machine, then a > character as a prompt and awaits input:
To tell nslookup to look up only MX records, [14] use the set command: [14] Beginning with V8.7 sendmail , you can also use the /mx command in -bt rule-testing mode to look up MX records.
set type=mx > Now look up some real hosts and domains. First look up the domain sendmail.org by entering its name at the prompt:
sendmail.org.
Note the trailing dot that tells nslookup (1) that the local, default domain should not be appended prior to the lookup. The output produced by the above lookup looks like this:
sendmail.org. Server: The first two lines again show the name and IP address of the local DNS server. The next three lines show that the domain sendmail.org has three MX records. Mail addressed to that domain is sent to the machine with the lowest preference (cost), which happens to be mail.mailsite.rutgers.edu . [15] If that machine is down (or not accepting mail), the message is sent to the machine with the next higher cost, mail1.reference.com . The last three lines show the IP addresses (A records) for those machines. [15] Note that case is not significant in domain names; all of the following are the same: org , OrG , ORG . Now look up a real UUCP host, www . Enter its name as if it were a part of the yahoo.com domain:
The output produced shows that www has an MX record:
Mail sent to www.yahoo.com is instead delivered to the machine named .yahoo.com , which in turn forwards that mail over a dial-up line to the UUCP host www . Machines that have MX records do not necessarily have A records. The host www is such a machine. You tell nslookup (1) to look up an A record with the set command:
set type=a >
The nslookup (1) program is a useful tool for performing all the same lookups that are done by sendmail . Each type of lookup corresponds to a set type . The list of some available nslookup . Table: Some nslookup Types Type Description To exit nslookup (1), just type exit (or Control-D if that fails).
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |
|||||||
| < Prev | Next > |
|---|








