Open jowerner opened 4 years ago
Here is one post stating that IPv6 tunnels are not possible in Google Compute Engine: https://stackoverflow.com/questions/31066205/how-to-allow-protocol-41-6in4-through-the-gce-firewall
Although the talk is about a "6in4" tunnel, it should apply to the "6to4" tunnel we use as well as both tunnels use protocol version 41 which is blocked.
Since cloud providers don't support IPv6 out of box, our images configure a tunnel, where IPv6 traffic is transported via IPv4. However, it looks like this tunnel does not work any longer.
The support for the IPv6 tunnel is completely broken since the switch to Ubuntu 18.04. See below for the log output of the ipv6tunnel service:
Consequently, IPv6 will not work at all:
With older images based on Ubuntu 16.04, the tunnel setup succeeded:
However, the request to the test server timed out nevertheless:
We could surely fix the tunnel setup for Ubuntu 18.04, but it is not clear yet whether the tunnel approach works reliably at all.