• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DHCP server keeps using up all IP's in scope - Need help

milagro

Golden Member
I have a server on my LAN designated to use 192.168.0.4. For the other pcs on the LAN I have a scope of 192.168.0.5-10. There are currently only two clients on the network. They are configured to use DHCP and are usually found using 192.168.0.6 and 192.168.0.7. Occasionally, I'll lose my connectivity on one of the clients (probably because the lease expired). When I go examine the DHCP server, I find that the server is using all of the IP's in the scope simultaneously, preventing the clients from getting a connection.

What causes this and does anyone have a solution?

thx
 
that is bizzare. turn off dhcp client on that server, and your problem should go away. (dhclient in unix)
 
Thanks for the reply. I'm glad i'm not the only one who finds it bizarre...surprised no one else has experienced it..been digging around on google for awhile and can't find anything..

To my knowledge, the server isn't running dhcp client as I have manually defined its ip/network parameters. Everything is behind a netgear mr814 router which apparently needs the firmware updated...maybe its related to that. Normally the router can server ip but in this case its just a gateway and i set up the server as dhcp server. I'll check it all out again when I get home..
 
Man I still have this problem. To troubleshoot, I changed the lease time to one minute. The server uses up all the ip's remaining in the scope as soon as I delete the client leases...

what's going on?

Also, the icon for the leases being used for the server looks slightly different...the "real" clients just have pc icons but the server icons look like a phone with a pc/arrow...

any help appreciated..
 
I have a netgear mr814 configured with latest firmware identifying my w2k server as the dhcp server (192.168.0.4). The ip settings for the dhcp server were mannually entered (not using DHCP). The dhcp server is also running active directory, dns, etc for two clients, one of which is wireless. The router is identified as both the gateway and a dhcp relay agent. The available scope is 192.168.0.5-10. The router is 192.168.0.1.

One client is using w2k and the other xp. I have been using this network for testing.
 
So the DHCP server is also the beast that is consuming all available IP's? Man, that is too strange. I have no clue, have you tried knowledge base for 2k server?
 
i've tried looking but its kind of a difficult topic to search for...One thing i noticed was I was fooling around with DNS settings a long time ago and noticed I had setup a reverse lookup zone. Since its not really necessary in this case, I deleted it and so far so good...but its hard to say if changes I make do the trick initially as it can take a couple days for the problem to show up again...even if I set lease periods to a couple minutes.. Next time it happens I'll try to post a screen shot if possible..
 
Here's another thought, I was forwarding ports on my router for a website and ftp...perhaps its related to that. I don't need the services now so I've closed the ports and will see how that works..
 
You know it is possible that your dhcp server is reserving some IP's for Routing and Romote access service.
Are you using VPN ?? if not try disabling the service than it should take care of your problems. RRAS reserve the first 10 available IP address for VPN or for dial up when setup(the phone icons). Let us know if that fix your problem.
 
Originally posted by: azev
You know it is possible that your dhcp server is reserving some IP's for Routing and Romote access service.
Are you using VPN ?? if not try disabling the service than it should take care of your problems. RRAS reserve the first 10 available IP address for VPN or for dial up when setup(the phone icons). Let us know if that fix your problem.

That's right...had forgotten about that...well I had to activate RRAS for the relay agent..so that may be it. So if thats the case, I should be able to expand the scope but only have up to 10 consumed w/ the server IP correct?..
 
well just add more IP address to your scope. Use more 10+whatever the number of computer you're going to use. Try to delete the scope and create new one, do not just add more ip's to an existing scope.
That should do it.

Good luck.
 
It sounds like you prob have Network Load Balancing enabled on one or more servers. That would cause them to hog up EVERY avail DHCP IP. It uses the IP's to create virtual MAC/NetworkCards.
 
I'll second that on the VPN situation.

It takes up 10 IPs on my W2k server as well, and as soon as I saw that your range was 10 and the server was taking them all that's the first thing that popped to mind.
 
Back
Top