Tuesday, November 10, 2009

Finding the list of Multiple DNS Servers on a Domain

The easiest way to find the list of all the DNS Servers on your Domain (Private) or of a Corporation on the Internet (Public DNS Servers) is to make use of NSLOOKUP Command.

Here is how to proceed:

  1. Open the Command Line
  2. Type the following: NSLOOKUP and then press Enter.
  3. > set type=ns
  4. > Type_your_domain_name (i.e. tratra.org)
    Server: Server01.tratra.org
    Address: 192.168.0.1

    tratra.org nameserver = server01.tratra.org
    tratra.org nameserver = server02.tratra.org
    tratra.org nameserver = server03.tratra.org
    tratra.org nameserver = server04.tratra.org
    server01.tratra.org internet address = 192.168.0.1
    server02.tratra.org internet address = 192.168.1.1
    server03.tratra.org internet address = 192.168.2.1
    server04.tratra.org internet address = 192.168.3.1

Hope this helps!

No comments: