when the router starts I get following log:
Fri Oct 25 17:52:26 2019 user.err adblock-3.5.5-2[945]: 'dnsmasq' not running or not executable
Fri Oct 25 17:52:27 2019 user.err adblock-3.5.5-2[945]: Please also check '/github.com/openwrt/packages/blob/master/net/adblock/files/README.md'
when I try detectadblock it shows me that I am allowing ads.
I did not trust myself to flash my main router. there is a solution for my configuration? can I configure my openwrt router as an AP with DNS in my local network?
The easiest thing is to just to use the main router as gateway to the internet and do not directly connect other hosts to this router.
Then you reset the AP to standard configuration. And plugin a cable from main router into the wan port. Be careful, that the two resulting networks are different in IP address space. Now you can do that adblock stuff. Further, look at such things as Nat Offloading, that speeds up the OpenWrt router.
do you know about any nebwy friendly tutorial on how to set it up?
I have been looking in https://openwrt.org/docs/guide-user/network/wifi/start
but to me the only other option that sounds like what i want to do is bridged AP, but there is the following note: Note: This recipe results in a bridged LAN that will work fine for home and small networks. It is similar to the “Dumb AP” recipe at dumbap. These pages should probably be merged.
I want an router running adblocker, the problem is that until I trust myself to take a try on the main router I prefer to use my old router as a playground.
The options of the website, for configuring wireless, I was not able to find "the not dummy AP"
After reseting my openwrt router, I have configured the AP. Now following the dumb ap tutorial, I have to set my openwrt ip to 192.168.1.2, point the gateway to 192.168.1.1 and, to set the "not dumb AP" the DNS to 192.168.1.2
And then ignore step 4: Then scroll down and select the checkbox “Ignore interface: Disable DHCP for this interface.”
and step 6: In the top menu go to System → Startup, and disable firewall, dnsmasq and odhcpd in the list of startup scripts.
And do not forget to disable DHCP in my main router.
does it sound right or am I just making angry the networking gods?