Flux rss

Nslookup

Introduction to nslookup

Nslookup (Name System Lookup) is a tool for querying a domain name server in order to get information regarding a domain or host, and diagnosing any configuration problems that may have arisen on the DNS.

When used without any arguments, the command nslookup displays the name and IP address of the primary domain name server, as well as a command prompt for making queries. Simply type the domain name at the prompt in order to display its characteristics. You can also request information on a host by adding its name after the command nslookup:

nslookup host.name

By default, the command nslookup queries the primary domain name server installed on the machine. However, it is also possible to query a particular DNS by specifying it, preceded by a minus sign, after the command:

nslookup host.name -server.name

You can also change the query mode for nslookup by using the argument set:

  • set type=mx is used for getting information regarding a domain's mail server(s).
  • set type=ns is used for getting information regarding the domain's name servers.
  • set type=a is used for getting information regarding a network host. It is the default query mode.
  • set type=soa is used for displaying information in the SOA (Start Of Authority) field.
  • set type=cname is used for displaying information regarding aliases.
  • set type=hinfo is used for displaying information regarding the host's hardware and operating system, if this data has been made available.
To leave the command nslookup, simply type exit.

Last update on Thursday October 16, 2008 02:43:15 PM.
This document entitled « Nslookup » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.

Results for Nslookup

Ping DNS ok but cannot ping www.goolge.com Hello, I have just set up a Motorola Canopy bridge radio and can log on to the ISP. I can ping their DNS but cannot browse the net. I ran nslookup www.goolgle.com and the response was; cannot resolve the IP address of the DNS.!!!!! I cannot figure why... en.kioskea.net/forum/affich-21982-ping-dns-ok-but-cannot-ping-www-goolge-com
Config cisco pppoe server Hi, please ,I want complete config cisco pppoe server for adsl users service. thanks john en.kioskea.net/forum/affich-2887-config-cisco-pppoe-server
Batch scripting query Hello, I'm trying to extract certain data out of the following .csv sample file: REM sample file testing.csv Company,Code,Date,Time,Data 01,Data 02,Data 03,Data 04,Data 05 Telecom,TC,"Monday, 17 August 2008",16:29,889,524,330,358,322 ,TC,"Monday,... en.kioskea.net/forum/affich-23316-batch-scripting-query