Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > DNS Server > Cached Lookups vary between PDC and BDC

Reply
Thread Tools Display Modes

Cached Lookups vary between PDC and BDC

 
 
Saucer Man
Guest
Posts: n/a

 
      03-29-2010
Is this normal? I know that the two servers are syncing changes in the
forward & reverse lookup zones but should they sync the cached lookups also?

--
Thanks!


 
Reply With Quote
 
 
 
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      03-29-2010
"Saucer Man" <> wrote in message news:4bb0c968$0$2387$...
> Is this normal? I know that the two servers are syncing changes in the
> forward & reverse lookup zones but should they sync the cached lookups also?
>
> --
> Thanks!
>
>



Cached lookups are individual to each server's DNS service's cache. Cache does not get shared.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among responding engineers, and to help others benefit from your resolution.

Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services

If you feel this is an urgent issue and require immediate assistance, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers.
 
Reply With Quote
 
Saucer Man
Guest
Posts: n/a

 
      03-29-2010
Thanks again Ace!

"Ace Fekay [MVP-DS, MCT]" <> wrote in message
news:...

Cached lookups are individual to each server's DNS service's cache. Cache
does not get shared.

--
Ace



 
Reply With Quote
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      03-29-2010
"Saucer Man" <> wrote in message news:4bb0ffdc$0$2378$...
> Thanks again Ace!
>


You are welcome!

Ace
 
Reply With Quote
 
Saucer Man
Guest
Posts: n/a

 
      03-30-2010
I record keeps populating in the .root folder of cached lookups. The record
is abc-domain and in it is a record for one of our old servers that no
longer exists. Under the server entry are two NS records pointing to some
unknown outside servers. I deleted this record yesterday from the PDC. It
wasn't in the BDC. Today, it is back in the PDC's cache and also the BDC's.
How is it getting there?


"Ace Fekay [MVP-DS, MCT]" <> wrote in message
news:...
You are welcome!

Ace


 
Reply With Quote
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      03-31-2010
"Saucer Man" <> wrote in message news:4bb25208$0$2394$...
>I record keeps populating in the .root folder of cached lookups. The record
> is abc-domain and in it is a record for one of our old servers that no
> longer exists. Under the server entry are two NS records pointing to some
> unknown outside servers. I deleted this record yesterday from the PDC. It
> wasn't in the BDC. Today, it is back in the PDC's cache and also the BDC's.
> How is it getting there?
>
>
> "Ace Fekay [MVP-DS, MCT]" <> wrote in message
> news:...
> You are welcome!
>
> Ace


Apaprently something is querying it. Check all zone properties, nameservers tab. Also, run Wireshark for inbound UDP 53 and check to see where it's coming from. It could be from an old machine sitting around.

Also, are you implying it's a single label name?


--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and confers no rights.

Please reply back to the newsgroup or forum for collaboration benefit among responding engineers, and to help others benefit from your resolution.

Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services

If you feel this is an urgent issue and require immediate assistance, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers.
 
Reply With Quote
 
Saucer Man
Guest
Posts: n/a

 
      04-01-2010

"Ace Fekay [MVP-DS, MCT]" <> wrote in message
news:O%...Apa prently something is
querying it. Check all zone properties, nameservers tab. Also, run Wireshark
for inbound UDP 53 and check to see where it's coming from. It could be from
an old machine sitting around.

Also, are you implying it's a single label name?


--
Ace



Yes. Remember I had the single label name abc-domain in my forward lookup
zone? I had deleted that zone like we discussed. However, right underneath
the .(root) level in Cached Lookups is this abc-domain record. Under it,
there is a reference to an old server. I agree at least one device is still
querying the old server. If I find that device(s) and correct it will the
abc-domain record stop appearing?

Does wireshark need to be installed on the actual DC where DNS is running or
can I install it on my laptop?


 
Reply With Quote
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      04-01-2010
"Saucer Man" <> wrote in message news:4bb4afd9$0$2363$...
>
> Yes. Remember I had the single label name abc-domain in my forward lookup
> zone? I had deleted that zone like we discussed. However, right underneath
> the .(root) level in Cached Lookups is this abc-domain record. Under it,
> there is a reference to an old server. I agree at least one device is still
> querying the old server. If I find that device(s) and correct it will the
> abc-domain record stop appearing?
>
> Does wireshark need to be installed on the actual DC where DNS is running or
> can I install it on my laptop?
>


Yes, if you can nail down that machine, and change whatever is querying it, it will not show up in cache. You can use wireshark to check inbound UDP 53, then look at the query string for that name.

Ace
 
Reply With Quote
 
Saucer Man
Guest
Posts: n/a

 
      04-06-2010
"Ace Fekay [MVP-DS, MCT]" <> wrote in message
news:...
Yes, if you can nail down that machine, and change whatever is querying it,
it will not show up in cache. You can use wireshark to check inbound UDP 53,
then look at the query string for that name.

Ace


OK. I will try to install Wireshark on the DC. I wish I could install it
elsewhere. I see in ADDT that the Domain name (pre-Windows 2000) is
abc-domain. I wonder if this could be causing an issue somewhere.


 
Reply With Quote
 
Ace Fekay [MVP-DS, MCT]
Guest
Posts: n/a

 
      04-07-2010
"Saucer Man" <> wrote in message news:4bbb334a$0$2362$...
>
>
> OK. I will try to install Wireshark on the DC. I wish I could install it
> elsewhere. I see in ADDT that the Domain name (pre-Windows 2000) is
> abc-domain. I wonder if this could be causing an issue somewhere.
>
>


You could install it on a workstation, but you would have to install the workstation and DC on a Hub (not a switch), that is uplinked to your switch. This way in promiscuous mode, the workstation can "see' the traffic going to the DC.

What is it doing in ADDT? Was there a trust setup to it? I would suggest to remove it.

Ace


 
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




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