Restore the configuration of the iptables table
iptables-restore command is used to restore the iptables configuration backed up by the iptables-save command.
iptables-restore (options)
-c: Specifies to restore the current packet counter and byte counter values when restoring the iptables table;
-t: Specifies the name of the table to be restored.
iptables-restore < iptables.bak
iptables.bak is the file backed up by the iptables-save command.