2025-02-16, 06:23 PM
UFW is a firewall frontend (UI) for either iptables of nftables. UFW being inactive simply means that rules created in UFW aren't applied to the actual firewall. We WANT UFW to be active and the rules created.
Port 7359 UDP is used for service discovery (currently bugged) and 1900 UDP is for DLNA (don't bother if you don't use this).
Code:
sudo ufw enable
sudo ufw allow 8096
sudo ufw allow 7359/udp
sudo ufw allow 1900/udp
Port 7359 UDP is used for service discovery (currently bugged) and 1900 UDP is for DLNA (don't bother if you don't use this).