mortag
Results
2
comments of
mortag

when use with "-g " switch: in server side: iptables -I INPUT -p icmp --icmp-type 8 -j DROP in client side: iptables -I INPUT -s 192.168.43.235/32 -p icmp -j DROP...