rgnldo
Very Senior Member
Most likely it is in path /var/logs/messages. I'm at work, coming home I see it.regular router log window system->General Log
Most likely it is in path /var/logs/messages. I'm at work, coming home I see it.regular router log window system->General Log
Comparing unbound reports, I found that the stub-zone option redirects the cache to stubby. The detail is that stubby does not offer cache service. Stub zones are other Unbound or Bind servers that interconnect, further reducing response time.its better to use Thread num=2
stub-zone:
name: "1.1.168.192.in-addr.arp"
stub-addr: 192.168.1.1
stub-first: yes
You may see better performance if you could pick which thread it uses.Comparing unbound reports, I found that the stub-zone option redirects the cache to stubby. The detail is that stubby does not offer cache service. Stub zones are other Unbound or Bind servers that interconnect, further reducing response time.
Raising to the thread will make no difference in 'avg'. Unbound works with requests. The higher the query requests, the better the response time, lowering the 'avg'. So for a network with ARM router, better Thead num = 1.
Disregard
If you want to get CacheHITCode:stub-zone: name: "1.1.168.192.in-addr.arp" stub-addr: 192.168.1.1 stub-first: yes
Can you describe this procedure?You may see better performance if you could pick which thread it uses.
2nd thread instead of the 1st
# this limits TCP service but uses less buffers
outgoing-num-tcp: 10
incoming-num-tcp: 10
# no threads and no memory slabs for threads
num-threads: 2
outgoing-range: 200
num-queries-per-thread: 512
msg-cache-slabs: 4
rrset-cache-slabs: 4
infra-cache-slabs: 4
key-cache-slabs: 4
It takes someone with very good shell-script knowledge and good communication with the amtm team. It's not my case. It seems to me that @Voxel builds already include unbound + stubby as an option. Gradually they are including unbound.ompatible to be included in a future amtm release?
dig sigok.verteiltesysteme.net @127.0.0.1 -p 5453
=> status: NOERROR
dig sigfail.verteiltesysteme.net @127.0.0.1 -p 5453
=> status: SERVFAIL
dig snbforums.com @127.0.0.1 -p 5453
Query time: 0 msec <= On the second attempt the response time should be zero.
SERVER: 127.0.0.1#5453(127.0.0.1)
Take the test without stubby. DisableBut stubby still runs ,,,
Which package do I need to install to get 'dig' command? and disable what? stubby? how?Take the test without stubby. Disable
'dig' command
opkg update
opkg list | grep "bind-tools"
opkg install bind-tools
Update post.edit dnsnmasq.postconf
I don't want you to stop using stubby. This is an option given the debate about the need for stubby + unbound.but it is not there, no need anymore?
What VPN service do you configure?
I believe it must be some conflict with TLS certificates or cipherslately I stopped using unbound
If you use VPN on the router, there is no need for security options or DNSSEC on Unbound.had to turn off and on my VPN client configured on router
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!