摘要: iptables 周作业 1.拒绝所有主机ping当前的主机 [root@localhost ~]# iptables -AINPUT -p icmp -j REJECT 1 2.本机能够访问别的机器的HTTP服务,别的机器无法访问本机 [root@localhost ~]# iptables -A 阅读全文
posted @ 2020-09-21 09:09 Linux1820091318 阅读(69) 评论(0) 推荐(0)