since the support for PREF64 RA option was merged into TurrisOS 6.5, you might find it interesting to run an IPv6-only or IPv6-mostly network on your Turris router.
Those jool packages are named diffrently than on your presentation:
root@router:~# opkg list | grep jool
jool-tools - 4.1.5-1 - Jool is an Open Source SIIT and NAT64 for Linux. This packa
ge provides the userspace control programs for Jool.
kmod-jool - 5.15.135+4.1.5-1-59c7aae3065e1430c1f2c7c63d04911e - Jool is an Open Sou
rce SIIT and NAT64 for Linux. This package provides the kernel module for Jool.
Are they good enough? Edit: Checked and they are fine.
Anyway we need to wait for RC to be released. Cannot be patient enough
Ok I managed to set it up until NAT64 including. Now waiting for the patch mentioned to reach HBS and I will continue with setup. I had problems with getting IPv6 on juul interface. So I got pissed and simple reboot fixed that. Thanks for the tutorial so far.
I went the very same way as @AreYouLoco. IPv6 for namespace worked flawlessly, but when restarting the router, the jool interface doesn’t exist anymore (as the respective file sits in /tmp/...)? Should the script be executed a boottime?
edit
→ for sure it doesn’t work from within jool namespace…
Also when pinging cloudflare from within namespace, it doesn’t work:
EDIT:
I also made some modification to the script for the jool and openwrt interfaces IP and netmask. Since its only two interfaces that need to talk to each other I used netmask /31 and it still works
@Ondrej_Caletka : option bridge_empty '1' is actually not needed here (slide 7) - you have put lan2 into the bridge, therefore it is not empty and thus will come up:
This tutorial is, as you stated, for stateful Nat64. In order to do stateless Nat64 (availability of IPv6 service for IPv4 client), one needs to reverse the setup for the jool namespace, right? How would that look like?
Yeah, indeed. Run it after every boot from rc.local.
Sure, whatever. That does not make any difference to anything.
In that particular case yes, but chances are you don’t want to put any interface into the bridge and only use it for wireless. Using bridge_empty will make it work in any case.
Yes, basically everything stays the same, except you configure Jool differently. You will probably also need to route some IPv4 prefix into the translator namespace and set up EAM table. But it really depends on your particular use case.
I just got a Turris Omnia 4G and found out that the cellular connection I am using is IPv6-only, and with my GNU/Linux laptop connected to it, in a web browser, I can access certain sites (like Google) but not others (like DuckDuckGo).
My understanding of networks is very limited, even worse with IPv6, but I’ll try following the advice here to hopefully be able to access remote IPv4 hosts. In any case, thanks a lot for all the information here and on your website.
By default, the router was coming with mwan3 configured and active, but it was blocking everything, so I have disabled it.
This looks like DNS64 does not work properly, which is expected, considering that the TurrisOS does DNSSEC validation by default.
What you can try here is to install package called 464xlat (it is an OpenWRT package, not Turris package so it has to be installed in LuCI/from command line). This should provide IPv4 connectivity to your router and everything beyond it.
You can also try to enable DNS forwarding and disable DNSSEC validation, this should make your IPv6-only network work more or less properly, if the mobile network provider uses DNS64.