DHCPLEASED.CONF(5) | File Formats Manual | DHCPLEASED.CONF(5) |
dhcpleased.conf
—
dynamic host configuration protocol client daemon
configuration file
The dhcpleased(8) daemon is a dynamic host configuration protocol client daemon.
The dhcpleased.conf
config file is divided
into the following main sections:
Macros can be defined that will later be expanded in context.
Macro names must start with a letter, digit, or underscore, and may contain
any of those characters. Macro names may not be reserved words (for example,
interface
). Macros are not expanded inside
quotes.
A list of interfaces to overwrite defaults:
interface
name{
[option ...]}
interface
options are as follows:
ignore dns
ignore routes
ignore
server-ipsend client
id
client-idsend client id "01:00:53:FF:AA:BB:CC"
Otherwise the string client-id is sent verbatim. The default is to send the interface's MAC address as client identifier.
When client-id is not a hardware
address, it is supposed to be sent as hardware type 0 but the majority
of DHCP clients and servers do not implement this and neither does
dhcpleased.conf
. If a server is encountered that
requires this, a 0 byte can be encoded as \0. The client identifier
“foobar” with hardware type 0 would be configured as:
send client id "\0foobar"
send host
name
host-namesend no
host name
send
vendor class id
vendor-class-idJune 14, 2022 | OpenBSD-current |