networking(1/0)

Make your container accessible to the public network

From what I’ve gathered, these are the steps one must go through to allow a Podman container, such as a traefik proxy, to be accessible from the public network. The challenge lies with the network interface. Podman creates its own cni virtual network interface, but it’s the host’s default network interface that’s usually configured for intranet access. My ufw firewall blocks cross-interface traffic by default, with iptables in the backend to control access.…