Replies: 2 comments
-
Is it maybe possible that for outbound connections IPv4 is preferred because the IPv6 address is ULA (RFC 6724)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It turns out that is the very reason. So I hope this helps if someone else runs into this nasty problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Podman Version: 4.3.1+ds1-8+deb12u1
aardvark and netavark: 1.4.0-3
podman network:
So basically all my services running in podman are reachable dual-stack.
Yet a big problem arises when a network connection is being initiated from within any container. It will ALWAYS use IPv4 instead of IPv6 first, even when a host record has both A and AAAA records.
What can I do to resolve that? It has really big implications, because for v4 I would need to have DNAT rules that would even conflict with each other, as there is v4 address shortage.
Thank you for your ideas!
Beta Was this translation helpful? Give feedback.
All reactions