specified name in the DNS. If value is also specified, there must not be an RR in the
DNS that is attached to the specified name with the specified value.
Parameter Statements
Parameter statements control how the DHCP server behaves—how long leases should
be, whether to respond to a client’s request, and so on. These statements can appear
in any scope, as well as within conditional statements within a scope, and they
affect the response to any client for which that scope is valid.
The allow, deny, and ignore Statements
The allow, deny and ignore statements are parameters you can use to control the
server’s behavior. These statements should not be confused with
allow and deny pool
permits; although both begin with
allow or deny, they have distinct meanings and
different syntax. Whereas permits are evaluated during address allocation,
allow and
deny statements are evaluated after the address is allocated, so they cannot affect the
address allocation process. The
ignore statement is exactly equivalent to the deny
statement, except that it specifies that the DHCP server should not log the fact that
it didn’t respond.
The
bootp Flag
[ allow | deny | ignore ] bootp;
The bootp flag tells the server whether to respond to BOOTP requests. Responses to
BOOTP requests are allowed by default. The
allow bootp and deny bootp statements
should only be used to specify how the DHCP server responds to BOOTP clients with
fixed-address allocations; to control dynamic BOOTP allocation, you should use pool
permits.
The
booting Flag
[ allow | deny | ignore ] booting;
The booting flag tells the server whether to respond to queries from a particular
client. By default, booting is allowed, but if it is disabled for a particular client, the
server never responds to that client.
The
duplicates Flag
[ allow | deny | ignore ] duplicates;
The duplicates flag tells the server whether to assign a DHCP client with a particu-
lar client identifier a lease if a client with the same link-layer address has already
obtained a lease by using a different client identifier. Duplicate client identifiers for
the same link-layer address are allowed by default.
APPENDIX B ISC DHCP Server Configuration File Reference486
032 3273 App B 10/3/02 5:04 PM Page 486