4

I have a Windows Server 2008 R2 SP1 Domain Controller. I have the roles AD, DHCP, and DNS installed on this server. I noticed today that there was a warning sign on my IPv4 setting, but not on my IPv6 settings. Can someone please tell me what this means, and also what would be the correct way to fix it

DHCP

nate
  • 407
  • 5
  • 7
  • 17

1 Answers1

7

Here is the Technet DHCP Console Icon Reference Guide.

That icon means:

DHCP server warning. Available addresses for server scopes are 90 percent or more leased and in use. This means that the server is nearly depleted of available addresses to lease to clients.

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
  • What would be the correct way to fix this? – nate Mar 19 '14 at 16:18
  • 1
    Expand your scope or reduce the lease duration so that unused ip addresses that have been allocated can be used by new clients. – joeqwerty Mar 19 '14 at 16:21
  • @nate Depends. You basically have two options - make more addresses available, (by expanding the scope), or reducing the number of used addresses (by moving existing clients to another subnet). – HopelessN00b Mar 19 '14 at 16:21