Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > DNS problem with three DC's i different sites.

Reply
Thread Tools Display Modes

DNS problem with three DC's i different sites.

 
 
Tom Eirik Jensen
Guest
Posts: n/a

 
      06-01-2010
Hi

When I ping my domain name, I get an ip to a domian controller who is in a
site i cannot reach. This answer somtimes is ok, but often the dns query
fails, and I get the IP to a domain controller who is in a different site.
I have defined IP subnets under site and services but this does not work.
Are there any tip for me?

When I ping my domain name, I assume that the DNS should return the IP of
any domain controller who is in my site, according to my ipadress. Is that
right ?

------------------
Tom Eirik Jensen
Norway

 
Reply With Quote
 
 
 
 
Chris Dent
Guest
Posts: n/a

 
      06-01-2010


No, not really.

By default NetMask ordering is enabled and you will get a DC within the
clients subnet if possible (matches on 255.255.255.0 by default, and
will only match if the answer is within the client subnet). Otherwise
standard round-robin ordering applies and the DC can be anywhere.

However, that record is not used in such a simple manner for the most
part. Instead Service Records are used to discover site-specific DCs if
possible.

What has prompted you to look at this?

Chris

Tom Eirik Jensen wrote:
> Hi
>
> When I ping my domain name, I get an ip to a domian controller who is
> in a site i cannot reach. This answer somtimes is ok, but often the
> dns query fails, and I get the IP to a domain controller who is in a
> different site.
> I have defined IP subnets under site and services but this does not work.
> Are there any tip for me?
>
> When I ping my domain name, I assume that the DNS should return the IP
> of any domain controller who is in my site, according to my ipadress.
> Is that right ?
>
> ------------------
> Tom Eirik Jensen
> Norway

 
Reply With Quote
 
Tom Eirik Jensen
Guest
Posts: n/a

 
      06-01-2010

I am using DFS in the domain. \\domainName\dfsroot\share. Thought I could
ping the domainName? And get answer from the nearest DC?


"Chris Dent" <> skrev i melding
news:...
>
> No, not really.
>
> By default NetMask ordering is enabled and you will get a DC within the
> clients subnet if possible (matches on 255.255.255.0 by default, and will
> only match if the answer is within the client subnet). Otherwise standard
> round-robin ordering applies and the DC can be anywhere.
>
> However, that record is not used in such a simple manner for the most
> part. Instead Service Records are used to discover site-specific DCs if
> possible.
>
> What has prompted you to look at this?
>
> Chris
>
> Tom Eirik Jensen wrote:
>> Hi
>>
>> When I ping my domain name, I get an ip to a domian controller who is in
>> a site i cannot reach. This answer somtimes is ok, but often the dns
>> query fails, and I get the IP to a domain controller who is in a
>> different site.
>> I have defined IP subnets under site and services but this does not work.
>> Are there any tip for me?
>>
>> When I ping my domain name, I assume that the DNS should return the IP of
>> any domain controller who is in my site, according to my ipadress. Is
>> that right ?
>>
>> ------------------
>> Tom Eirik Jensen
>> Norway


 
Reply With Quote
 
Chris Dent
Guest
Posts: n/a

 
      06-01-2010


Not in pure DNS terms (with Ping), no. However, DFS service location is
site-aware, the client will follow referrals returned by the DFS server
and it will connect to a local or lowest cost DFS server if possible.

If NetMask Ordering is either disabled or not applicable then
continually running "nslookup domainName" should show round-robin
rotation. This is DNS only though, it won't impact DFS server selection
or logon server selection.

Chris

