I've been trying to figure out how to block IP addresses for any access,
though the point is to just block certain websites. I'm speaking of those
scam sites that presume to be scanning your PC for viruses. They use an IP
address in the url so URL blocking doesn't work.
Like these mother!#&*ers:
http://91.213.217.190/index.php?On=v...&4f=C8#toolrmq
I'm using DD-WRT firmware in a Linksys WRT350N device. I've been trying to
enter a proper IPTABLES command in the command line box in the
Administration menu. I've tried:
iptables -I INPUT -d 91.213.217.190 -j logdrop
iptables -I OUTPUT -d 91.213.217.190 -j logdrop
No effect at all.
Can anyone tell me how I can do this?
Note, I can use the hosts file, or DD-WRT, to block the URL that redirects
to the one with the IP in it, but I have a feeling that those change much
more regularly than the bastard's IP itself.



Reply With Quote
Bookmarks