I have been trying to block the IP range 74.125.0.0/16 to no avail. The IPTABLES command I used is,
iptables -I INPUT -s 74.125.0.0/16 -j DROP
Am I doing it wrong?
iptables -I INPUT -s 74.125.0.0/16 -j DROP
Am I doing it wrong?