-
Steps to reproduce
Expected behaviorDomaincheck should work, Nextcloud would reach the FQDN given from within the Nextcloud- container Actual behaviorDomain-Check fails. When ignoring, checks in admin- overview will fail. Host OSOpenSUsE Leap 15.5 / Docker v26 Nextcloud AIO versionNextcloud AIO v8.2.1 Current channelStable Other valuable infoIn the given scenario i have not been able to get the Containers reach the Host with its FQDN and external IP while there seems to be no route inside of the container to the destination. I the following scenario nextcloud.testdomain.com is a fqdn, which can be reached from the internet. My current setup after running AIO is the following - accessing the Container (aio-netxcloud) via Docker Console:
The host is part of network nextcloud-aio with address 2001:db8:3::b. Name lookup is fine, but not modified:
2a00:1f:xxxx:... is the external IPv6 which is reachable from the internet which works using name resolved proxy via caddy, i can access that when skipping domain_ceck in compose env. Problem:
Workaround:
Where 2001:db8:3::2 is the internal ipv6 of the caddy- container. This makes connections work and checks succeed (but makes Domain-Cecking at setup nonsense somewhat). My current goal would be to make containers be able to access the right ipv6 given by dns. I have:
but none helped so far. Maybe the problem is, that the container has no tools for ipv6? (ipv6 route is not working) What a i missing to get it working? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi, have you followed https://github.com/nextcloud/all-in-one/blob/main/docker-ipv6-support.md? |
Beta Was this translation helpful? Give feedback.
-
Hi, sounds like you should open a thread in a docker forum in order to find a solution. I fear I cannot help further on the topic as it sounds like a problem with docker in general. |
Beta Was this translation helpful? Give feedback.
-
it indeed looks like a general problem with docker+rootless not being able to make outgoing ipv6 connections. When setting up rootful or using ipv4 everything works. |
Beta Was this translation helpful? Give feedback.
Fyi: That issue has been fixed with new docker / rootlesskit (now 2.3.2) - and works as expected with pasta- drivers.