[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] rc.local



Benjie wrote:
> On Fedora, you should place your iptables commands in
> /etc/sysconfig/iptables.  It will be sourced on boot if you have
> iptables set to run.  

And presuming Fedora is similar to RHEL, the following command will 
automatically save all your current iptables rules in 
/etc/sysconfig/iptables:

service iptables save

--Joe