码迷,mamicode.com
首页 > 其他好文 > 详细

iptables-save && iptables-restore iptables规则保存于还原

时间:2018-11-23 18:29:45      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:shell   iptable   sid   bar   href   保存   str   定向   filter   

iptables-save命令用于将linux内核中的iptables表导出到标准输出设备商,通常,使用shell中I/O重定向功能将其输出保存到指定文件中。

语法

-t:指定要保存的表的名称。

实例

[root@localhost ~]# iptables-save -t filter > iptables.bak



 

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

-t:指定要还原表的名称。

实例

iptables-restor < iptables.bak

iptables.bak是iptables-save命令所备份的文件。

iptables-save && iptables-restore iptables规则保存于还原

标签:shell   iptable   sid   bar   href   保存   str   定向   filter   

原文地址:https://www.cnblogs.com/jianlibao/p/10008798.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!