Iptables: Difference between revisions

From Anthony Pastor Wiki Notes - Verba volant, scripta manent
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:


After each reboot all rules will be restored automatically through an init-script.
After each reboot all rules will be restored automatically through an init-script.
NB: The initscript is called: /etc/init.d/netfilter-persistent
NB: The initscript is called: /etc/init.d/netfilter-persistent

Revision as of 15:39, 16 June 2015

To create persistent rules with iptables you could use the Debian/Ubuntu package: iptables-persistent

apt-get update
apt-get install iptables-persistent -y

To export and save current rules:

iptables-save > /etc/iptables/rules.v4
ip6tables-save > /etc/iptables/rules.v6

After each reboot all rules will be restored automatically through an init-script.

NB: The initscript is called: /etc/init.d/netfilter-persistent