PDA

View Full Version : dhcpd3:: command not found



fantastic111990
2013-08-04, 18:01
i want to do evit twin attack but every time i get this :
(( dhcpd3 -cf /etc/dhcp3/dhcpd.conf -pf /var/run/dhcp3-server/dhcpd.pid at0
bash: dhcpd3: command not found ))
i am install dhcp3:
(( apt-get install dhcp3-server -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'isc-dhcp-server' instead of 'dhcp3-server'
isc-dhcp-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded.))

x-jet
2013-11-01, 13:35
Have you gotten an answer to your problem? I'm having the same issue

zimmaro
2013-11-01, 16:46
Have you gotten an answer to your problem? I'm having the same issue
i think
backtrack 5 used dhcp3-server
kali-linux used isc-dhcp-server

root@kali:~# apt-get install isc-dhcp-server
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
isc-dhcp-server è giÃ* alla versione più recente.
0 aggiornati, 0 installati, 0 da rimuovere e 6 non aggiornati.

root@kali:~# /etc/init.d/isc-dhcp-server status
Status of ISC DHCP server: dhcpd is not running.

root@kali:~# dhcpd -h
Internet Systems Consortium DHCP Server 4.2.2
Copyright 2004-2011 Internet Systems Consortium.
All rights reserved.
Usage: dhcpd [-p <UDP port #>] [-f] [-d] [-q] [-t|-T]
[-4|-6] [-cf config-file] [-lf lease-file]
[-tf trace-output-file]
[-play trace-input-file]
[-pf pid-file] [--no-pid] [-s server]
[if0 [...ifN]]
root@kali:~#

maverik35
2013-11-02, 16:31
Exactly zimmaro, in debian is: isc-dhcp-server.

Kali is a debian distro, Ubuntu is a debian-based distro. BT5 is a Ubuntu distro. Not the same thing.

As always zimmaro, very clear my friend.