OPNsense Forum

English Forums => General Discussion => Topic started by: ak888 on March 21, 2024, 05:41:54 PM

Title: AGH to Listen on LAN ipv6 address
Post by: ak888 on March 21, 2024, 05:41:54 PM
Starting out with ipv6. I have been running AGH on port 53 and Unbound upstream on port 8853. This works great on ipv4. Trying out ipv6 and on the LAN I have the track interface.

When I run dig from a client and specify the lan ipv6 addres on 53, I get a timed out error and no reply. If I specify port 8853 for unbound with the ipv6 this works fine. It seems AGH isn't listening on the LAN ipv6 address. Is there any way to set this up? I can't find anything for this.
Title: Re: AGH to Listen on LAN ipv6 address
Post by: Patrick M. Hausen on March 21, 2024, 05:57:28 PM
You need to edit /usr/local/AdGuardHome/AdGuardHome.yaml and restart the service.
Title: Re: AGH to Listen on LAN ipv6 address
Post by: ak888 on March 21, 2024, 06:35:14 PM
Thanks - that pointed me to the right direction.
Can only think of putting 0.0.0.0 into bind hosts which will bind all interfaces. Did this because if the WAN address changes and track interface will change the LAN address.

But it does mean all interfaces are bound. Guess I need a port block on WAN for port 53? Or is there any other implications?