PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win.server.dns > Cached Lookup
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Cached Lookup

Réponse
 
LinkBack Outils de la discussion
Vieux 31/01/2008, 14h44   #1
Dee Freeland
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Cached Lookup

I have serveral site that my web pages use that use dynamic IPs,
unfortunately, the cached lookups don't appear to be updating with the new
IPs and I am having to delete these addresses every few days. I assumed that
the scavenger setting would clear out this information and it would refresh
itself. How do I get the Cached Lookups to refresh on a regular basis?

thanks for your .
  Réponse avec citation
Vieux 31/01/2008, 15h17   #2
Lognoul, Marc [Private]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cached Lookup

As far as I know you cannot pre-fetch the DNS cache. What you can do instead
is:
schedule a script/batch on your dns server(s) to clear their cache and
reload it. It would look like:
dnscmd /clearcache
nslookup mydynname1
nslookup mydynname2
....

Do not forget that clients also cache names (positively and maybe
negatively) so take care of clearing and relaoding client cach too.

Hope it s.

KR
Marc

Btw, I didn't get it as far as scavenging is concerned.

"Dee Freeland" <DeeFreeland@discussions.microsoft.com> wrote in message
news:0F5E8C43-7AB0-4194-B59D-562E119E7026@microsoft.com...
>I have serveral site that my web pages use that use dynamic IPs,
> unfortunately, the cached lookups don't appear to be updating with the new
> IPs and I am having to delete these addresses every few days. I assumed
> that
> the scavenger setting would clear out this information and it would
> refresh
> itself. How do I get the Cached Lookups to refresh on a regular basis?
>
> thanks for your .


  Réponse avec citation
Vieux 31/01/2008, 15h39   #3
Dee Freeland
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cached Lookup

Marc:

I am looking to update the cache on my DNS server. There is no way to
refresh this information, I have to clear the cache? There are some entries
that are fine, just a few that have dynamic addresses.

"Lognoul, Marc [Private]" wrote:

> As far as I know you cannot pre-fetch the DNS cache. What you can do instead
> is:
> schedule a script/batch on your dns server(s) to clear their cache and
> reload it. It would look like:
> dnscmd /clearcache
> nslookup mydynname1
> nslookup mydynname2
> ....
>
> Do not forget that clients also cache names (positively and maybe
> negatively) so take care of clearing and relaoding client cach too.
>
> Hope it s.
>
> KR
> Marc
>
> Btw, I didn't get it as far as scavenging is concerned.
>
> "Dee Freeland" <DeeFreeland@discussions.microsoft.com> wrote in message
> news:0F5E8C43-7AB0-4194-B59D-562E119E7026@microsoft.com...
> >I have serveral site that my web pages use that use dynamic IPs,
> > unfortunately, the cached lookups don't appear to be updating with the new
> > IPs and I am having to delete these addresses every few days. I assumed
> > that
> > the scavenger setting would clear out this information and it would
> > refresh
> > itself. How do I get the Cached Lookups to refresh on a regular basis?
> >
> > thanks for your .

>
>

  Réponse avec citation
Vieux 31/01/2008, 18h09   #4
Lognoul, Marc [Private]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cached Lookup

I am not aware of any method that could you doing this unless you can
control the the records (A or CNAME) and then change their TTL.
I don't think playing arounf with the DNS server cache file would be either
supported or efficient.

--
KR/Amicalement/MVG,
Marc



