<div dir="ltr">@hauke , damn  ps aux showed me 2 running daemons.....<br>and i found out, i "missed" to copy over the access.conf in  unbound.conf.d/  :-)<div><br></div><div>now nearlyall is running fine..</div><div>only redis seems not to cache.....</div><div><br></div><div>my unbound.conf.</div><div><br></div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">server:
</span><br>
<br>statistics-cumulative: yes
<br>extended-statistics: yes
<br>log-queries: yes
<br>log-servfail: yes
<br>verbosity: 3
<br>val-log-level: 2
<br>auto-trust-anchor-file: /etc/unbound/var/root-anchors.txt
<br>
<br>interface: 127.0.0.1
<br>interface: 192.168.100.250
<br>interface: 192.168.120.251
<br>interface: 192.168.110.250
<br>
<br>outgoing-interface: 192.168.100.250
<br>outgoing-interface: 192.168.110.250
<br>outgoing-interface: 192.168.120.251
<br>outgoing-interface: 116.202.87.165
<br>
<br>num-threads: 8
<br>
<br>include: /etc/unbound/unbound.conf.d/access_options.conf
<br>include: /etc/unbound/unbound.conf.d/name_solving.conf
<br>include: /etc/unbound/unbound.conf.d/privacy_options.conf
<br>include: /etc/unbound/unbound.conf.d/cache_options.conf
<br>include: /etc/unbound/unbound.conf.d/dnssec_options.conf
<br>include: /etc/unbound/unbound.conf.d/blacklist.conf
<br>include: /etc/unbound/unbound.conf.d/local_names.conf
<br>include: /etc/unbound/unbound.conf.d/opennic_names.conf
<br>include: /etc/unbound/unbound.conf.d/forwarders.conf
<br>
<br>remote-control:
<br>       control-enable: yes
<br>
<br>cachedb:
<br>   backend: "testframe"
<br>   secret-seed: "default"
<br>   redis-server-host: 127.0.0.1
<br>   redis-server-port: 6379
<br>   redis-timeout: 100
<br>   redis-expire-records: no<br></span></div><div><br></div><div><br></div><div><br></div><div>when i connect my redis server via "redis-cli" .....</div><div><br></div><div><span style="font-family:monospace"><span style="font-weight:bold;color:rgb(255,84,84)">supabunka</span><span style="font-weight:bold;color:rgb(84,84,255)"> /etc/unbound #</span><span style="color:rgb(0,0,0)"> redis-cli        </span><br><a href="http://127.0.0.1:6379">127.0.0.1:6379</a>> keys *
<br>(empty array)
<br><a href="http://127.0.0.1:6379">127.0.0.1:6379</a>><br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">seems nothing get cached......</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">any idea?</span></div><div><span style="font-family:monospace"><br></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 10. Nov. 2021 um 18:29 Uhr schrieb Hauke Lampe via Unbound-users <<a href="mailto:unbound-users@lists.nlnetlabs.nl">unbound-users@lists.nlnetlabs.nl</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On 10.11.21 17:50, Johannes B. Kernel via Unbound-users wrote:<br>
<br>
> and now it works, for 3-5 requests, the all gets refused for 2-5 time, then<br>
> again it works .............<br>
> <br>
> Nov 10 17:45:40 supabunka unbound: [25308:1] debug: refused query from ip4<br>
> Nov 10 17:45:43 supabunka unbound: [15016:0] info: 192.168.100.250 <a href="http://heise.de" rel="noreferrer" target="_blank">heise.de</a>.<br>
<br>
The refusals come from PID 25308 while PID 15016 processes the requests.<br>
<br>
Do you have multiple daemons with different configurations and/or a DNS<br>
balancer?<br>
<br>
<br>
Hauke.<br>
</blockquote></div>