]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document use-lease-addr-for-default-route.
authorTed Lemon <source@isc.org>
Fri, 5 Feb 1999 20:27:18 +0000 (20:27 +0000)
committerTed Lemon <source@isc.org>
Fri, 5 Feb 1999 20:27:18 +0000 (20:27 +0000)
server/dhcpd.conf.5

index f6bfc92e8f988245c609ec0331e57bb58352cc3e..c5669d9258fbc0d2f5ae80eed83d27288d9ca5d3 100644 (file)
@@ -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