Closed FrostyX closed 1 year ago
My bad, I should have used route -6
But I still have issues to curl
anything, so keeping open.
The issue was caused by a missing DNS configuration. The /etc/resolv.conf
was empty. I manually added
# https://developers.google.com/speed/public-dns/docs/using
nameserver 2001:4860:4860::8888
nameserver 2001:4860:4860::8844
and ping
and curl
works fine. I think we need to add this into our builder playbooks.
Isn't this fault of AWS or NetworkManager? This should be set automatically from DHCP6.
ifconfig
and route
are deprecated on Linux, and sometimes give confusing or incorrect output. The iproute2 commands are the replacements: https://baturin.org/docs/iproute2/
I think this was a duplicate of #2433
Sorry for abusing the upstream issue tracker for ansible issues of the Fedora Copr instance.
IMHO our IPV6-only builders don't have the network configured properly.
I can see IPv6 addresses on eth0 and eth1
But there is no default gateway
There isn't any chance for them to
curl
anything? Or is it?