0
I’m trying to run a container on the local Docker using the address: http://[::1]:31112/
, but he can’t connect.
If I use the addresses below, I can access:
http://127.0.0.1:31112/
http://0.0.0.0:31112/
http://localhost:31112/
Yes, I could use the above addresses, but the backend is also configuring to answer the address http://[::1]:31112/...
..
I did a lot of research on the Internet and I couldn’t find anything that would help. I believe it’s something to do with ip6tables
, something with the ipv6 doors being blocking the doors. I tried a lot and nothing so far.
PS: I’ve already followed the documentation: https://docs.docker.com/config/daemon/ipv6/
ipv6 support is enabled? see: https://docs.docker.com/config/daemon/ipv6/
– Lucas Miranda
Yes, I’ve done those steps.
– maxxzag
Have you enabled IPV6 on your system? Can you access other ipv6 addresses? http://ipv6.br/post/habilitando-ipv6-no-linux/
– Valdeir Psr
Yes, IPV6 is installed
– maxxzag