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.
Show posts MenuQuote from: Tabascl on September 27, 2024, 01:26:52 AM
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?
Quote from: yeraycito on September 18, 2024, 03:51:22 PM
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
Quote from: IHK on September 24, 2024, 03:24:22 PMQuote from: yeraycito on September 23, 2024, 06:50:36 PMQuote from: IHK on September 23, 2024, 08:42:38 AM
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.
Quote from: gpb on September 26, 2024, 03:59:51 PM
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.
Quote from: gpb on September 22, 2024, 03:56:03 PM
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.
Quote from: gpb on September 22, 2024, 03:56:03 PM
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.
Quote from: gpb on January 02, 2024, 06:24:11 PM
I just install the pre-compiled version without issue using this command (assuming amd64 platform).sudo pkg add https://pkg.freebsd.org/FreeBSD:13:amd64/quarterly/All/htop-3.2.2_1.pkg