Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Clients on our network recently started receiving this error when attemping to acquire an IP Address from our DHCP Server:

"the name specified in the network control block (ncb) is in use on a remote adapter"

The DHCP Server is a Windows Server 2008 R2 machine, most of the client are Win 7.

Can't find much on that error, anyone have an idea what could cause it?

share|improve this question
This issue happen to us after migrating from 2k3 to a 2k8 DHCP server due to a stale dns ptr record with the old DHCP server. Make sure your DNS is clean after a migration! – user71739 Feb 22 '11 at 17:53

closed as not constructive by Chris S Nov 29 '12 at 14:08

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

Two things to check

  • Do you have conflict resolution turned on for the DHCP server?
  • Is the DHCP server registered in AD
share|improve this answer

Try reconciling dhcp server (right click scope node, snd click "Reconcile"). Finish wizard, and try renewing ip on the computer having the issue.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.