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 The ports seem to be open. Code: [caleb@farnsworth ~]$ podman ps |