Quote from: dseven on Today at 09:50:21 AMAt the start, you had a bridge. Is that bridge now completely gone? Updated ifconfig output might be helpful.
Otherwise I'd tend to suspect that your WiFi is misconfigured...
# openssl x509 -noout -subject -in /usr/local/share/certs/rootX0F.crt
subject=O=Root CA, OU=http://www.cacert.org, CN=CA Cert Signing Authority, emailAddress=support@cacert.organd# openssl x509 -noout -subject -in /usr/local/share/certs/CACert_Class3Root_x14E228.crt
subject=O=CAcert Inc., OU=http://www.CAcert.org, CN=CAcert Class 3 Root?# hostname
charon.lan.null-route.us
# openssl s_client -connect charon.lan.null-route.us:443 | grep -i -e verify
Connecting to 2001:579:4c:2700:6662:66ff:fe25:7341
depth=2 O=Root CA, OU=http://www.cacert.org, CN=CA Cert Signing Authority, emailAddress=support@cacert.org
verify return:1
depth=1 O=CAcert Inc., OU=http://www.CAcert.org, CN=CAcert Class 3 Root
verify return:1
depth=0 CN=charon.lan.null-route.us
verify return:1
Verify return code: 0 (ok)# certctl -v rehash
[snipped for readability]
found /usr/local/share/certs/CACert_Class3Root_x14E228.crt
590d426f: CAcert Class 3 Root
found /usr/local/share/certs/ca-root-opnsense-1.crt
590d426f: duplicate
found /usr/local/share/certs/rootX0F.crt
99d0fa06: CA Cert Signing Authority
found /usr/local/share/certs/ca-root-opnsense-0.crt
99d0fa06: duplicate
# certctl -v list
localbase: /usr/local
destdir:
distbase:
unprivileged: false
verbose: true
[snipped]
found /etc/ssl/certs/590d426f.0
590d426f: CAcert Class 3 Root
found /etc/ssl/certs/99d0fa06.0
99d0fa06: CA Cert Signing Authority
[snipped]
590d426f.0 CAcert Class 3 Root
99d0fa06.0 CA Cert Signing Authorityroot@firewall:~ # cat /var/unbound/advanced.conf | grep cache
msg-cache-size: 128m
rrset-cache-size: 256m
cache-max-ttl: 86400
cache-min-ttl: 300
Quote from: lmoore on Today at 08:18:18 PMThe man page for unbound.conf(5) lists this option, is it what you are thinking of?I am aware of that option, but it was something that would basically run as an extension of Unbound.cache-min-ttl: <seconds>
Time to live minimum for RRsets and messages in the cache. If the
minimum kicks in, the data is cached for longer than the domain
owner intended, and thus less queries are made to look up the
data. Zero makes sure the data in the cache is as the domain
owner intended, higher values, especially more than an hour or so,
can lead to trouble as the data in the cache does not match up
with the actual data any more.
Default: 0 (disabled)
The setting in Services -> Unbound DNS -> Advanced is;
https://forum.opnsense.org/index.php?action=dlattach;attach=57351;image
Quote from: nero355 on Today at 07:45:05 PMThere was also some additional piece of software for Unbound that can cache frequently requested stuff for you for longer periods based on your personal preferences, but I can't remember the exact name...
cache-min-ttl: <seconds>
Time to live minimum for RRsets and messages in the cache. If the
minimum kicks in, the data is cached for longer than the domain
owner intended, and thus less queries are made to look up the
data. Zero makes sure the data in the cache is as the domain
owner intended, higher values, especially more than an hour or so,
can lead to trouble as the data in the cache does not match up
with the actual data any more.
Default: 0 (disabled)