Results 1 to 4 of 4

Thread: DHCP / DNS / scavenging

  1. #1
    Chris Guest

    DHCP / DNS / scavenging

    Hello,

    I tried to understand how they work together...

    On my DHCP server, I leave the default properties for the DHCP lease
    duration (8 days). On my DNS server, I leave the default properties
    for the zone Aging/Scavenging (no-refresh-interval and refresh
    interval to 7 days).

    If a computer "A" receive an IP on the 23/12/08 and this computer is
    powered-off for 2 weeks, then another computer can receive the same IP
    after 8 days. It means, I will have two computer's name pointing to
    the same IP after 8 days? After 15 days the scavenging operation will
    delete the DNS entry for computer "A"

    Does it work this way ?

    Thank you.

    Chris




  2. #2
    Meinolf Weber [MVP-DS] Guest

    Re: DHCP / DNS / scavenging

    Hello Chris,

    See here:
    http://support.microsoft.com/kb/932464

    Also you can use this way:
    http://technet.microsoft.com/en-us/l.../cc787034.aspx

    Best regards

    Meinolf Weber
    Disclaimer: This posting is provided "AS IS" with no warranties, and confers
    no rights.
    ** Please do NOT email, only reply to Newsgroups
    ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


    > Hello,
    >
    > I tried to understand how they work together...
    >
    > On my DHCP server, I leave the default properties for the DHCP lease
    > duration (8 days). On my DNS server, I leave the default properties
    > for the zone Aging/Scavenging (no-refresh-interval and refresh
    > interval to 7 days).
    >
    > If a computer "A" receive an IP on the 23/12/08 and this computer is
    > powered-off for 2 weeks, then another computer can receive the same IP
    > after 8 days. It means, I will have two computer's name pointing to
    > the same IP after 8 days? After 15 days the scavenging operation will
    > delete the DNS entry for computer "A"
    >
    > Does it work this way ?
    >
    > Thank you.
    >
    > Chris
    >




  3. #3
    Jaco Niemand Guest

    Re: DHCP / DNS / scavenging

    DHCP should delete the record in DNS of Computer A before the DHCP server
    will issue that same IP to Computer B.

    "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in message
    news:ff16fb66121638cb3e6b631eeb3e@msnews.microsoft.com...
    > Hello Chris,
    >
    > See here:
    > http://support.microsoft.com/kb/932464
    >
    > Also you can use this way:
    > http://technet.microsoft.com/en-us/l.../cc787034.aspx
    >
    > Best regards
    >
    > Meinolf Weber
    > Disclaimer: This posting is provided "AS IS" with no warranties, and
    > confers no rights.
    > ** Please do NOT email, only reply to Newsgroups
    > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
    >
    >> Hello,
    >>
    >> I tried to understand how they work together...
    >>
    >> On my DHCP server, I leave the default properties for the DHCP lease
    >> duration (8 days). On my DNS server, I leave the default properties
    >> for the zone Aging/Scavenging (no-refresh-interval and refresh
    >> interval to 7 days).
    >>
    >> If a computer "A" receive an IP on the 23/12/08 and this computer is
    >> powered-off for 2 weeks, then another computer can receive the same IP
    >> after 8 days. It means, I will have two computer's name pointing to
    >> the same IP after 8 days? After 15 days the scavenging operation will
    >> delete the DNS entry for computer "A"
    >>
    >> Does it work this way ?
    >>
    >> Thank you.
    >>
    >> Chris
    >>

    >
    >


  4. #4
    Chris Guest

    Re: DHCP / DNS / scavenging

    On Jan 7, 10:59 pm, "Jaco Niemand" <Jaco.Niem...@Hotmail.com> wrote:
    > DHCP should delete the record in DNS of Computer A before the DHCP server
    > will issue that same IP to Computer B.
    >
    > "Meinolf Weber [MVP-DS]" <meiweb(nospam)@gmx.de> wrote in messagenews:ff16fb66121638cb3e6b631eeb3e@msnews.microsoft.com...
    >
    > > Hello Chris,

    >
    > > See here:
    > >http://support.microsoft.com/kb/932464

    >
    > > Also you can use this way:
    > >http://technet.microsoft.com/en-us/l.../cc787034.aspx

    >
    > > Best regards

    >
    > > Meinolf Weber
    > > Disclaimer: This posting is provided "AS IS" with no warranties, and
    > > confers no rights.
    > > ** Please do NOT email, only reply to Newsgroups
    > > ** HELP us help YOU!!!http://www.blakjak.demon.co.uk/mul_crss.htm

    >
    > >> Hello,

    >
    > >> I tried to understand how they work together...

    >
    > >> On my DHCP server, I leave the default properties for the DHCP lease
    > >> duration (8 days). On my DNS server, I leave the default properties
    > >> for the zone Aging/Scavenging (no-refresh-interval and refresh
    > >> interval to 7 days).

    >
    > >> If a computer "A" receive an IP on the 23/12/08 and this computer is
    > >> powered-off for 2 weeks, then another computer can receive the same IP
    > >> after 8 days. It means, I will have two computer's name pointing to
    > >> the same IP after 8 days? After 15 days the scavenging operation will
    > >> delete the DNS entry for computer "A"

    >
    > >> Does it work this way ?

    >
    > >> Thank you.

    >
    > >> Chris


    I read the documentation (again) but I still have a few questions :

    1 - If I manually delete a client IP address on the DHCP server, does
    the DNS entry should be deleted ? I tried but the DHCP server doesn't
    seem to update the DNS record, only an ipconfig /release seems to do
    the job.

    2 - In the DNS configuration : there is two options for DNS dynamic
    update : "dynamically update DNS A and PTR records only if requested
    by the DHCP client" and "always dynamically update DNS A and PTR
    records". What makes/makes not a client request a DNS update ?

    3 - I have several WAN sites, with CISCO 800 routers. For each remote
    site there is 5 to 10 workstations. The CISCO act as a DHCP server and
    deliver the IP address for the workstations. All the IP address are
    registered on our "LAN" DNS server. Can I configure the DHCP server
    to update the DNS entries in the same manner as a Windows DHCP
    server ?

    Thank you for your help.

    Chris



Similar Threads

  1. Windows 2003 DHCP / Dynamic DNS / Scavenging help
    By John Smith in forum Windows Server Help
    Replies: 10
    Last Post: 26-02-2010, 10:28 AM
  2. Replies: 1
    Last Post: 14-04-2009, 12:28 AM
  3. What aging/scavenging do?
    By William Stokes in forum Windows Server Help
    Replies: 2
    Last Post: 24-02-2009, 09:32 PM
  4. Scavenging or something else to cleanup duplicate DNS entries?
    By User Name in forum Windows Server Help
    Replies: 4
    Last Post: 06-10-2008, 07:36 PM
  5. DHCP on SBS 2003 - BAD_ADDRESS in DHCP lease list
    By haritable in forum Small Business Server
    Replies: 2
    Last Post: 26-02-2008, 11:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,136,938.86609 seconds with 16 queries