Hi Dan,
In Your DNS Server, Under for Lookup Zone, do you have a "." zone listed?
Can the DNS server itself get out to the internet? Do you have a signle
Label Domain name? Do you have a Disjoined Domain Name?
Single label Domain Name (SP4 installed on the server or windows 2000
professional or Winxp)
Right click my computer, then properties, then Network Identification.
Example of a single label domain domain:
FCN: xyz.mydomain
Domain: mydomain
How to fix this: Information About Configuring Windows 2000 for Domains With
Single-Label DNS Names 300684
Example of a Disjoined name space:
FCN: xyz.mydomain.
Domain: mydomain.local
Disjoined name space can be taken care of with a script Send me email and I
will send you the script
Here are some things to check on the dns server.
1) Go to a command prompt, type nslookup, then hit enter, the type set
type=all, then hit enter, then type ty.com. You should see this information
or some thing like it.
Non-authoritative answer:
ty.com internet address = 66.150.102.30
ty.com nameserver = ns2.mydyndns.org
ty.com nameserver = ns3.mydyndns.org
ty.com nameserver = ns4.mydyndns.org
ty.com nameserver = ns5.mydyndns.org
ty.com nameserver = ns1.mydyndns.org
ty.com nameserver = ns2.mydyndns.org
ty.com nameserver = ns3.mydyndns.org
ty.com nameserver = ns4.mydyndns.org
ty.com nameserver = ns5.mydyndns.org
ty.com nameserver = ns1.mydyndns.org
ns1.mydyndns.org internet address = 66.151.188.45
If you can resolve from the server the client will never be able too. If the
above doesn't work. Check to see if your setting on the router firewall are
allowing DNS out. Make sure TCP and UDP. You may also have a access list and
the server may not be defind.
2) check to see if there is a "." zone, if so remove it
3) Then run net stop netlogon and net start net logon from a command line.
4) Check to see if forwarders are configured, if not con figure them to you
ISP DNS Servers.
5)Under for Lookup Zone, right click then properties, are Dynamic updates
set to yes?
6) If everything is ok, Then open the DNS MMC and right click the server
name and go to logging. Check everything here.
7) Point the client to the dns sever, and do a query to the internet, review
the logs
8) Take netmon trace while doing this
9) Check to make sure that on the network card of the server, in advanced,
under Wins tab, that enable Netbios over TCP/IP is set. Check the client for
this too.
The client may also have the suffix for the domain wrong so check that.
I hope this help
Tim Roberts (MSFT)