Win2k AD DNS Problem

MysticLlama

Golden Member
Sep 19, 2000
1,003
0
0
I'm having this quirky DNS problem, and I'm sure it's just something small I'm missing.

On my latest DFS shares I've made I've been using the fully-qualified domain name of the server rather than just the server name.

My older DFS shares look like this: \\servername\share
The ones I just made look like this: \\servername.domain\share

All of the shares work just fine on my machine, but the new ones don't work on anyone else's.

If I use there computer and ping servername, it works just fine, if I ping servername.domain it can't find it.

Doing a direct nslookup on my primary DNS server for the servername.domain comes back with the right IP, and I've verified that the client is using that DNS server.

The only thing that is a little off, is that the secondary DNS server that gets set is a linux box that doesn't auto-update, and doesn't have that name in there yet. Do clients ever completely bypass the first DNS server and only query off of the second?

I can go back to just using the servername, but that doesn't seem like the best way to do it to me.
 

Tallgeese

Diamond Member
Feb 26, 2001
5,775
1
0
All the time...in fact, a lot of folks have posted horror stories about Win clients not actually querying the primary nameserver at all.
 

Woodie

Platinum Member
Mar 27, 2001
2,747
0
0
Interesting. I was under the impression that DFS shares were of the form:
\\FQDNofDomain\Sharename. No servername listed.

The DFS Root has the table of real servernames and their respective sharepoints.
 

Gantry

Member
Feb 26, 2001
148
0
0
A real quick way to determine if the secondary DNS is the problem - remove it temporarily from your client's DNS servers and try to mount the share using the FQDN....

Name resolution is one of the most troublesome issues with Win2k servers..