Yesterday I updated my kernel from the 6.12.58 release to the 6.18.12 but after that my VPN did'nt work because some kernel modules does'nt exist in the new kernel release :
I get this error message when I would want to use IPTABLES :
Code: Select all
modprobe: FATAL: Module ip_tables not found in directory /lib/modules/6.18.12-gentoo
iptables v1.8.11 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.Do you if there is an issue to fix this problem ?root@himalaya /boot # grep -i IPTABLES /boot/config-6.18.12-gentoo
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP6_NF_IPTABLES=y
# iptables trigger is under Netfilter config (LED target)
root@himalaya /boot # grep -i IPTABLES /boot/config-6.12.58-gentoo
CONFIG_IP_NF_IPTABLES_LEGACY=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP6_NF_IPTABLES_LEGACY=y
CONFIG_IP6_NF_IPTABLES=y
# iptables trigger is under Netfilter config (LED target)
Thank you so much for your help.
smokyrun



