From: Ted Lemon Date: Fri, 5 Feb 1999 20:27:18 +0000 (+0000) Subject: Document use-lease-addr-for-default-route. X-Git-Tag: V2-BETA-1-PATCH-10~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b8b8bfe6e61b698ce25c0d0cbb377f3660b1567;p=thirdparty%2Fdhcp.git Document use-lease-addr-for-default-route. --- diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5 index f6bfc92e8..c5669d925 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -663,6 +663,27 @@ An \fIoption host-name\fR statement within a host declaration will override the use of the name in the host declaration. .PP .B The +.I use-lease-addr-for-default-route +.B statement +.PP + \fBuse-lease-addr-for-default-route\fR \fIflag\fR\fB;\fR +.PP +If the \fIuse-lease-addr-for-default-route\fR parameter is true in a +given scope, then instead of sending the value specified in the +routers option (or sending no value at all), the IP address of the +lease being assigned is sent to the client. This supposedly causes +Win95 machines to ARP for all IP addresses, which can be helpful if +your router is configured for proxy ARP. +.PP +If use-lease-addr-for-default-route is enabled and an option routers +statement are both in scope, the routers option will be preferred. +The rationale for this is that in situations where you want to use +this feature, you probably want it enabled for a whole bunch of +Windows 95 machines, and you want to override it for a few other +machines. Unfortunately, if the opposite happens to be true for you +site, you are probably better off not trying to use this flag. +.PP +.B The .I server-identifier .B statement .PP