I would like to refer into a specific part of the article:
https://help.ubuntu.com/community/IptablesHowTo#Solution_.233_iptables-persistent
Which is being applied using a package named "iptables-persistent" so:
"sudo apt-get install iptables-persistent"
Will be the answer to most of the needs without any low level file
manipulations.
Eliezer
On 07/19/2014 12:20 PM, Nyamul Hassan wrote:
Hi
As per this page:https://help.ubuntu.com/community/IptablesHowTo
the command is:
sudo sh -c "iptables-save > /etc/iptables.rules"
Regards
HASSAN