摘要: iptables的几种简单用法 1、拒绝所有主机ping当前的主机。 拒绝之前,先把自己允许了, [ root@centos8-1 ~# iptables -AINPUT -s 10.0.0.1 -j REJECT 这就拒绝了所有主机ping我 [ root@centos8-1 ~# iptable 阅读全文
posted @ 2020-09-19 15:51 天-王-盖-地-虎 阅读(850) 评论(0) 推荐(0) 编辑