2023-07-12, 03:53 AM
(This post was last modified: 2023-07-15, 06:14 AM by KE0VVT. Edited 3 times in total.)
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.
The ports seem to be open.
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 ~]$