Restore iptables tables from a file.
The iptables-restore command is used to restore IPv4 firewall tables from data specified on STDIN. It is typically used with files created by iptables-save.
iptables-restore [options]
-c : Restore packet and byte counters.
-t : Specify the name of the table to restore.
iptables-restore < iptables.bak