iptables ругается на отсутствующий модуль в ядре
Подскажите какие модули ядра 2.6 необходимы чтобы работала таблица nat netfilter? Сейчас iptables ругается на отсутствующий модуль: # iptables -t nat -L iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
Привет. Какой дистрибутив? Попробуй вот так: sudo modprobe ip_tables sudo echo 'ip_tables' >> /etc/modules 2017-03-12 17:38 GMT+01:00 Искатель Истины <sunny0sergey@gmail.com>:
Подскажите какие модули ядра 2.6 необходимы чтобы работала таблица nat netfilter?
Сейчас iptables ругается на отсутствующий модуль:
# iptables -t nat -L iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
_______________________________________________ Kernel-russian mailing list Kernel-russian@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernel-russian
Какой дистрибутив? CentOS 6.6
Попробуй вот так ip_tables и так загружен
28 марта 2017 г., 10:28 пользователь Alex Naumov < alexander_naumov@opensuse.org> написал:
Привет.
Какой дистрибутив? Попробуй вот так:
sudo modprobe ip_tables sudo echo 'ip_tables' >> /etc/modules
2017-03-12 17:38 GMT+01:00 Искатель Истины <sunny0sergey@gmail.com>:
Подскажите какие модули ядра 2.6 необходимы чтобы работала таблица nat netfilter?
Сейчас iptables ругается на отсутствующий модуль:
# iptables -t nat -L iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.
_______________________________________________ Kernel-russian mailing list Kernel-russian@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernel-russian
participants (2)
-
Alex Naumov -
Искатель Истины