Subject: Re: Solved -- Re: ISC dhcpd fails to work for LIBSA DHCP request
To: None <current-users@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: current-users
Date: 09/06/2006 21:39:53
On Wed, 06 Sep 2006, Toru Nishimura wrote:
> Masanari Tsubai told me that the solution is to add next-server field in
> /etc/dhcpd.conf.  It's proven OK for newer ISC DHCP while it'd be called
> a near-bug to leave BOOTP "server IP address" field 0.0.0.0 for non
> next-server case, I think.

You can use

	next-server = option dhcp-server-identifier;

to make it automatically use the server's own IP address,
so you don't have to hard code it.

--apb (Alan Barrett)