iptables-save and iptables-restore for performance
Posted: 27 Sep 2011, 16:15
hi,
an other suggestion...
the use of iptables-save and iptables-restore for large rules set in iptables...
iptables-save dump all rules set in a file that iptables use as-is
iptables-restore can only take the dump file and map it back i memory for iptables in one step witch is really good, for example, server reboot.
of course the dump file has to rewrite every time a rules chain in iptables... but i don't think this would be a problem.
this would also permit larger amount of rules manage by a server because the stability is increase with this method.
an other suggestion...
the use of iptables-save and iptables-restore for large rules set in iptables...
iptables-save dump all rules set in a file that iptables use as-is
iptables-restore can only take the dump file and map it back i memory for iptables in one step witch is really good, for example, server reboot.
of course the dump file has to rewrite every time a rules chain in iptables... but i don't think this would be a problem.
this would also permit larger amount of rules manage by a server because the stability is increase with this method.