So far as I know there are only 2 options now:install adguard and listen on all interfacesorafter installing adguard and adding a new interface you have to edit the yaml config file by hand.
Opnsense 22.7.4 Install:1 - Activate mimugmail's community repository2 - Install AdGuardHome from System --> Firmware --> Plugins3 - Opnsense - System - Settings -General DNS Servers: empty Untick: Do not use the local DNS service as a nameserver for this system Untick: Allow DNS server list to be overridden by DHCP/PPP on WAN4 - Services – DHCPv4 – [LAN] : DNS Servers all empty5 – Opnsense – Services - Unbound DNS – General Tick: Enable Unbound ( Listen Port: 5353 ) Tick: Enable DNSSEC Support Network Interfaces: All6 - Opnsense - Services - Unbound - Dns Over Tls Server IP: 1.1.1.1 Server Port: 853 Verify CN: cloudflare-dns.com7 - Activate and start AdGuardHome from Services --> AdGuardHome8 - Navigate to http://Opnsense ip:3000/ ( 192.168.1.1:3000 ) to complete the setup Adguard9 - Adguard Home - DNS Configuration - Upstream Servers: Add Opnsense ip:5353 ( 192.168.1.1:5353 ) Delete those that exist10 – Adguard Home – DNS Configuration – Bootstrap DNS servers Add Opnsense ip:5353 ( 192.168.1.1:5353 ) Delete those that exist 11 - Adguard Home - DNS Configuration - Private reverse DNS servers: 192.168.1.1:5353
Sorry if it's a dumb question, but for...Tia.
Sorry if it's a dumb question, but for 1) AdGuard Home – DNS Configuration – Upstream servers 2) AdGuard Home – DNS Configuration – Bootstrap DNS servers 3) AdGuard Home – DNS Configuration – Private reverse DNS serversI see someoen saying to use Opnsense ip:5353 and someone else to use 127.0.0.1:5353Are those options exactly the same / should we use both ?Tia.
Quote from: hushcoden on January 09, 2023, 05:35:42 pmSorry if it's a dumb question, but for...Tia.Do have nearly the same questions as you.I want to run Unbound as my upstream resolver for Adguard Home (and don't want to run DoT).Couldn't find the right settings.
DNS Configuration – Upstream servers -> 127.0.0.1:portnumber of unbound or OpnsenseIP:portnumber
If the forward DNS server is identical with the one keeping your local forward and reverse zones, than you do not need the "private reverse" setting.
Try to forward to 127.0.0.1 instead of your interface IP address.