Welcome to WinForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to find host names served by a specific dns server

 
   Win 2000/NT/98/ME (Home) -> DNS RSS
Next:  Problem with file Decryption in NTFS file system  
Author Message
waldend

External


Since: Oct 11, 2006
Posts: 1



(Msg. 1) Posted: Wed Oct 11, 2006 12:51 am
Post subject: How to find host names served by a specific dns server
Archived from groups: microsoft>public>win2000>dns (more info?)

Hello;

I need to find hosts served by a specific name server.

for examle google.com served by

ns1.google.com internet address = 216.239.32.10
ns2.google.com internet address = 216.239.34.10
ns3.google.com internet address = 216.239.36.10
ns4.google.com internet address = 216.239.38.10

I need to find out other domain names served by those servers.

Is there a way to find this out?

it may be a program or service

Thanks,

David;

 >> Stay informed about: How to find host names served by a specific dns server 
Back to top
Login to vote
Ace Fekay [MVP]

External


Since: Mar 29, 2006
Posts: 33



(Msg. 2) Posted: Wed Oct 18, 2006 1:22 am
Post subject: Re: How to find host names served by a specific dns server [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In news:1160553070.771056.177450@b28g2000cwb.googlegroups.com,
waldend.RemoveThis@gmail.com <waldend.RemoveThis@gmail.com> stated, which I commented on below:
> Hello;
>
> I need to find hosts served by a specific name server.
>
> for examle google.com served by
>
> ns1.google.com internet address = 216.239.32.10
> ns2.google.com internet address = 216.239.34.10
> ns3.google.com internet address = 216.239.36.10
> ns4.google.com internet address = 216.239.38.10
>
> I need to find out other domain names served by those servers.
>
> Is there a way to find this out?
>
> it may be a program or service
>
> Thanks,
>
> David;

You can use nslookup or go directly to the registrar and do a WhoIs search.

With nslookup, there are two queries you can use: SOA (Start of Authority -
info about the zone and the nameservers), or NS (Nameserver only):

C:\>nslookup
Default Server: london.nwtraders.msft
Address: 192.168.5.200

> set q=soa
> microsoft.com
Server: london.nwtraders.msft
Address: 192.168.5.200

Non-authoritative answer:
microsoft.com
primary name server = dns.cp.msft.net
responsible mail addr = msnhst.microsoft.com
serial = 2006101703
refresh = 300 (5 mins)
retry = 600 (10 mins)
expire = 2419200 (28 days)
default TTL = 3600 (1 hour)

microsoft.com nameserver = ns1.msft.net
microsoft.com nameserver = ns2.msft.net
microsoft.com nameserver = ns3.msft.net
microsoft.com nameserver = ns4.msft.net
microsoft.com nameserver = ns5.msft.net
ns1.msft.net internet address = 207.68.160.190
ns2.msft.net internet address = 65.54.240.126
ns3.msft.net internet address = 213.199.144.151
ns4.msft.net internet address = 207.46.66.126
ns5.msft.net internet address = 65.55.238.126
> exit

C:\>nslookup
Default Server: london.nwtraders.msft
Address: 192.168.5.200

> set q=ns
> microsoft.com
Server: london.nwtraders.msft
Address: 192.168.5.200

Non-authoritative answer:
microsoft.com nameserver = ns2.msft.net
microsoft.com nameserver = ns3.msft.net
microsoft.com nameserver = ns4.msft.net
microsoft.com nameserver = ns5.msft.net
microsoft.com nameserver = ns1.msft.net

ns2.msft.net internet address = 65.54.240.126
ns3.msft.net internet address = 213.199.144.151
ns4.msft.net internet address = 207.46.66.126
ns5.msft.net internet address = 65.55.238.126
ns1.msft.net internet address = 207.68.160.190
> exit

C:\>

--
Ace
Innovative IT Concepts, Inc (IITCI)
Willow Grove, PA

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Having difficulty reading or finding responses to your post?
Instead of the website you're using, I suggest to use OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. This is a direct link to the Microsoft Public
Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows you
to easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject.
It's easy:

How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

Infinite Diversities in Infinite Combinations
Assimilation Imminent. Resistance is Futile
"Very funny Scotty. Now, beam down my clothes."

The only constant in life is change...

 >> Stay informed about: How to find host names served by a specific dns server 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
cannot ping from subnet A to subnet B for a specific host - Hi I cannot ping 192.168.5.149 from 192.168.11.65 and vice-versa. The gateway for 192.168.5.149 is 192.168.5.1 and for 192.168.11.65 the gateway is 192.168.11.253 Here is the router config Using 1165 out of 29688 bytes ! version 12.0 service timestamps...

The DNS server could not find or open zone file dns - Well, here's my scenario. Yesterday, I edited my foward lookup file. At the same time, the server ran out of hard drive space showing only 14MB available on drive C: - I did not figure this out until after some troubleshooting and a reboot. When I opened...

DNS domain and host records with the same name - I'm trying to add the following hosts to my DNS hierarchy: services.mycompany.com staging.services.mycompany.com I've taken following steps: 1. Created the zone "com" 2. Create the domain "mycompany" under "com" 3. ...

Client can't update DNS host entry - Dear all, we have two locations, using the same Domain "Mydom" and the DNS Suffix "Mydom.loc". In Location A we use DHCP server on W2K3 that is configured to "Always dynamically update DNS and PTR records" and "Disca...

Obtaining host record permissions in a zone, by script? - I have a need to verify which records in a zone are controlled by my DHCP server (using a unique account to register dns entries) from those owned by the host itself. I can see my DHCP server's account in the permissions list on any host record i nkow i...
   Win 2000/NT/98/ME (Home) -> DNS All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows XP
 Windows Vista!
  Win 2000/NT/98/ME


[ Contact us | Terms of Service/Privacy Policy ]