iptables的问题???
百度的IP是220.181.18.155
我的iptables是这样设置的
[root@superlinux ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
DROP udp -- 220.181.18.155 anywhere
DROP udp -- 220.181.18.155 anywhere
DROP tcp -- 220.181.18.155 anywhere
DROP tcp -- anywhere 220.181.18.155
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DROP all -- anywhere 220.181.18.155
DROP all -- anywhere 220.181.27.48
DROP all -- anywhere 220.181.27.48
DROP all -- anywhere 220.181.18.155
DROP all -- anywhere 220.181.18.155
DROP all -- anywhere 220.181.27.48
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
DROP tcp -- 220.181.18.155 anywhere
DROP tcp -- anywhere 220.181.18.155
DROP icmp -- anywhere 220.181.18.155
DROP icmp -- anywhere 220.181.27.48
DROP all -- 220.181.18.155 anywhere
DROP all -- anywhere 220.181.18.155
但是我还是能够访问百度这个网站,这是怎么回事啊
请高手指点了
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
学习了
谢谢楼上的兄弟,经你一指点,我知道自己的问题所在了
============================
我有点纳闷,能不能把整个防火墙的规则发上来,或者来个iptables -L -v只看filter表也行。
不过依据你上述的规则来看,规则处于混乱的状态,如果是封本机上百度,只要在OUTPUT链里放一条语句就行,如果转发,则在FORWARD链里放一条语句。