I'm using Tomato Firmware v1.28.9054 MIPSR2-beta K26 USB Ext
Recently I've been getting odd redirects at one of the sites I visit on my anroid tablet at home to a porn ad site. I've looked for malware on my tablet but haven't found anything, it would surprise me if I had any malware on it. Instead I decided to try to block the site. I looked up how to block a specific IP using tomato, or any linux run system, and came across the use of iptables. I looked up the IP address of the site using an online IP lookup site and used the following command in the firewall scripts section of tomato:
iptables -I wanin -s 173.244.199.130 -j DROP
I rebooted. But when I type in the URL in my web browser I'm still able to access the site. I've tried adding the address to all the different ip table chains and tried different domains/ips but nothing seems to work.
Am I missing something obvious? I probably am as I'm rather new.
Thanks!