Jellyfin Forum
Podman container invisible to LAN - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: Podman container invisible to LAN (/t-podman-container-invisible-to-lan)



Podman container invisible to LAN - KE0VVT - 2023-07-12

I followed the Podman instructions on Fedora Silverblue 38.

I can connect to the web UI from localhost, but I cannot connect to the web UI from other computers on the network. I have already used firewall-cmd to open the port, and it said it was already open.

Code:
[caleb@farnsworth ~]$ sudo firewall-cmd --add-port=8096/tcp --permanent
sudo firewall-cmd --reload
Warning: ALREADY_ENABLED: 8096:tcp
success
success

The ports seem to be open.

Code:
[caleb@farnsworth ~]$ podman ps
CONTAINER ID  IMAGE                                         COMMAND               CREATED         STATUS                   PORTS                   NAMES
584d7d5d14ba  registry.fedoraproject.org/fedora-toolbox:38  toolbox --log-lev...  6 days ago      Up 5 days                                        fedora-toolbox-38
8d7b5aab5996  docker.io/jellyfin/jellyfin:latest                                  47 seconds ago  Up 45 seconds (healthy)  0.0.0.0:8096->8096/tcp  myjellyfin
[caleb@farnsworth ~]$