Tom Eirik Jensen wrote:
> I am using DFS in the domain. \\domainName\dfsroot\share. Thought I
> could ping the domainName? And get answer from the nearest DC?
>
>
> "Chris Dent" <> skrev i melding
> news:...
>>
>> No, not really.
>>
>> By default NetMask ordering is enabled and you will get a DC within
>> the clients subnet if possible (matches on 255.255.255.0 by default,
>> and will only match if the answer is within the client subnet).
>> Otherwise standard round-robin ordering applies and the DC can be
>> anywhere.
>>
>> However, that record is not used in such a simple manner for the most
>> part. Instead Service Records are used to discover site-specific DCs
>> if possible.
>>
>> What has prompted you to look at this?
>>
>> Chris
>>
>> Tom Eirik Jensen wrote:
>>> Hi
>>>
>>> When I ping my domain name, I get an ip to a domian controller who
>>> is in a site i cannot reach. This answer somtimes is ok, but often
>>> the dns query fails, and I get the IP to a domain controller who is
>>> in a different site.
>>> I have defined IP subnets under site and services but this does not
>>> work.
>>> Are there any tip for me?
>>>
>>> When I ping my domain name, I assume that the DNS should return the
>>> IP of any domain controller who is in my site, according to my
>>> ipadress. Is that right ?
>>>
>>> ------------------
>>> Tom Eirik Jensen
>>> Norway

>

 
Reply With Quote
 
Tom Eirik Jensen
Guest
Posts: n/a

 
      06-01-2010

How can I test/use the DNS query for the nearest DC ? Which command can I
use to test things like this?





"Chris Dent" <> skrev i melding
news:...
>
> Not in pure DNS terms (with Ping), no. However, DFS service location is
> site-aware, the client will follow referrals returned by the DFS server
> and it will connect to a local or lowest cost DFS server if possible.
>
> If NetMask Ordering is either disabled or not applicable then continually
> running "nslookup domainName" should show round-robin rotation. This is
> DNS only though, it won't impact DFS server selection or logon server
> selection.
>
> Chris
>
> Tom Eirik Jensen wrote:
>> I am using DFS in the domain. \\domainName\dfsroot\share. Thought I could
>> ping the domainName? And get answer from the nearest DC?
>>
>>
>> "Chris Dent" <> skrev i melding
>> news:...
>>>
>>> No, not really.
>>>
>>> By default NetMask ordering is enabled and you will get a DC within the
>>> clients subnet if possible (matches on 255.255.255.0 by default, and
>>> will only match if the answer is within the client subnet). Otherwise
>>> standard round-robin ordering applies and the DC can be anywhere.
>>>
>>> However, that record is not used in such a simple manner for the most
>>> part. Instead Service Records are used to discover site-specific DCs if
>>> possible.
>>>
>>> What has prompted you to look at this?
>>>
>>> Chris
>>>
>>> Tom Eirik Jensen wrote:
>>>> Hi
>>>>
>>>> When I ping my domain name, I get an ip to a domian controller who is
>>>> in a site i cannot reach. This answer somtimes is ok, but often the dns
>>>> query fails, and I get the IP to a domain controller who is in a
>>>> different site.
>>>> I have defined IP subnets under site and services but this does not
>>>> work.
>>>> Are there any tip for me?
>>>>
>>>> When I ping my domain name, I assume that the DNS should return the IP
>>>> of any domain controller who is in my site, according to my ipadress.
>>>> Is that right ?
>>>>
>>>> ------------------
>>>> Tom Eirik Jensen
>>>> Norway

>>


 
Reply With Quote
 
Chris Dent
Guest
Posts: n/a

 
      06-01-2010

You can look up the service record. e.g.:

nslookup -q=srv _ldap._tcp.SiteName._sites.domainName
Or:
nslookup -q=srv _ldap._tcp.SiteName._sites.dc._msdcs.domainName

However, while those are used for DC location they are not all that is
used and they are not used for DFS server location.

Chris


