date | author | title | url | tags | series | categories | toc | draft | |||
---|---|---|---|---|---|---|---|---|---|---|---|
2022-06-29 13:57:25 +0800 |
Rustle Karl |
iptables-restore 还原 iptables 表的配置 |
posts/linux/tools/standard/iptables-restore |
|
|
|
true |
false |
iptables-restore 命令 用来还原 iptables-save 命令所备份的 iptables 配置。
iptables-restore(选项)
-c:指定在还原iptables表时候,还原当前的数据包计数器和字节计数器的值;
-t:指定要还原表的名称。
iptables-restore < iptables.bak
iptables.bak 是 iptables-save 命令所备份的文件。