yes I am seeing it hit.
iptables --list -n -v | grep 198.101 8 416 DROP all -- * * 198.101.11.0/24 0.0.0.0/0
Jerry
Try
watch iptables -nvL INPUT
Do you see anything?
Also try moving your ACCEPT statements below all of your drops. Iptables operates in sequential order, from the top down.