Tom Eirik Jensen wrote:
>
> How can I test/use the DNS query for the nearest DC ? Which command
> can I use to test things like this?
>
>
>
>
>
> "Chris Dent" <> skrev i melding
> news:...
>>
>> Not in pure DNS terms (with Ping), no. However, DFS service location
>> is site-aware, the client will follow referrals returned by the DFS
>> server and it will connect to a local or lowest cost DFS server if
>> possible.
>>
>> If NetMask Ordering is either disabled or not applicable then
>> continually running "nslookup domainName" should show round-robin
>> rotation. This is DNS only though, it won't impact DFS server
>> selection or logon server selection.
>>
>> Chris
>>
>> Tom Eirik Jensen wrote:
>>> I am using DFS in the domain. \\domainName\dfsroot\share. Thought I
>>> could ping the domainName? And get answer from the nearest DC?
>>>
>>>
>>> "Chris Dent" <> skrev i melding
>>> news:...
>>>>
>>>> No, not really.
>>>>
>>>> By default NetMask ordering is enabled and you will get a DC within
>>>> the clients subnet if possible (matches on 255.255.255.0 by
>>>> default, and will only match if the answer is within the client
>>>> subnet). Otherwise standard round-robin ordering applies and the DC
>>>> can be anywhere.
>>>>
>>>> However, that record is not used in such a simple manner for the
>>>> most part. Instead Service Records are used to discover
>>>> site-specific DCs if possible.
>>>>
>>>> What has prompted you to look at this?
>>>>
>>>> Chris
>>>>
>>>> Tom Eirik Jensen wrote:
>>>>> Hi
>>>>>
>>>>> When I ping my domain name, I get an ip to a domian controller who
>>>>> is in a site i cannot reach. This answer somtimes is ok, but often
>>>>> the dns query fails, and I get the IP to a domain controller who
>>>>> is in a different site.
>>>>> I have defined IP subnets under site and services but this does
>>>>> not work.
>>>>> Are there any tip for me?
>>>>>
>>>>> When I ping my domain name, I assume that the DNS should return
>>>>> the IP of any domain controller who is in my site, according to my
>>>>> ipadress. Is that right ?
>>>>>
>>>>> ------------------
>>>>> Tom Eirik Jensen
>>>>> Norway
>>>

>

 
Reply With Quote
 
Chris Dent
Guest
Posts: n/a

 
      06-01-2010


Regarding testing for DFS, it's worth having a look at the DFSDiag
utility, depending on the version (of Windows) you have you may be able
to use the /TestReferral switch to check if and where clients will be
redirected whenever they attempt to connect.

Chris


Tom Eirik Jensen wrote:
>
> How can I test/use the DNS query for the nearest DC ? Which command
> can I use to test things like this?
>
>
>
>
>
> "Chris Dent" <> skrev i melding
> news:...
>>
>> Not in pure DNS terms (with Ping), no. However, DFS service location
>> is site-aware, the client will follow referrals returned by the DFS
>> server and it will connect to a local or lowest cost DFS server if
>> possible.
>>
>> If NetMask Ordering is either disabled or not applicable then
>> continually running "nslookup domainName" should show round-robin
>> rotation. This is DNS only though, it won't impact DFS server
>> selection or logon server selection.
>>
>> Chris
>>
>> Tom Eirik Jensen wrote:
>>> I am using DFS in the domain. \\domainName\dfsroot\share. Thought I
>>> could ping the domainName? And get answer from the nearest DC?
>>>
>>>
>>> "Chris Dent" <> skrev i melding
>>> news:...
>>>>
>>>> No, not really.
>>>>
>>>> By default NetMask ordering is enabled and you will get a DC within
>>>> the clients subnet if possible (matches on 255.255.255.0 by
>>>> default, and will only match if the answer is within the client
>>>> subnet). Otherwise standard round-robin ordering applies and the DC
>>>> can be anywhere.
>>>>
>>>> However, that record is not used in such a simple manner for the
>>>> most part. Instead Service Records are used to discover
>>>> site-specific DCs if possible.
>>>>
>>>> What has prompted you to look at this?
>>>>
>>>> Chris
>>>>
>>>> Tom Eirik Jensen wrote:
>>>>> Hi
>>>>>
>>>>> When I ping my domain name, I get an ip to a domian controller who
>>>>> is in a site i cannot reach. This answer somtimes is ok, but often
>>>>> the dns query fails, and I get the IP to a domain controller who
>>>>> is in a different site.
>>>>> I have defined IP subnets under site and services but this does
>>>>> not work.
>>>>> Are there any tip for me?
>>>>>
>>>>> When I ping my domain name, I assume that the DNS should return
>>>>> the IP of any domain controller who is in my site, according to my
>>>>> ipadress. Is that right ?
>>>>>
>>>>> ------------------
>>>>> Tom Eirik Jensen
>>>>> Norway
>>>

