Bug #749
closedDhcpd range value not used?
Description
I set a smart proxy to manage my dhcpd
but when it tries to find an ip for my hosts,
the IPs aren't in the range I selected for my dhcpd
they always begin at xxx.xxx.xxx.2 and are incremented by one
I tried to set the range value thoses ways :
xxx.xxx.xxx.20-xxx.xxx.xxx.50
xxx.xxx.xxx.20 xxx.xxx.xxx.50
xxx.xxx.xxx.20;xxx.xxx.xxx.50
xxx.xxx.xxx.20,xxx.xxx.xxx.50
20-50
but it hasn't change anything
Updated by D. Johnson over 13 years ago
Few small items:
Smart-proxy knows how to read the range from dhcpd.conf, but does not convey that information back up to foreman.
Foreman might allocate new host IP values within the range above, ordered by last-reporting date. (This way, allocated hosts that do not respond to pings would still be at the end of the queue, and hosts that respond are not in the available pool at all)
Unmanaged hosts that are ping-able should not come up as a default-IP. (Avoid clobbering with printers, routers, etc..)
Updated by Ohad Levy almost 13 years ago
- Status changed from New to Closed
Applied in changeset commit:"440a88a9322e8c9f601c81ecc4993b82e1f1d8b3".