2025-02-12, 05:38 PM
I have added the firewall rule that allows port 7359. I have removed the bind to local ip address and restarted the server. Still cannot connect any client to the server. The auto-discovery function is now indeed broken (discovers server at 127.0.0.1:8096), manually putting in the local ip return the same error as previously.
sudo ss -tulpn | grep 8096:
tcp LISTEN 0 512 0.0.0.0:8096 0.0.0.0:* users: (("jellyfin",pid=2977,fd=482))
Sudo ufw staus: Status: active
To Action From
-- ------ ----
32400/tcp ALLOW Anywhere
8096/tcp ALLOW Anywhere
7359/udp ALLOW Anywhere
32400/tcp (v6) ALLOW Anywhere (v6)
8096/tcp (v6) ALLOW Anywhere (v6)
7359/udp (v6) ALLOW Anywhere (v6)
32400/tcp ALLOW OUT Anywhere
8096/tcp ALLOW OUT Anywhere
32400/tcp (v6) ALLOW OUT Anywhere (v6)
8096/tcp (v6) ALLOW OUT Anywhere (v6)
sudo ss -tulpn | grep 8096:
tcp LISTEN 0 512 0.0.0.0:8096 0.0.0.0:* users: (("jellyfin",pid=2977,fd=482))
Sudo ufw staus: Status: active
To Action From
-- ------ ----
32400/tcp ALLOW Anywhere
8096/tcp ALLOW Anywhere
7359/udp ALLOW Anywhere
32400/tcp (v6) ALLOW Anywhere (v6)
8096/tcp (v6) ALLOW Anywhere (v6)
7359/udp (v6) ALLOW Anywhere (v6)
32400/tcp ALLOW OUT Anywhere
8096/tcp ALLOW OUT Anywhere
32400/tcp (v6) ALLOW OUT Anywhere (v6)
8096/tcp (v6) ALLOW OUT Anywhere (v6)