Networking – How to block specific sites on Asus wifi router

blockingdnsnetworkingrouterwireless-networking

I have this router (Asus Wireless-N300 Router). Also I have Windows 7 workstation and ipad 4. The workstation is connected to router with help a ethernet cable. Ipad 4 gets internet on wifi.

I want to block specific sites on wifi network. For example, I want to block the site http://example.com on Ipad, but this site have to work on the workstation. To complete this task, I wish to block sites for Wireless network. I don't know, how to do this.

The router has a classic dashboard, which available on http://192.168.1.1/ But there is no some setting, which can block sites on wifi.

I know one workaround solution. I can deploy own dns server, add domain example.com to black list in this server, and add example.com 23.43.41.15 to host file on windows workstation. But this solution is so complicated for such simple task.

Best Answer

probably default firmware is not able to do that, but personally I always choose routers which are able to run 3rd party firmware.

Luckily your router is supported by one of the best 3rd party firmwares: DD-WRT. You can check the support status by entering "N12" into search field here: http://www.dd-wrt.com/site/support/router-database

And here are detailed upgrade instructions: http://www.dd-wrt.com/wiki/index.php/Asus_RT-N12

Once you are on DD-WRT, just open router IP (default is 192.168.1.1), default login is "root" and password is set on first login.

Then go to "Access Restrictions" and enter desired sites under "Website Blocking by URL Address" or even block by keyword here "Website Blocking by Keyword".

Detailed description from DD-WRT:

Website Blocking by URL Address: You can block access to certain websites by entering their URL.

Website Blocking by Keyword: You can block access to certain website by the keywords contained in their webpage.

Final recommendation: Do all work over Ethernet cable only, do have downloaded latest original ASUS firmware and recovery procedure to you computer, or make sure you have backup Internet connection available (example direct internet without router).

Related Question