-A just adds the rule below existing rules so it may not hit your's if traffic is allowed by something above. You may want to drop that on the nat table instead:
iptables -t nat -I PREROUTING -s 74.86.158.106 -j DROP
-A just adds the rule below existing rules so it may not hit your's if traffic is allowed by something above. You may want to drop that on the nat table instead:
iptables -t nat -I PREROUTING -s 74.86.158.106 -j DROP