What does this mean? It popped up on my computer: 192.168.2.2 in use by d8:a2:5e:41:aa:6e, DHCP Server 192.168.2.1

link|improve this question
feedback

closed as off topic by Jason Berg, Shane Madden, SvenW, Iain, Sam Sep 21 '11 at 11:15

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

Your IP address is 192.168.2.2, but that is also in use by another computer with the MAC address d8:a2:5e:41:aa:6e. Your DHCP server, which is 192.168.2.1, needs to be reconfigured because it is either handing out an IP address that is set manually on another device or it exists with another DHCP server and has the same scope as the other one.

link|improve this answer
It's not necessarily a misconfigured DHCP server. If there are devices on the network using manually-configured IP's, that would also cause a conflict. In that case the solution is usually to just use DHCP for everything. – John L Sep 20 '11 at 17:59
1  
Or, depending on the environment, find the offending device that was configured to conflict and terminate it with extreme prejudice. – Jed Daniels Sep 20 '11 at 19:34
feedback

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