I wrote:
>BUT... I have discovered that the Internet security device on the network
>is also running a DHCP server. My guess is that it is interfering with
>the process, possibly responding with an offer for the old address before
>the PC sends DHCPREQUEST. A classic race condition.
>
>I don't man
In my setup (migrated from Centos 6 to Centos 7 without problems), at the end of
/etc/dhcp/dhcpd.conf there is line:
include "/etc/dhcp/dhcpd.static";
and I keep static addressiing in /etc/dhcp/dhcpd.static...
AFAIK, dhcpd uses the last line referencing the static address, so adding a new
reco
On 2025-06-16 10:53 PM, Dave Close wrote:
I'm still trying to get away from Centos 6 but I have to get some
other things working first so the business keeps running. Now I'm
trying to get a new IP address for a Windows 10 PC. No matter what
I do, it continues to get the same old address.
The C6