On Wed, 9 Mar 2022 13:16:29 +0000
"Christopher.Miller(a)gd-ms.com" <Christopher.Miller(a)gd-ms.com> wrote:
Let me ask this. Is there a way for me to assign IP addresses to
containers (maybe manually with the net command?), so they show up on
my dev network (not the 10.88.xx.xx network)?
Shameless plug that won't help with your issue right now: that's a use
case that's covered by passt (
https://passt.top, not widely packaged, no
official Podman integration yet): there you get (by default) a
non-translated address, assigned by its own DHCP/DHCPv6/NDP server.
I don't know enough about Podman in general to answer this, just that
if your container is rootless, you can't skip NAT at the moment (as far
as I know).
--
Stefano