Setting Up DNS Problem.

  • Thread starter Thread starter Iain West
  • Start date Start date
I

Iain West

Hi,

I am currently studying for exam 70-216 and I am trying to setup my own DNS
on my test network.

When I run the program NSLOOKUP I get the following warning

*** Can't find server name for address 192.168.220.2: Non-existent domain
*** Default servers are not available
Default Server: UnKnown
Address: 192.168.220.2

If I type in for example intel.com I get the following:-

intel.com
Server: UnKnown
Address: 192.168.220.2

Non-authoritative answer
Name: intel.com
Address: 198.175.96.33

So to an extent it works but how do I stop the warning appearing? And how
do I know if I have setup DNS correctly?

TIA

Iain
 
In Iain West <[email protected]>
posted a question
Then Kevin replied below:
Hi,

I am currently studying for exam 70-216 and I am trying to setup my
own DNS on my test network.

When I run the program NSLOOKUP I get the following warning

*** Can't find server name for address 192.168.220.2: Non-existent
domain
*** Default servers are not available
Default Server: UnKnown
Address: 192.168.220.2

If I type in for example intel.com I get the following:-

intel.com
Server: UnKnown
Address: 192.168.220.2

Non-authoritative answer
Name: intel.com
Address: 198.175.96.33

So to an extent it works but how do I stop the warning appearing?
And how do I know if I have setup DNS correctly?

TIA

Iain
Configure a reverse lookup on the DNS server's IP address.
 
Kevin D. Goodknecht said:
In Iain West
posted a question
Then Kevin replied below:
Configure a reverse lookup on the DNS server's IP address.

I did this and I followed the details documented in the MS Artcile 300386
and I still get the same error.
 
In Iain West <[email protected]>
posted a question
Then Kevin replied below:
I did this and I followed the details documented in the MS Artcile
300386 and I still get the same error.

Is there a PTR record for the IP in the zone?
That is all this message means, just as it says server name for address
192.168.220.2, that it cannot do an IP address to name lookup.
Could you have possibly mis-configured the reverse lookup or not created the
PTR record I cannot tell you.
But you can ignore this message.
 
Back
Top