Questions tagged [dhcpd]
81 questions
0
votes
1 answer
What is the difference between a 'host' entry and a 'lease' entry in dhcpd.leases?
In the managed file dhcpd.leases, our lifecycle management application adds a host h1.example.com { ... } entry when building a virtual-machine from the application. However, already built machines that were migrated into the application and…

deaugur
- 3
- 1
0
votes
0 answers
No free leases error with a Static CentOS SolusVM KVM slave
I have a KVM SolusVM VPS slave with CentOS 7 that posts this message every couple seconds:
dhcpd: DHCPDISCOVER from 00:25:90:cd:xx:xx via viifbr0: network 0.0.0.0/0: no free leases
I use a static IP on the server and for each VPS SolusVM makes on…

Charles Y.
- 1
- 1
0
votes
1 answer
dhcpd unexpectedly destributes a useless route for another subnet as a default gateway
Our dhcpd.conf defines two subnets such like,
subnet 192.168.0.0 netmask 255.255.255.0 {
option routers 192.168.0.1; # internet gateway
}
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.10; # internal network gateway
}
But…

jumeno
- 25
- 6
0
votes
1 answer
DHCPd IP dispatch
For my tests, the following was done with 2 virtual machines. The server is under CentOS7 and the client under Windows 10 (MAC : 08:00:27:bd:3d:ab).
After every modification on the server side, I perform a release/renew on the client to check if it…

DSX
- 385
- 1
- 4
- 18
-1
votes
2 answers
OpenBSD ISC-DHCP IPv6 not working?
How to enable dhcp for ipv6 in OpenBSD 5.5. Default dhcpd don't know about IPv6, it says that option -6 is incorrect and do not understand ipv6 config. But it has version 4.X that IPv6 must be enabled by default.
Does anybody know how to solve that…

josefus
- 11
- 5
-1
votes
1 answer
Enterprise DHCP server solution?
I have a network of about 1000 assorted devices, all of witch are running by static IP addressing. Given the size of the network and the lapse of technical advice, the addressing scheme is in chaos and there are about 14 class C subnets.
I would…

Wyatt
- 1
- 2