Page 1 of 1

Не запускается iptables

Posted: Fri Dec 16, 2016 11:31 am
by vasek
Добрый день, подскажите как исправить проблему, не запускается iptables.

Code: Select all

root@localhost:~# service iptables start
Failed to start iptables.service: Unit iptables.service failed to load: No such file or directory.

Code: Select all

root@localhost:~# service iptables stop
Failed to stop iptables.service: Unit iptables.service not loaded.

Code: Select all

root@localhost:~# service iptables restart
Failed to restart iptables.service: Unit iptables.service failed to load: No such file or directory.

Re: Не запускается iptables

Posted: Fri Dec 16, 2016 1:16 pm
by korvinod
yum -y install iptables-services

А потом уже
# systemctl enable iptables.service
# systemctl start iptables.service