Answered Dhcp server gives ips to some machines

  • Saturday, August 18, 2012 3:17 AM
     
     
    I have a Windows 2003 dhcp server that has a super scope with two scopes in it they are 192.168.199.x and 192.168.200.x. The 200 subnet is full so the server has started giving out IPS in the 199 subnet.  Most of my machines will take a IP in the 199 subnet but I have some machines that I'll not pickup an IP in that range. I can assign them a 199 address statically and they work fine but they won't pickup a address in the 199 range dynamically.  However if a 200 subnet IP becomes available they will pick up one of those.  Does anyone have an idea on what is causing this?

All Replies

  • Monday, August 20, 2012 9:01 AM
    Moderator
     
     Answered

    Hi,

    Thank you for the post.

    Most of my machines will take a IP in the 199 subnet but I have some machines that I'll not pickup an IP in that range.
    Please verify these machine connected switch/router could transfer DHCP broadcast to your DHCP server (relay agent to both DHCP server 199.x and 200.x ip address). You could use netmon to capture the DHCP packet on your client.

    http://technet.microsoft.com/en-us/library/cc757614(WS.10).aspx

    If there are more inquiries on this issue, please feel free to let us know.

    Regards


    Rick Tan

    TechNet Community Support

    • Proposed As Answer by Ace Fekay [MCT]MVP Monday, August 20, 2012 4:26 PM
    • Marked As Answer by Mgreen4117 Tuesday, August 21, 2012 2:32 AM
    •  
  • Tuesday, August 21, 2012 2:32 AM
     
     
    Your right I ended up needing to setup a relay on my router. All works now. Thanks for the info.