linux之iptables
摘要:
先关闭所有的80端口开启ip段192.168.1.0/24访问80端口开启ip段211.123.16.123/24访问80端口 $ iptables -I INPUT -p tcp --dport 80 -j DROP $ iptables -I INPUT -s 192.168.1.0/24 -p 阅读全文
posted @ 2018-08-10 18:25 羽翼飞扬 阅读(219) 评论(0) 推荐(0) 编辑