On 07/20/2015 11:57 AM, jd1008 wrote:
Is firewalld similar to fbsd's firewall app as far as rulesets are
concerned?
I don't know enough about fbsd to answer that.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/
On 07/20/2015 12:37 PM, Gordon Messmer wrote:
On 07/20/2015 10:55 AM, jd1008 wrote:
These are NOT what I have in /etc/sysconfig/iptables at all!!!
Is there more than one service setting firewall rules on your system?
Because iptables.service is deprecated, you probably also need to
disabl
On 07/20/2015 10:55 AM, jd1008 wrote:
These are NOT what I have in /etc/sysconfig/iptables at all!!!
Is there more than one service setting firewall rules on your system?
Because iptables.service is deprecated, you probably also need to
disable firewalld.
--
users mailing list
users@lists.f
On 07/20/2015 11:47 AM, Gordon Messmer wrote:
On 07/20/2015 09:59 AM, jd1008 wrote:
So, where should I place the ruleset file /etc/sysconfig/iptables
so that when iptables.service is started, the ruleset I want is what
is used?
That's the place for it. Run "/usr/libexec/iptables/iptables.i
On 07/20/2015 09:59 AM, jd1008 wrote:
So, where should I place the ruleset file /etc/sysconfig/iptables
so that when iptables.service is started, the ruleset I want is what
is used?
That's the place for it. Run "/usr/libexec/iptables/iptables.init
start" in a terminal and see if there is any
Running:
systemctl enable iptables.service
systemctl start iptables.service
sets totally permissive rules, and does not incorporate
any of the rules in the file /etc/sysconfig/iptables
So, I have to manually run
iptables-restore < /etc/sysconfig/iptables
So, where should I place the ruleset fi