[Mudi 7] [NAT64] Missing jool / taygo .ko files in packages

Hello,

Jool and tayga modules/packages are available to install using admin panel and opkg but they seems to lack installation of the .ko files (preventing them to be modprobed and insmoded).

On Beryl 7 the installation of the same packages are adding them to /lib/modules (eg:/lib/modules/5.4.281/jool.ko)

On the Mudi 7 the .so are missing and the modules can't be loaded.

My ISP only provide IPv6 (Bouygues France) on mobile.

That means that by default ipv4 is unreachable

```

root@GL-E5800:~# ping 1.1.1.1

PING 1.1.1.1 (1.1.1.1): 56 data bytes

ping: sendto: Network unreachable

```

But going through the IPv6 to IPv4 translation (NAT64) works fine

```

root@GL-E5800:~# ping6 64:ff9b::1.1.1.1

PING 64:ff9b::1.1.1.1 (64:ff9b::101:101): 56 data bytes

64 bytes from 64:ff9b::101:101: seq=0 ttl=54 time=33.555 ms

```

Could you build and push new version of those packages with .so files for the latest firmware? Thanks!

1 Like

Hi,

Thanks for the detailed report.
We tested this locally on Mudi 7 and were able to reproduce the Jool issue. The current kmod-jool-netfilter package can be installed, but the required Jool kernel module files are missing.

For TAYGA, it is a userspace program, so it does not provide a tayga.ko file.
We have recorded this case and passed it to the relevant team for further evaluation.