In Dominik <
[email protected]> posted a question
Then Kevin replied below:
: Well IPconfig /all is a little problem because the server is at the
: client side so I am not there all the time, can you just help me
: understan this a little more, which machine name should be a problem,
: why underscore, what do you need from ipconfig /all because the only
: sufix that comes from DHCP is the sufix of local domain Iam sure in
: that?
:
: Thanx on all you answers
I want to see the ipconfig /all to see the DCs host name, The primary DNS
suffix (which BTW does not come from DHCP), and the domains in the DNS
search list.
If you have an illegal name on your network, it should not be going to the
Root servers, unless there is a problem in the DNS search list.
To give you an example, I have seen users having several domain names in the
DNS search list, including a public name. Any name that you have in the DNS
search list is appended to all queries from that machine if the zone does
not exist DNS will try to forward or use recursion to find the name in the
domain zone even if the zone is hosted elsewhere.
If you have a machine with an underscore in it like machine_name and you
have a domains in the search list for domain.net and domain.com but only
domain.net is in the local DNS when the name is queried for in DNS both of
these domains may be appended to the lookup. Like machine_name.domain.com
and machine_name.domain.net. Remember only domain.net is local so the query
for machine_name.domain.com is forwarded.
This can also be a problem if the domain is domain.local and you have your
ISP's DNS in TCP/IP properties.
I could go on and on about things that could be causing this and it is
easier to look at the ipconfig /all than it is to explain all the things I
would get from seeing it.
Oh yes one more thing, I actually think that Scott was referring to checking
the box on the Forwarder Tab "Do not use recursion" Which in effect means,
your DNS won't go to the Root servers to resolve a name.