"Dee Freeland" <DeeFreeland@discussions.microsoft.com> wrote in message
news:47E33F2D-1AC4-4A53-A7CC-A4EAC33FF7F8@microsoft.com...
> Marc:
>
> I am looking to update the cache on my DNS server. There is no way to
> refresh this information, I have to clear the cache? There are some
> entries
> that are fine, just a few that have dynamic addresses.
>
> "Lognoul, Marc [Private]" wrote:
>
>> As far as I know you cannot pre-fetch the DNS cache. What you can do
>> instead
>> is:
>> schedule a script/batch on your dns server(s) to clear their cache and
>> reload it. It would look like:
>> dnscmd /clearcache
>> nslookup mydynname1
>> nslookup mydynname2
>> ....
>>
>> Do not forget that clients also cache names (positively and maybe
>> negatively) so take care of clearing and relaoding client cach too.
>>
>> Hope it s.
>>
>> KR
>> Marc
>>
>> Btw, I didn't get it as far as scavenging is concerned.
>>
>> "Dee Freeland" <DeeFreeland@discussions.microsoft.com> wrote in message
>> news:0F5E8C43-7AB0-4194-B59D-562E119E7026@microsoft.com...
>> >I have serveral site that my web pages use that use dynamic IPs,
>> > unfortunately, the cached lookups don't appear to be updating with the
>> > new
>> > IPs and I am having to delete these addresses every few days. I assumed
>> > that
>> > the scavenger setting would clear out this information and it would
>> > refresh
>> > itself. How do I get the Cached Lookups to refresh on a regular basis?
>> >
>> > thanks for your .

>>
>>


  Réponse avec citation
Vieux 31/01/2008, 18h25   #5
Dee Freeland
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cached Lookup

Thanks for the response.

"Lognoul, Marc [Private]" wrote:

> I am not aware of any method that could you doing this unless you can
> control the the records (A or CNAME) and then change their TTL.
> I don't think playing arounf with the DNS server cache file would be either
> supported or efficient.
>
> --
> KR/Amicalement/MVG,
> Marc
>
>
>
> "Dee Freeland" <DeeFreeland@discussions.microsoft.com> wrote in message
> news:47E33F2D-1AC4-4A53-A7CC-A4EAC33FF7F8@microsoft.com...
> > Marc:
> >
> > I am looking to update the cache on my DNS server. There is no way to
> > refresh this information, I have to clear the cache? There are some
> > entries
> > that are fine, just a few that have dynamic addresses.
> >
> > "Lognoul, Marc [Private]" wrote:
> >
> >> As far as I know you cannot pre-fetch the DNS cache. What you can do
> >> instead
> >> is:
> >> schedule a script/batch on your dns server(s) to clear their cache and
> >> reload it. It would look like:
> >> dnscmd /clearcache
> >> nslookup mydynname1
> >> nslookup mydynname2
> >> ....
> >>
> >> Do not forget that clients also cache names (positively and maybe
> >> negatively) so take care of clearing and relaoding client cach too.
> >>
> >> Hope it s.
> >>
> >> KR
> >> Marc
> >>
> >> Btw, I didn't get it as far as scavenging is concerned.
> >>
> >> "Dee Freeland" <DeeFreeland@discussions.microsoft.com> wrote in message
> >> news:0F5E8C43-7AB0-4194-B59D-562E119E7026@microsoft.com...
> >> >I have serveral site that my web pages use that use dynamic IPs,
> >> > unfortunately, the cached lookups don't appear to be updating with the
> >> > new
> >> > IPs and I am having to delete these addresses every few days. I assumed
> >> > that
> >> > the scavenger setting would clear out this information and it would
> >> > refresh
> >> > itself. How do I get the Cached Lookups to refresh on a regular basis?
> >> >
> >> > thanks for your .
> >>
> >>

>

  Réponse avec citation
Vieux 31/01/2008, 22h12   #6
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cached Lookup

Read inline please.

In news:0F5E8C43-7AB0-4194-B59D-562E119E7026@microsoft.com,
Dee Freeland <DeeFreeland@discussions.microsoft.com> typed:
> I have serveral site that my web pages use that use dynamic IPs,
> unfortunately, the cached lookups don't appear to be updating with
> the new IPs and I am having to delete these addresses every few days.
> I assumed that the scavenger setting would clear out this information
> and it would refresh itself. How do I get the Cached Lookups to
> refresh on a regular basis?
>
> thanks for your .


If the Web site is on a hosting provider using dynamic IPs, and the cached
records are the problem, you need to contact the hosting provider about
reducing the TTL for the records. Records are only held in cache until the
remaining Ttl has expired. Most hosting providers using dynamic IPs on web
sites, will have a ttl that is low enough that the site could only be down a
few seconds. I've seen web host that use TTl of 15 to 20 seconds, this would
be the longest period the records could be cached.

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s

===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 17h13.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14644 seconds with 14 queries