search for: iptables_save_on_stop

Displaying 5 results from an estimated 5 matches for "iptables_save_on_stop".

2016 Sep 11
2
Iptables not save rules
Hello, I have been using ipset to blacklist badbots. Works like a champ! The only problem is if I do a system reboot, I lose the ipset and the rule. I changed /etc/sysconfig/iptables.conf to: IPTABLES_SAVE_ON_RESTART="yes" IPTABLES_SAVE_ON_STOP="yes" And followed the instructions in: https://www.centos.org/forums/viewtopic.php?t=3853 The changes are still not saved. The rules show up in the running /etc/syscong/iptables but are lost on a reboot. Also, firewalld is not installed. This is a CentOS 6.8 system. One question,...
2016 Sep 13
2
Iptables not save rules
...t; I have been using ipset to blacklist badbots. Works like a champ! > > > > The only problem is if I do a system reboot, I lose the ipset and the rule. > > > > I changed /etc/sysconfig/iptables.conf to: > > > > IPTABLES_SAVE_ON_RESTART="yes" > > IPTABLES_SAVE_ON_STOP="yes" > > > > And followed the instructions in: > > > > https://www.centos.org/forums/viewtopic.php?t=3853 > > > > The changes are still not saved. > > wild guess says, you need to ... > > chkconfig on ipset > service ipset st...
2005 Dec 14
10
Shorewall stops after about 36 hours
I don''t know what is happening, but every 36 hours or so I''ll go to ssh into my server and find that I can''t connect on any of the outside services. I then can connect into the box using a serial connection and find that shorewall reports that it is not running and the iptables are in some kind of default state which looks nothing like what I set it up with shorewall
2016 Sep 12
0
Iptables not save rules
...11/2016 8:55 AM, TE Dukes wrote: > I have been using ipset to blacklist badbots. Works like a champ! > > The only problem is if I do a system reboot, I lose the ipset and the rule. > > I changed /etc/sysconfig/iptables.conf to: > > IPTABLES_SAVE_ON_RESTART="yes" > IPTABLES_SAVE_ON_STOP="yes" > > And followed the instructions in: > > https://www.centos.org/forums/viewtopic.php?t=3853 > > The changes are still not saved. wild guess says, you need to ... chkconfig on ipset service ipset start and when you change ipset stuff, service i...
2005 May 23
0
iptables problem
...38/32 -o eth0 -j MASQUERADE COMMIT -------------------------------------------------------------- my /etc/sysconfig/iptables- # Additional iptables modules (nat helper) # Default: -empty- IPTABLES_MODULES="ip_nat_ftp" # Save current firewall rules on stop. # Value: yes|no, default: no #IPTABLES_SAVE_ON_STOP="no" # Save current firewall rules on restart. # Value: yes|no, default: no #IPTABLES_SAVE_ON_RESTART="no" # Save (and restore) rule counter. # Value: yes|no, default: no #IPTABLES_SAVE_COUNTER="no" # Numeric status output # Value: yes|no, default: no #IPTABLES_S...