用命令:iptables -A INPUT -i eth0 -p icmp --icmp-type 8 -j DROP禁掉了icmp报文,发现eth0口上的udp服务也不能用了,这是咋回事
二过头
抓包看看
【 在 nokia0125 的大作中提到: 】
: 用命令:iptables -A INPUT -i eth0 -p icmp --icmp-type 8 -j DROP禁掉了icmp报文,发现eth0口上的udp服务也不能用了,这是咋回事
恩,已经抓包了
【 在 fishAfish 的大作中提到: 】
: 抓包看看