The package kmod-jool
or kmod-jool-netfilter
is missing from the package repository. This prevent NAT64 and is a critical bug to my point of view, the whole network is down.
In compilation, will upload to the GL feed.
2 Likes
Thank you for the support and addressing the issue so fast. I can confirm the kmod-jool
package is now available.
I get some error enabling the module:
root@b-r0:~# modprobe jool
modprobe: FATAL: Module jool not found in directory /lib/modules/4.4.60
root@b-r0:~# lsmod | grep jool | head -n1
jool 1345 0
root@b-r0:~# ls -la /lib/modules/4.4.60/jool.ko
-rw-r--r-- 1 root root 4680 Apr 6 2021 /lib/modules/4.4.60/jool.ko
GL have not tried this plugin, and probably cannot tech support for this plugin.
May I know if it lacks other dependence plugin?
I was able to install it on my device, or you try using the insmod command
insmod /lib/modules/4.4.60/jool.ko
1 Like
Thanks pan.li forgot about insmod. It did the trick.