They save basically when WINS lookup is enabled in your DNS settings the error occurs when WINS returns 'name not found'. So maybe trying removing the checkmark by 'Use WINS for DNS resolution' and that could help.
Your WINS issue is a separate problem and I would need more info to figure out why names aren't showing. If you have more info, emial me at pete.zerger@jumpfaster.com
Further to the email, are you sure you have an A record in your zone for the DNS servers?
Without, you will get NXDOMAIN errors.
The Technet article that was referred to by the previous correspondent I think relates to rcode=3 errors, Name Error - Meaningful only for responses from an authoritative name server, this code signifies that the domain name referenced in the query does not exist.
I think you are getting rcode=2 errors, NS not found (based on the timeout errors etc).
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Nslookup -Debug returns a rcode = NXDO
below is the response I get from
nslookup -debug
> wardjlap
Server: geisel.mydomain.com
Address: 172.22.0.33
------------
Got answer:
HEADER:opcode = QUERY, id = 2, rcode = NXDOMAIN
header flags: response, auth. answer, want recursion, recursion avail.
questions = 1, answers = 0, authority records = 0, additional = 0
QUESTIONS:
wardjlap.mydomain.com,type = A, class = IN
------------
DNS request timed out.
timeout was 2 seconds.
timeout (2 secs)
*** Request to geisel.mydomain.com timed-out
Clients are configured to use DHCP and DHCP is configured to use WINS with NodeType = 0x8
In the example above nslookup returns an error code "rcode = NXDOMAIN" and the request
timed-out.
All client are on the same domain and subnet and configured to use DHCP yet some clients names are added to WINS and some are not?