-
I've got two machines on which I want to run the same app. I've succeeded to run the IPv4 like so:
Now I wonder how to do the equivalent in ipv6.
But this results into:
I understand the network IPs should be equal to the conflist?
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Your ipv6 addresses do not look valid. Right now you use a converted ipv4, this is not correct. Go will still parse this as ipv4. You have to create a proper ipv6 subnet, see https://simpledns.plus/private-ipv6 for example. |
Beta Was this translation helpful? Give feedback.
-
Okay, so for example I have Combined/CID: | fdc4:5c83:002d:3eed And I've changed
Then reran podman
I'm receiving this error.
What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
-
Same problem.
|
Beta Was this translation helpful? Give feedback.
-
That sounds reasonable.
/etc/cni/net.d/87-podman.conflist
glo:bal:ip:v6 = IPv6 address in |
Beta Was this translation helpful? Give feedback.
-
After rebooting, it works on the new network. [update] I have the issue again when attempting a podman commit for debugging purposes.
|
Beta Was this translation helpful? Give feedback.
Your ipv6 addresses do not look valid. Right now you use a converted ipv4, this is not correct. Go will still parse this as ipv4.
You have to create a proper ipv6 subnet, see https://simpledns.plus/private-ipv6 for example.