LINUX.ORG.RU

История изменений

Исправление akk, (текущая версия) :

iptables-save > /etc/sysconfig/iptables
chkconfig --add iptables
chkconfig --level 345 iptables on
service iptables start

Исходная версия akk, :

iptables save > /etc/sysconfig/iptables
chkconfig --add iptables
chkconfig --level 345 iptables on
service iptables start