Fedora 17 not saving iptables
Posted
by
Louis W
on Server Fault
See other posts from Server Fault
or by Louis W
Published on 2012-09-19T20:34:19Z
Indexed on
2012/09/19
21:39 UTC
Read the original article
Hit count: 241
For some reason my Fedora is not saving changes made to my iptables.
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
iptables -I INPUT -p tcp --dport 443 -j ACCEPT
service iptables status
service iptables restart
Redirecting to /bin/systemctl status iptables.service
Then when starting, my changes are not there anymore.
Also tried saving:
[root@VTM01 ~]# service iptables save
Redirecting to /bin/systemctl save iptables.service
Unknown operation save
© Server Fault or respective owner