On 05/12/2025 02.11, Bob Bob wrote:
> ERR: [core] FAILED TO CREATE NFTABLES CHAINS OR RULES, KERNEL
> FORWARDING POSSIBLY WON'T WORK: error returned from netlink for add
> rule (No such file or directory)
> ERR: [core] FAILED TO CREATE KERNEL TABLE 0 (No such file or
> directory), KERNEL FORWARDING DISABLED
That usually means the kernel module isn't available. Normally it would
get loaded automatically, but try manually with `sudo modprobe
xt_RTPENGINE` to see what happens.
If it isn't, check the output of `sudo dkms status` if it has been
compiled for your kernel version. You can force a rebuild with `sudo
dpkg-reconfigure ngcp-rtpengine-kernel-dkms`
Cheers