Questions tagged [dhcpd]

dhcpd is the service that provides IP address(among other configuration details) to clients. The acronym stands for Dynamic Host Control Protocol Daemon)

The dhcpd service acts as a DHCP server for clients.

Clients may solicit an IP address (IP) from a DHCP server when they need one. The DHCP server then offers the "lease" of an IP address to the client, which the client is free to request or ignore. If the client requests it and the server acknowledges it, then the client is permitted to use that IP address for the "lease time" specified by the server. At some point before the lease expires, the client must re-request the same IP address if it wishes to continue to use it.

Source

73 questions
6
votes
5 answers

DHCP-server doesn't start at boot because of wrong startup order

Apparently the isc-dhcp-server is started too early in the boot sequence, it states that it has nothing to do. If I just log directly in as root and start it using the init.d-script, it starts normally. My setup is basically an utterly standard…
stolsvik
  • 385
5
votes
2 answers

How to install dhcpd3?

As I recall, there used to be this DHCP server called dhcpd3 However, under ubuntu, I am not entirely sure where to obtain or how to install it. The following command doesn't seem to locate the package. apt-get install dhcpd3 Reading package…
Antony
  • 358
3
votes
3 answers

isc_dhcp_server start error : `dhcpd: Can't create PID file /run/dhcp-server/dhcpd.pid: Permission denied.`

dhcpd: Can't create PID file /run/dhcp-server/dhcpd.pid: Permission denied. in /var/log/syslog when starting isc_dhcp_server service isc-dhcp-server start on Ubuntu 15.10 bug report here version of package is 4.3.1-5ubuntu3 Process command is dhcpd…
Philippe Gachoud
  • 5,900
  • 3
  • 43
  • 50
3
votes
3 answers

"Can't open /var/lib/dhcp/dhcpd6.leases for append." during start of ISC DHCP IPv6 Server

Trying to enable the ISC DHCP server for just IPv6 on Ubuntu 12.04 LTS. I have downloaded and installed the DHCP server via the following command: $ sudo apt-get install isc-dhcp-server Then I have followed the instructions in the following…
MrDaniel
  • 131
0
votes
1 answer

Boot failure dhcp service

Good evening everyone. My dhcp server stopped working. I pulled the status and features Failure. If anyone can help me. Follows AppendixA error image Script of service isc-dhcp-server status root@jhn01:~# service isc-dhcp-server…
Felipe Valim
  • 63
  • 3
  • 13
0
votes
1 answer

Can DHCP server launch external application after it leases address to new network device?

I want to launch an app each time new device appears on network. Do options like that exist in dhcp servers? Or what are the possible hacks to do it anyways?
0
votes
1 answer

Deleting expired IP-Addresses

I am testing Ubuntu 12.10 DHCP server, it's working fine, but I need to delete all IP-Addresses which have been give from the DHCP-pool, as I would like to start fresh before I clone the server to another HD. Any suggestions? Many thanks Madona33
0
votes
1 answer

DHCP Server (v4_4_2) from sources fails to start

When build DHCP from sources and trying to run the DHCP server, failing with ERROR. Any ideas what could the issue, something related how build from sources or something else is missing? No issues if install the DHCP Server from package(sudo apt-get…
0
votes
1 answer

How to tell a subnet number is valid or not in dhcpd.conf?

I got a warming message with "subnet 192.168.10.1 netmask 255.255.255.0: bad subnet number/mask combination" in dhcpd.conf after I tried to configure the dhcp server. I found if I change the subnet id, 192.168.10.1, to 192.168.10.0. Is there a…
0
votes
1 answer

ISC DHCPD multiple subnets but want only one subnet to do ddns updates to a windows server dns

I have a Ubuntu server providing dhcpd services to multiple subnets without any problems. One of the subnets has a Windows 2008 AD. We want to have the ISC DHCPD server on the Ubuntu server to provide dhcp and update the windows 2008 AD DNS. The…
-2
votes
1 answer

isc-dhcp-server can't start

i installed dhcp3-server , now i want to start its service and it said : [FAIL] Starting ISC DHCP server: dhcpd[....] check syslog for diagnostics. ... failed! failed! i check ps aux | grep dhcp shows : root 6178 0.0 0.0 9956 3708 ? …
Bahram
  • 73
  • 1
  • 11