MinimServer firewall rules

rubato

Active member
Joined
Nov 27, 2024
Messages
105
Location
USA
I have a small collection of CDs ripped to FLAC, and access them using MinimServer running on Linux. Today when I tried to browse the server in the WHA, I got a spinning indicator and a message to check that the server was on the right network. I eventually determined that a recent Linux update had enabled the firewall and that this was the problem. Rather than disable the firewall, I went ahead and configured it to work with MinimServer. For my own future reference, and in case this may be useful to anyone else, these are the commands I used:

Code:
sudo ufw allow 1900/udp
sudo ufw allow 9790/tcp
sudo ufw allow 9791/tcp

It's working fine now :)
 
Back
Top