# dnf install -y wsdd


firewall-cmd --permanent --add-port=3702/udp && firewall-cmd --permanent --add-port=5357/tcp && firewall-cmd --reload
echo "OPTIONS="-4 -n LABSAMBACLUSTER"" > /etc/sysconfig/wsdd


systemctl start wdd
systemctl enaable wsdd
