- 删除规则,先查询
[root@test ~]# iptables -nL --line-number
Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 DROP all -- 192.168.1.1 0.0.0.0/0
2 DROP all -- 192.168.1.2 0.0.0.0/0
3 DROP all -- 192.168.1.3 0.0.0.0/0
比如删除第二条规则,输入 :
[root@test ~]# iptables -D INPUT 2
- 备份恢复规则
iptables-save > /opt/iptables.txt //备份所有表的规则
iptables-restore /opt/iptables.txt //从备份文件中恢复规则
本文地址:http://81uyu.com/uyu/1147.html iptables 删除、备份规则- 我的微信
- 这是我的微信扫一扫
- 我的微信公众号
- 我的微信公众号扫一扫