mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-29 05:17:57 +00:00
foo
This commit is contained in:
parent
049d2e07ca
commit
eb58f47fc7
@ -148,9 +148,9 @@ dhcpd(8) dhcpd(8)
|
|||||||
or database files in a non-production environment.
|
or database files in a non-production environment.
|
||||||
|
|
||||||
CCOONNFFIIGGUURRAATTIIOONN
|
CCOONNFFIIGGUURRAATTIIOONN
|
||||||
The syntax of the dhcpd.conf(8) file is discussed seper-
|
The syntax of the dhcpd.conf(5) file is discussed seper-
|
||||||
ately. This section should be used as an overview of the
|
ately. This section should be used as an overview of the
|
||||||
configuration process, and the dhcpd.conf(8) documentation
|
configuration process, and the dhcpd.conf(5) documentation
|
||||||
should be consulted for detailed reference information.
|
should be consulted for detailed reference information.
|
||||||
|
|
||||||
|
|
||||||
@ -286,7 +286,8 @@ dhcpd(8) dhcpd(8)
|
|||||||
ent domain and use a different name server might be
|
ent domain and use a different name server might be
|
||||||
declared as follows:
|
declared as follows:
|
||||||
|
|
||||||
host haagen hardware ethernet 08:00:2b:4c:59:23 {
|
host haagen {
|
||||||
|
hardware ethernet 08:00:2b:4c:59:23;
|
||||||
fixed-address 239.252.197.9;
|
fixed-address 239.252.197.9;
|
||||||
filename "/tftpboot/haagen.boot";
|
filename "/tftpboot/haagen.boot";
|
||||||
option domain-name-servers 192.5.5.1;
|
option domain-name-servers 192.5.5.1;
|
||||||
@ -324,7 +325,6 @@ AAUUTTHHOORR
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
5
|
5
|
||||||
|
|
||||||
|
|
||||||
|
@ -493,9 +493,9 @@ RREEFFEERREENNCCEE:: AALLLLOOWW aanndd DDEENNYY
|
|||||||
aallllooww bboooottpp;;
|
aallllooww bboooottpp;;
|
||||||
ddeennyy bboooottpp;;
|
ddeennyy bboooottpp;;
|
||||||
|
|
||||||
The uunnkknnoowwnn--cclliieennttss flag is used to tell dhcpd whether or
|
The bboooottpp flag is used to tell dhcpd whether or not to
|
||||||
not to respond to bootp queries. Bootp queries are
|
respond to bootp queries. Bootp queries are aalllloowwed by
|
||||||
aalllloowwed by default.
|
default.
|
||||||
|
|
||||||
TThhee _b_o_o_t_i_n_g kkeeyywwoorrdd
|
TThhee _b_o_o_t_i_n_g kkeeyywwoorrdd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user