Hi all,
I'm running AGH and OpenWRT in a RPi4 (CM4 really, with DF Robot router board) and I have two interfaces:
- eth1 - Main connection
- eth1.10 - VLAN for guests
In the adguardhome.yaml file, I setup three dns "bind_hosts":
- 127.0.0.1
- -IP from eth1-
- -IP from eth1.10-
And I've tried everything: different firewall zones, added rules to allow DHCP and DNS for eth1.10, add DNS forwardings with both hosts from AGH, but I cannot make it work for the Guest interface (eth1.10).
All devices connected via eth1 are fine.
Devices connected via eth1.10 can't get connection. The browser error I get when connect to Guest is "ERR_NAME_NOT_RESOLVED".
Can any of you help me?