IPv6-in-IPv4 (RFC4213) Tunnel (Turris 4.0.5)

Turris 4.0.5 / Turris Omnia

Dear Forum-Users,
i have an issue initiating a IPv6-in-IPv4- Tunnel. My Provider in Germany does not support IPv6 access in Bridge-Mode (Vodafone-Router (In BridgeMode/just CableModem) → Turris Omnia) I just get an IPv4 Address.
I want to bypass that problem by creating a IPv6-in-IPv4 Tunnel described here I have created an account at Hurricane Electric and configured “WAN6” under LuCI ( Network → Interfaces)

Bildschirmfoto 2020-04-01 um 16.14.09
ping ipv6.google.com
ping: cannot resolve ipv6.google.com: Unknown host

As result I have IPv6 connectivity, but no gateway connectivity …
I checked the details, I checked the details but found no errors in the settings.

Anyone have any idea what I can do? Does anyone have any experience?

Thank you very much! with best regards from Berlin
Sebastian

Hello @Fortytwo,
could you send more details, like screenshot of details of wan6 interface or output of ‘uci show network.wan6’ command?
Don’t forget to anonymize your HE account details.

root@turris:~# uci show network.wan6
network.wan6=interface
network.wan6.ifname=‘@wan
network.wan6.proto=‘6in4’
network.wan6.peeraddr=‘216.66.86.114’
network.wan6.ip6addr=‘2001:470:6c:386::2/64’
network.wan6.username=‘XXXXXXXX’
network.wan6.password=‘XXXXX’
network.wan6.ip6prefix=‘2001:470:519b::/48’
network.wan6.tunnelid=‘578XXX’

Can you ping 2001:470:6c:386::1?
Are you able to ping some IPv6 outside your prefix, for example 2a03:2880:f13d:83:face:b00c:0:25de

Yes , both addresses are working!

Hmm… so, does the HE tunnel work? :slightly_smiling_face:

Yes and No.

From my Mac or from Turris (SSH):

root@turris:~# ping 2001:470:6c:386::1
ping: unknown host 2001:470:6c:386::1
root@turris:~# ping 2a03:2880:f13d:83:face:b00c:0:25de
ping: unknown host 2a03:2880:f13d:83:face:b00c:0:25de
root@turris:~#

From my iPhone both addresses are pingable!
I restarted (Mac) the networkinterface and OS without any difference results.

When I check https://ipv6-test.com/ I see:

but Foris Connection test:
Bildschirmfoto 2020-04-01 um 17.44.04

I am confused …

Try please

ping6 2a03:2880:f13d:83:face:b00c:0:25de

IPv6 in 4 donť have IPv6 gateway :wink:

ping6 2a03:2880:f13d:83:face:b00c:0:25de
PING6(56=40+8+8 bytes) 2001:470:519b:0:59b8:32c0:aff2:310a → 2a03:2880:f13d:83:face:b00c:0:25de
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=0 hlim=52 time=3612.375 ms
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=1 hlim=52 time=47.216 ms
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=2 hlim=52 time=50.428 ms
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=3 hlim=52 time=56.968 ms
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=4 hlim=52 time=52.189 ms
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=5 hlim=52 time=53.065 ms
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=6 hlim=52 time=54.911 ms
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=7 hlim=52 time=48.813 ms
16 bytes from 2a03:2880:f13d:83:face:b00c:0:25de, icmp_seq=8 hlim=52 time=55.063 ms
^C
— 2a03:2880:f13d:83:face:b00c:0:25de ping6 statistics —
9 packets transmitted, 9 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 47.216/447.892/3612.375/1118.818 ms

It works then … probably
Thank you very much for your help!