Re: MVP for a DHCP server (was Re: ISC's EoL dhcp suite, including dhcpd)

Roy Marples <[email protected]> Mon, 14 Jul 2025 19:02:15 +0100
Newsgroups gmane.os.netbsd.devel.network
Message-ID <[email protected]>
 ---- On Mon, 14 Jul 2025 18:49:50 +0100  Martin Husemann <[email protected]> wrote --- 
 > On Mon, Jul 14, 2025 at 05:45:10PM +0100, Roy Marples wrote:
 > > in dhcpcd.conf
 > > 
 > > interface bge0
 > >    inform 192.168.1.12/24
 > 
 > Now you lost me - this is a dhcpcd client configuration, but we were talking
 > about fixed IPs for clients (which may not be running dhcpcd, and in my
 > case often are runing something I totally do not have controll over and
 > lack all reasonable configuration options).
 
Sorry, INFORM is a DHCP client function to inform the server of the static address and to get all other parameters.

Roy