The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-09-2009
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,763
It gives you information about internet sites and domains

If you use it from the command line:
Code:
nslookup mysite.com
nslookup 1.2.3.4
This gives additional information as well as validates the name/ip address.
To go into "interactive mode" just type nslookup
You can read the man page to see what you can do there.

Not everything will work - depending on the local site's security policy and/or the remote site's security policy.