>

 
Reply With Quote
 
Tom Eirik Jensen
Guest
Posts: n/a

 
      06-01-2010

Thanks you for the help!


"Chris Dent" <> skrev i melding
news:%23LZB$...
>
> Regarding testing for DFS, it's worth having a look at the DFSDiag
> utility, depending on the version (of Windows) you have you may be able to
> use the /TestReferral switch to check if and where clients will be
> redirected whenever they attempt to connect.
>
> Chris
>
>
> Tom Eirik Jensen wrote:
>>
>> How can I test/use the DNS query for the nearest DC ? Which command can I
>> use to test things like this?
>>
>>
>>
>>
>>
>> "Chris Dent" <> skrev i melding
>> news:...
>>>
>>> Not in pure DNS terms (with Ping), no. However, DFS service location is
>>> site-aware, the client will follow referrals returned by the DFS server
>>> and it will connect to a local or lowest cost DFS server if possible.
>>>
>>> If NetMask Ordering is either disabled or not applicable then
>>> continually running "nslookup domainName" should show round-robin
>>> rotation. This is DNS only though, it won't impact DFS server selection
>>> or logon server selection.
>>>
>>> Chris
>>>
>>> Tom Eirik Jensen wrote:
>>>> I am using DFS in the domain. \\domainName\dfsroot\share. Thought I
>>>> could ping the domainName? And get answer from the nearest DC?
>>>>
>>>>
>>>> "Chris Dent" <> skrev i melding
>>>> news:...
>>>>>
>>>>> No, not really.
>>>>>
>>>>> By default NetMask ordering is enabled and you will get a DC within
>>>>> the clients subnet if possible (matches on 255.255.255.0 by default,
>>>>> and will only match if the answer is within the client subnet).
>>>>> Otherwise standard round-robin ordering applies and the DC can be
>>>>> anywhere.
>>>>>
>>>>> However, that record is not used in such a simple manner for the most
>>>>> part. Instead Service Records are used to discover site-specific DCs
>>>>> if possible.
>>>>>
>>>>> What has prompted you to look at this?
>>>>>
>>>>> Chris
>>>>>
>>>>> Tom Eirik Jensen wrote:
>>>>>> Hi
>>>>>>
>>>>>> When I ping my domain name, I get an ip to a domian controller who is
>>>>>> in a site i cannot reach. This answer somtimes is ok, but often the
>>>>>> dns query fails, and I get the IP to a domain controller who is in a
>>>>>> different site.
>>>>>> I have defined IP subnets under site and services but this does not
>>>>>> work.
>>>>>> Are there any tip for me?
>>>>>>
>>>>>> When I ping my domain name, I assume that the DNS should return the
>>>>>> IP of any domain controller who is in my site, according to my
>>>>>> ipadress. Is that right ?
>>>>>>
>>>>>> ------------------
>>>>>> Tom Eirik Jensen
>>>>>> Norway
>>>>

>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's wrong with my live.com account? Michael Elliott Windows Live Mail 43 1 Week Ago 09:36 PM
WindowsUpdate_00000643 WindowsUpdate_dt000 Mitch19969 Windows Update 50 11-17-2010 07:24 PM
Windows Update Error Code: 80070005 Joe Davis Windows Update 33 05-05-2010 08:03 AM
Vista32, new driver? & USB Mouse/Keyboard not working Scott J. Stringfellow Windows Vista Hardware 27 04-01-2010 05:22 PM
windows explorer not responding after right clicking - error Woodzys Windows Vista General Discussion 4 11-07-2009 12:47 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59