SmallNetBuilder Forums

Go Back   SmallNetBuilder Forums > Wireless Networking > ASUS Wireless > Asuswrt-Merlin

Reply
 
Thread Tools Search this Thread Display Modes
  #41  
Old 03-09-2013, 09:49 PM
RMerlin's Avatar
RMerlin RMerlin is offline
Very Senior Member
 
Join Date: Apr 2012
Location: Canada
Posts: 3,656
Thanks: 27
Thanked 1,589 Times in 773 Posts
RMerlin is just starting out
Default

First thing: INPUT and OUTPUT tables are for traffic coming to and from the router. In this case, you want to control traffic that passes through the router. So, the correct table to manipulate is the FORWARD table.

Therefore:

Code:
iptables -I FORWARD -d ad-g.doubleclick.net -j REJECT
is what you want if your goal is to prevent connecting to these servers.

This isn't a very efficient or reliable way to implement ad blocking however. The more rules you add, the highest impact it will have on your network, since every packet must be checked against every rule in the table. This is where ipset will provide a far more efficient method of implementing blacklisting.

Writing a script that would download a blocklist and generate a proper ipset list would be the ideal. Unfortunately, many blocklists seem to ship in a p2p format, and they require you to pay to get these lists in a more compatible format (cidr format, for example)...
__________________
Asuswrt-Merlin: Customized firmware for Asus routers
Github: github.com/RMerl - Twitter: RMerlinDev
See the sticky post for more info.

Last edited by RMerlin; 03-09-2013 at 09:52 PM.
Reply With Quote
  #42  
Old 03-09-2013, 10:41 PM
AnthonyArmato AnthonyArmato is offline
Very Senior Member
 
Join Date: Apr 2012
Posts: 215
Thanks: 0
Thanked 8 Times in 8 Posts
AnthonyArmato is just starting out
Default

Thanks. That does work.

How would the blocklist need to be written ? If I had a list of domains could I create one myself ?
Reply With Quote
  #43  
Old 03-09-2013, 11:02 PM
RMerlin's Avatar
RMerlin RMerlin is offline
Very Senior Member
 
Join Date: Apr 2012
Location: Canada
Posts: 3,656
Thanks: 27
Thanked 1,589 Times in 773 Posts
RMerlin is just starting out
Default

Quote:
Originally Posted by AnthonyArmato View Post
Thanks. That does work.

How would the blocklist need to be written ? If I had a list of domains could I create one myself ?
IP ranges have to be in a CIDR format to be easily pluggable into an ipset list. For example, to block 192.168.1.1 through 192.168.1.254, it would have to be entered as 192.168.1.0/24.
__________________
Asuswrt-Merlin: Customized firmware for Asus routers
Github: github.com/RMerl - Twitter: RMerlinDev
See the sticky post for more info.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -4. The time now is 10:32 PM.

Top 10 Stats
Top Posters* Top Thanked
RMerlin  272
coxhaus  123
stevech  108
Fraoch  45
tipstir  35
Mark Uhde  35
RogerSC  33
vdemarco  33
CaptainSTX  28
Pericynthion  25
RMerlin  1589
stevech  145
ryzhov_al  105
TeHashX  88
RogerSC  71
GregN  54
Geraner  44
CL-Jeremy  42
joegreat  39
sfx2000  34
Most Viewed Threads* Hottest Threads*
Old Asuswrt-Merli...  10259
Old IPv6 not...  1971
Old 2GHz...  1727
Old RT-N66U...  1616
Old DLNA Media...  1274
Old I am so...  1273
Old AC 5ghz...  1261
Old Article: Why...  1199
Old 270 Firmware...  1163
Old Is this...  1143
Old Asuswrt-Merli...  75
Old IPv6 not...  45
Old Two DHCP...  28
Old RT-N66U...  24
Old DLNA Media...  22
Old Inaccuracy -...  19
Old VPN and...  19
Old Is my cable...  18
Old Information...  18
Old How to...  18





Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
© 2006-2013 Pudai LLC All Rights Reserved.