The ISC Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of the DHCP protocol, through a suite of DHCP tools: * A DHCP server (this port) * A DHCP client * A DHCP relay agent WWW: https://www.isc.org/products/DHCP/
8 lines
352 B
Text
8 lines
352 B
Text
**** This port installs the dhcp relay daemon, but doesn't invoke dhcrelay by
|
|
default. If you want to invoke dhcrelay at startup, add the following
|
|
lines to /etc/rc.conf:
|
|
|
|
dhcrelay_enable="YES"
|
|
dhcrelay_flags="" # command option(s)
|
|
dhcrelay_servers="" # dhcrelay server(s)
|
|
dhcrelay_ifaces="" # ethernet interface(s)
|