Is there a known issue with fresh installs of this plugin and 21.7? I can't even get the setup page to load after a successful plugin install (http:<my.opnsense.ip>:3000).The plugin is enabled and appears to be runningNo errors are thrown in the logsI have Unbound disabledI am not running Grafana, NTPng, or any other service on port 3000. Netstat shows the AdGuardHome service is running on said port and nothing else. I cannot get the start page to come up at all on port 3000. Since that triggers the initial setup wizard, there's no configuration yaml created (I checked via CLI). The service just appears to be running and waiting for me to kick off the process.Could someone post a (more or less) "default" configuration yaml for the plugin? I can modify it for my own setup, restart the service, see if that gets past it, though I'd still like to figure out why I can't access the initial config wizard. Thanks!Edit: As often happens, writing this post made me re-think a couple things to try and I got it working. The problem, if anyone else runs in to this, is I am using a failover group for a gateway (my ISP WAN interface + backup LTE modem) and for that to work correctly the LAN "pass all outbound" rule has to be modified to use it vs. the default "any" gateway. This means you need to explicitly define any additional ports (besides 80 and 443 which are in the default anti-lockout rule) you want to access on the OPNsense box itself, in this case 3000 (for the wizard) and then 81 (the port I picked AdGuardHome to run on). Easy fix when I realized what the problem was.I figured it out when I looked where I should have in the first place - the firewall logs vs. the service logs. The latter showed no issues because there weren't any with the service. The firewall blocked access, by design, until I explicitly allowed those ports access from my LAN net to my LAN address. Hope this helps someone else
Interface: LANProtocol: TCP/UDPDestination / Invert: TickedDestination: UnraidServerIPDestination port range: From: DNS - To: DNSRedirect target IP: 127.0.0.1Redirect target port: 5353Description: Bypass AdGuard for unraid serverNAT Reflection: Disable
Updates work fine here from the webinterface
Thank you very much, I have tried it and it works.Opnsense 22.1 Clean Install - Installation:It is very important to follow the order explained1 - Activate mimugmail's community repository2 - Install AdGuardHome from System --> Firmware --> Plugins3 - Activate and start AdGuardHome from Services --> AdGuardHome4 - Opnsense - System - Settings -General 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 WAN 5 - Opnsense - Services - Unbound - Dns Over Tls Set the desired dns servers, ej, Cloudflare: Server IP: 1.1.1.1 Server Port: 853 Verify CN: cloudflare-dns.com6 - Opnsense - Services - Unbound - General Listen Port: 53537 - Navigate to http://your.opnsense:3000/ ( 192.168.1.1:3000 ) to complete the setup Adguard8 - Adguard Home - DNS Configuration - Upstream Servers: Add router_ip:5353 ( 192.168.1.1:5353 ) Delete those that existSecurity Extra: https://www.sunnyvalley.io/docs/network-security-tutorials/how-to-configure-opnsense-firewall-rules#1-allowing-only-specific-dns-servers
It is very important to follow the order explained
server:do-not-query-localhost: noforward-zone: name: "." # Allow all DNS queries forward-addr: 192.168.30.254@5310 forward-addr: ::1@5353