Davidc502- wrt1200ac wrt1900acx wrt3200acm wrt32x builds

After following your instructions graphs look good. ‘/etc/init.d/luci_statistics restart’ shows no errors this time.
Thank you so much!

1 Like

David,
I unfortunately don't understand these instructions on how I'd temporarily remove distribution feeds and use others to get the statistics packages back.. Given the snapshots are daily, I may have already missed my chance. However, for the sake of learning would you give me a few sentences on how I would do what you asked?

@slim0287

Simply copy the list of feeds from my previous post, and past them in the distribution feeds box like shown below and submit. Then install the package(s) you want.

Screenshot%20from%202018-11-01%2021-59-01

David, thanks.
I installed luci-app-statistics and it seems I have working statistics. Now, I am also running a recursive DNS server with getdns-stubby-unbound, and I'd like to figure out a way to get graphs of some unbound statistics. I haven't yet found a way to do that, so if anyone here has some advice I am all ears.
Thanks

1 Like

I just figured out that I've arrived late to install correct version of luci-app-statistics!!! This is why isn't working fine for me in my WPA3200ACM.

Dear slim0287,
Hello - Answer -
You can check logs under Services > Recursive DNS > Status > Log - you will see that you have a caching encrypted DNS Resolver !!!
Also you can check CACHING and several other items under Services > Recursive DNS > Status
I see that you still have not carefully read any bit of : https://torguard.net/forums/index.php?/topic/1374-from-the-dns-privacy-project-dns-over-tls-on-openwrtlede-featuring-unbound-getdns-and-stubby/

You really might learn some very important information regarding your questions and understanding of running DNS OVER TLS with UNBOUND.
You can lead a horse to water but you can't make them drink - I guess.

Peace,

directnupe

PS - You might want to check out my new revised tutorial STUBBY DNS OVER TLS USING DNSMASQ-FULL FOR DNSSEC & CACHING here :
https://torguard.net/forums/index.php?/topic/1455-openwrt-stubby-dns-over-tls-using-dnsmasq-full-for-dnssec-caching/ and
here: Stubby dns over tls using dnsmasq-full for dnssec & caching

directnupe,

Yes, I've already looked at the unbound logs and the status. However I want graphs of the statistics as well because the NLnet Labs Documentation shows the graphs (https://nlnetlabs.nl/documentation/unbound/howto-statistics/). I've read the link you provided ( https://torguard.net/forums/index.php?/topic/1374-from-the-dns-privacy-project-dns-over-tls-on-openwrtlede-featuring-unbound-getdns-and-stubby/) but this does not show how to integrate the plots into the statistics page.

Using Munin (MuninLite as node software on OpenWrt)

https://blog.luukhendriks.eu/2011/05/05/openwrt-on-a-tp-link-1043nd-running-munin-munin-lite

Munin is a networked resource monitoring tool that can help analyze resource trends and "what just happened to kill our performance?" problems. It is designed to be very plug and play. A default installation provides a lot of graphs with almost no work.

On OpenWRT you can use MuninLite which is a single Bourne Shell script that implements the Munin protocoll as well as some Linux specific plugins. (The motivation for developing MuninLite was to provide a simple Munin Node, using inetd on systems without a full featured Perl.):

opkg update opkg install muninlite ethtool

A howto for Munin (on a Debian PC) can be found on http://www.howtoforge.org/server_monitoring_monit_munin.

1 Like

Minidlna 'should' be good to go on the next build. I've been given the suggestion of including ffmpeg-mini which has the dependency minidlna has. This change should allow minidlna to complete.

2 Likes

I'm using a WRT3200 and I can't have more than 500MBit/s and on the Linksys firmware I have 900MBit/s. Do I need a special setting to have the same speed on David's build?

Great news David..thanx for chasing this one down!

Question here.....what happens if we define the DNS in the router, and a device on the LAN has its own DNS configured?
Does the router override the client? or does the client override the router?

Actually, it isn't a case of over-riding. The client is just going to do what it is told to do. If the client has 8.8.8.8 configured for DNS, that's where it is going to go. If the client has the router IP configured, then that is what it is going to do.

*Tip for those using dnscrypt-proxy2.sh

Just save the script to the root directory or a directory of your choosing.

In LuCi go to Backup/Flash Firmware -> Configuration, and add the directory you would like to back up. Sysupgrade adheres to this setting and will back up whatever you keep in the directory, so whatever you save will be there on the next upgrade.

After the next upgrade, ssh to the directory, and run the script. This saves time in having to download and extract the script after each upgrade.

2 Likes

This is a great tip! Thanks!!

I installed MuninLite but it's nowhere to be found.

It is set to build, but must have failed during compile time. I checked the daily builds, and did not find it there either.

It appears whoever is the package maintainer doesn't realize it is failing or the package may have been abandoned.

I'm using r8391 if it matters.

Thanks. I found the package in r8373 if you want to install that build.

I will make a note to watch for this package in the next build.

MuninLite does not seem to be working in r8373 either.