Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
pfSense Plus
All Projects
pfSense
»
pfSense Plus
Overview
Activity
Roadmap
Issues
Download (594 Bytes)
Bug #16304
» dhcpd.conf
Sayed Mohammad Badiezadegan, 07/29/2025 11:33 PM
option
domain
-
name
"home.arpa"
;
option
ldap
-
server
code
95
=
text
;
option
domain
-
search
-
list
code
119
=
text
;
option
arch
code
93
=
unsigned
integer
16
;
# RFC4578
default
-
lease
-
time
7200
;
max
-
lease
-
time
86400
;
log
-
facility
local7
;
one
-
lease
-
per
-
client
true
;
deny
duplicates
;
update
-
conflict
-
detection
false
;
authoritative
;
class
"s_lan"
{
match
pick
-
first
-
value
(
option
dhcp
-
client
-
identifier
,
hardware
);
}
subnet
192
.
168
.
1
.
0
netmask
255
.
255
.
255
.
0
{
pool
{
range
192
.
168
.
1
.
100
192
.
168
.
1
.
199
;
}
option
routers
192
.
168
.
1
.
1
;
option
domain
-
name
-
servers
192
.
168
.
1
.
1
;
ping
-
check
true
;
}
« Previous
1
2
Next »
(2-2/2)
Loading...