-
Hi guys, I really like Adguard Home and installed it on my Ubuntu Server 22.04 LTS according to instruction. Then I set it as DNS server for all my devices in local network (I set Adguard Home ipv4 address in router's dhcp DNS). Some traffic that uses IPV4 DNS hit the server fine but IPV6 device traffic doesn't come to it at all. Does Adguard Home accept DNS IPV6 request and how to set it up? Adguard Home network:
On another machine in the same network, this works
but this doesn't
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You need to set up Unique Local Addresses (ULA) for your devices and add the ULA of your AGH to the DNS of the other devices. Example: Running this from a device with
|
Beta Was this translation helpful? Give feedback.
I have Deco X55 as well, and I'm able to make it work with ipv6 for my AGH on ubuntu server 22.04 LTS:
Approach 1 - Not using AGH DHCP server:
In Deco app, under Internet Connection (IPV6) use DHCPv6 and there is a LAN section, note down the router's ipv6 address and the prefix. Now in ubuntu add below netplan config and then
sudo netplan apply
Then…