For firewalld I have currently enabled this ports
<?xml version="1.0" encoding="utf-8"?>
<service>
<port port="9981" protocol="tcp"/>
<port port="9982" protocol="tcp"/>
<port port="5000" protocol="udp"/>
<port port="5002" protocol="udp"/>
<port port="25000-65000" protocol="udp"/>
</service>
9981 and 9982 can be found an every page but I haven't found a documenation about the needed udp-ports (I've found above ports by searching the internet and trial an error).
Is there any defined udp-range that I can setup?