Windows and domain suffix addition
Posted
by grawity
on Server Fault
See other posts from Server Fault
or by grawity
Published on 2010-05-13T14:24:49Z
Indexed on
2010/05/13
14:34 UTC
Read the original article
Hit count: 222
I have a DNS domain and host it on my own server. My desktop PC (Windows XP) is configured to have mydomain.tld
as its primary DNS suffix. Now, when the system tries to resolve any domain - stackoverflow.com
, for example - it tries with the suffix added first, even if the name has periods in it. In other words, it tries stackoverflow.com.mydomain.tld.
before stackoverflow.com.
.
- Is this valid according to DNS standards and common sense?
- Is there anything I can do to prevent it, other than removing the prefix completely? (I still want it to be appended to single-component hostnames. Currently I have two prefixes
.
andmydomain.tld.
configured, but it isn't very fast when resolvingfoohost
.)
© Server Fault or respective owner