I'm trying to open ports on my fedora OS.
In the past, this was as easy as adding an rule like
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
I went to restart my iptables service and there is none. I went to install iptables and yum says it's installed and up to date (version 1.4.x)
How do I get the service?
EDIT: The answer is below, but I also wanted to let people know, if you're having trouble adding the rule to the /etc/sysconfig/iptables config... I would recommend using the $> system-config-firewall command to bring up a gui port editor that appears to work with the command below to restart the ipstables service via systemctl