iptables-restore命令 – 还原iptables表的配置

来自:网络
时间:2020-09-24
阅读:
免费资源网,https://freexyz.cn/

iptables-restore命令用来还原iptables-save命令所备份的iptables配置。

语法格式:iptables-restore [参数]

常用参数:

-c指定在还原iptables表时候,还原当前的数据包计数器和字节计数器的值
-t指定要还原表的名称

参考实例

还原iptables配置:

[root@linuxcool ~]# iptables-restore < iptables.bak

指定在还原iptables表时候,还原当前的数据包计数器和字节计数器的值:

[root@linuxcool ~]# iptables-restore -c < iptables.bak

指定要还原表的名称:

[root@linuxcool ~]# iptables-restore -t filter.bak
免费资源网,https://freexyz.cn/
返回顶部
顶部