小编Jos*_*eph的帖子

如何删除被阻止的IP?

我正在尝试从我们的服务器中删除被阻止的 IP。

405 35964 DROP       all  --  !lo    *       IP ADDRESS           0.0.0.0/0 
 19   988 DROP       all  --  *      !lo     0.0.0.0/0            24.7.56.95 


root@host01 [~]# iptables -D INPUT 35964
iptables: Index of deletion too big
root@host01 [~]# iptables -D INPUT 405
iptables: Index of deletion too big

root@host01 [~]# iptables -D INPUT -s IPADDRESS -j ACCEPT
iptables: Bad rule (does a matching rule exist in that chain?)
Run Code Online (Sandbox Code Playgroud)

是什么赋予了?!谷歌没有帮助,因为我一直在寻找给我同样错误的相同行。

iptables

8
推荐指数
1
解决办法
2万
查看次数

标签 统计

iptables ×1