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-server
add (or set):
INTERFACES=eth0
Restart DHCP service by
systemctl restart univention-dhcp