码迷,mamicode.com
首页 > 系统相关 > 详细

linux防火墙(五)—— 防火墙的规则备份与还原

时间:2016-12-31 11:36:15      阅读:273      评论:0      收藏:0      [点我收藏+]

标签:stop   conf   iptables   备份还原   save   内核   top   用法   ble   

一、第一种备份还原用法,使用工具

iptables-save >/opt/iprules.txt

iptables-restore < /opt/iprules.txt #注意导入的文件必须使用iptables-save工具导出来的才可以。

三、第二种备份还原用法,使用服务脚本

service iptables stop只是清空了用户态的规则,内核态的东西没有动。

service iptables save 保存了规则

service iptables start只是又把/etc/sysconfig/iptables文件里面的规则再应用

如果我们在编写防火墙规则,编写的乱七八糟,想删除,那么可以restart,这样就丢弃这次的编辑,恢复到了原来的状态,因为你没有save嘛

linux防火墙(五)—— 防火墙的规则备份与还原

标签:stop   conf   iptables   备份还原   save   内核   top   用法   ble   

原文地址:http://www.cnblogs.com/mangood/p/6238902.html

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