-
Notifications
You must be signed in to change notification settings - Fork 10
Ipv6 static adresses not working #10
Comments
What do you mean by static addresses? How do you use this plugin? |
Here is example for docker https://stackoverflow.com/questions/27937185/assign-static-ip-to-docker-container I need to bind ipv6 address to container. We have service which use Ipv6 as Client ID so I need to have IP available if I stop container and start again |
What command are you running? |
podman run --name $NAME$i --net $NET -d elve/node-web-app |
cat /etc/cni/net.d/ipv6_whatsup.conflist |
this configuration use DHCP. But I need static IPv6 . |
I want to assign IPv6 when I start container. Same as in Docker |
This repository is about issues with podman-machine port forwarding. If you have problem with podman please fill a bug against podman. The ipv6 bug is already tracked there containers/podman#7511. |
Hi! We are trying to use the Ipv6 static address but with no luck. Static ipv4 is working. Can you suggest anything?
The text was updated successfully, but these errors were encountered: