1
Zenarmor (Sensei) / Re: Does OPNsense with IDS/IPS/Other takes full advantage of multi-core CPUs
« on: September 27, 2024, 08:46:44 pm »
Thank you, I appreciate the information
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hi, I've got an issue where every device in my network can resolve DNS, but the OPNsense system itself can't, meaning it's not possible to check for updates, also DNS lookups don't work. The setup consists of Unbound DNS being the upstream of Adguard.
I've followed the usual guides present in this thread (the two DNS server options checkboxes are unticked in System->Settings->General, no DNS servers are present there, Unbound is set to run on port 5353 and so on).
What's weird is that if I just enter a public DNS (like 8.8.8.8 ) in System->Settings->General, the OPNsense system itself can suddenly resolve all DNS queries. I'd like it to use at least Unbound as well though.
Could anyone possibly help me with this?
Opnsense 24.7.4 Installation:
1 - Activate mimugmail's community repository:
SSH Opnsense: fetch -o /usr/local/etc/pkg/repos/mimugmail.conf https://www.routerperformance.net/mimugmail.conf
2 - Install AdGuardHome ( os-adguardhome-maxit ) from System - Firmware - Plugins
3 - Opnsense: System - Settings - General:
- DNS Servers: all empty
- Allow DNS server list to be overridden by DHCP/PPP on WAN: uncheked
- Do not use the local DNS service as a nameserver for this system: uncheked
4 - Disable Unbound
5 - Activate and start AdGuardHome from Services - AdGuardHome - General ( Primary DNS cheked )
6 - Navigate to http://your.opnsense:3000/ to complete the setup
7 - In Adguard Home - Settings - DNS settings - Upstream DNS Servers: Set the desired servers ( 1.1.1.1, 8.8.8.8 etc ):
tls://1.1.1.1
tls://1.0.0.1
https://odoh.cloudflare-dns.com/dns-query
quic://dns0.eu
8 - In Adguard Home - Settings - DNS settings - Bootstrap DNS servers:
1.1.1.1
1.0.0.1
193.110.81.0
185.253.5.0
Zenarmor multi-core support is expected to arrive in Q2 of 2025, you can follow the updates.
It would be better for the year 2040
Sorry for the inconvenience, but we had to prioritize working on other features.
To be honest, it was a pain to even find the htop binary/package. I'm not going to be any help unfortunately...I could never find an easy way to do this either.
Looks like it's here now for current version of OPNsense.
https://pkg.freebsd.org/FreeBSD:14:amd64/quarterly/All/htop-3.3.0_2.pkg
When you need to update it, I "delete pkg htop" and then "add pkg htop <url>". Just updated using this link and it works as expected.
Looks like it's here now for current version of OPNsense.
https://pkg.freebsd.org/FreeBSD:14:amd64/quarterly/All/htop-3.3.0_2.pkg
When you need to update it, I "delete pkg htop" and then "add pkg htop <url>". Just updated using this link and it works as expected.
I just install the pre-compiled version without issue using this command (assuming amd64 platform).Code: [Select]sudo pkg add https://pkg.freebsd.org/FreeBSD:13:amd64/quarterly/All/htop-3.2.2_1.pkg