Anybody on here successfully get ipset iptables sets to work _after_ a reboot? My question on StackExchange http://unix.stackexchange.com/questions/149536/upon-bootup-all-iptables-are-...
Some of the things that need to be in place, otherwise iptables does not load: 1.) The kernel module ip_set needs to be loaded. 2.) The "sets" need to be created. 3.) Only after 1 and 2 succeed, dare start up iptables.
Is it really kernel module? 10.8.2014 22.18 kirjoitti "Rob Townley" rob.townley@gmail.com:
Anybody on here successfully get ipset iptables sets to work _after_ a reboot? My question on StackExchange
http://unix.stackexchange.com/questions/149536/upon-bootup-all-iptables-are-...
Some of the things that need to be in place, otherwise iptables does not load: 1.) The kernel module ip_set needs to be loaded. 2.) The "sets" need to be created. 3.) Only after 1 and 2 succeed, dare start up iptables. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
ipset is not kernel module, so do not try to load it as kernel or iptables module.
-- Eero
2014-08-10 22:18 GMT+03:00 Rob Townley rob.townley@gmail.com:
Anybody on here successfully get ipset iptables sets to work _after_ a reboot? My question on StackExchange
http://unix.stackexchange.com/questions/149536/upon-bootup-all-iptables-are-...
Some of the things that need to be in place, otherwise iptables does not load: 1.) The kernel module ip_set needs to be loaded. 2.) The "sets" need to be created. 3.) Only after 1 and 2 succeed, dare start up iptables. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 08/10/2014 02:18 PM, Rob Townley wrote:
Anybody on here successfully get ipset iptables sets to work _after_ a reboot?
Here's an init script that I wrote for CentOS 6. (systemd haters can take note of how much easier it would have been to write a unit file.)