Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Installing DHCP3 Server

Writer Matthew Barrera

I am having trouble installing dhcp3-server on Kali Linux 2.0. I keep getting the following error Depends: isc-dhcp-common (= 4.2.2.dfsg.1-5+deb70u6) but 4.3.1-6 is to be installed

Does anyone know how to fix this? My Google-fu has turned up no results that can actually help me. Thanks!

1 Answer

Run this, it just took me a lot of time sorting this out:

apt-get purge isc-dhcp-common && apt-get install isc-dhcp-common && apt-get install isc-dhcp-server

Then you might need to reset the network monitor:

service network-manager restart

And you're on Kali 2.0 so a special fix is needed that not many know about. Check the file /etc/networkmanager/networkmanager.conf and be sure this section is correct:

[ifupdown]
Managed=true

If it's set to false, it wont work.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy