gizahNL / moby

Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
https://mobyproject.org/
Apache License 2.0
1 stars 1 forks source link

ipv6 requests inside a container fail with "UDP connect: No route to host" #6

Open kit-ty-kate opened 3 years ago

kit-ty-kate commented 3 years ago
# docker run --rm -it kwiat/freebsd:13.0-RELEASE ping -6 google.com
ping: UDP connect: No route to host
# docker run --rm -it kwiat/freebsd:13.0-RELEASE ping -4 google.com
64 bytes from ...
[works as intended]

This thread from the freebsd-net mailing-list points to service ip6addrctl start https://www.mail-archive.com/freebsd-net@freebsd.org/msg64533.html but all i get is: scrn-2021-06-23-20-26-39