Closed JJGO closed 3 years ago
Remove all ipv6 related stuff from your wg0.conf
Thanks. Removing all ipv6 related entries solved the issue. In my case it was a wireguard container trying to access the WG server running also in a container. The client configuration contained a "::a" entry. :
Using the following
docker-compose.yml
from the docsAnd I'm getting the following trace (see below). I believe the issue is related to the
Error: IPv6 is disabled on nexthop device.
but not sure why IPv6 is needed when I specifiednet.ipv6.conf.all.disable_ipv6=1
in the docker-compose.