How to Bind DHCP to an Interface

How to bind DHCP server to an interface

Your UCS server has multiple interfaces but the DHCP service should only listen on some of them.

Solution

Edit you configuration manually:
In file /etc/default/isc-dhcp-serveradd (or set):
INTERFACES=eth0

Restart DHCP service by
systemctl restart univention-dhcp

Mastodon