2010/11/17 Anton Ananich
<anton.ananich@gmail.com>
Столкнулся с такой вот проблемой: есть ядро 2.6.28 и iptables 1.4.6,
нужно сделать NAT.
# uname -r
2.6.28-gentoo-r5
# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
FATAL: Module ip_tables not found.
iptables v1.4.6: can't initialize iptables table `nat': Table does not
exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Не хватает поддержки nat в ядре, да и судя по всему вообще поддержки iptables. Пересоберите ядро (можно ту же самую версию) как миниумум с опциями CONFIG_NF_NAT=m и CONFIG_IP_NF_IPTABLES=m
--