Comment on Can't access exposed rootful podman container from outside of host device
MysteriousSophon21@lemmy.world 1 week ago100% agree on the firewall being the culprit, i’d check if podman uses different chain names in iptables than docker does - try running sudo iptables -I INPUT 1 -p tcp --dport 5050 -j ACCEPT
to see if that fixes it.