mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#1629] updated documentation
This commit is contained in:
parent
d54a40777b
commit
be21d771ff
@ -588,9 +588,16 @@ more information.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
setcap 'cap_net_bind_service,cap_net_raw=+ep' /usr/local/sbin/kea-dhcp4
|
||||
setcap 'cap_net_bind_service,cap_net_raw=+ep' /opt/kea/sbin/kea-dhcp4
|
||||
setcap 'cap_net_bind_service=+ep' /opt/kea/sbin/kea-dhcp6
|
||||
|
||||
If using systemd, also add this to service file
|
||||
(e.g. /etc/systemd/system/kea-dhcp6.service):
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
ExecStartPre=setcap 'cap_net_bind_service=+ep' /opt/kea/sbin/kea-dhcp6
|
||||
|
||||
After this step is complete, the admin user should be able to run Kea. Note that DHCPv4 server by
|
||||
default opens raw sockets. If the network is only using relayed traffic, Kea can be instructed to
|
||||
use regular UDP sockets (refer to ``dhcp-socket-type`` parameter in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user