Is it possible to...
- run a container with podman
- which has an IP on the same subnet that the host is on
- is accessible from every other host on the subnet
- including the host itself?
I had partial success using both a macvlan and ipvlan drivers - I am able to run a container, give it an IP address, and this IP is then accessible from every other host on the network.
However, I cannot access to or from the host running the container.
I even tried with the latest versions of podman, netavark, cni-plugins built from source, which enabled the ipvlan driver with the same outcome.
I would prefer a pointer to a guide describing how to accomplish this, though troubleshooting advice is welcome, too.