unifios-utilities icon indicating copy to clipboard operation
unifios-utilities copied to clipboard

Adugard - Hostnames

Open alekslyse opened this issue 1 year ago • 3 comments

I setup adguard to the specification, but it cant resolve the hostnames. Adguard is on its own vlan, but no restrictions or firewall rules between them. Maybe its a setting I missed?

alekslyse avatar Mar 01 '23 19:03 alekslyse

Set your DHCP serverIP (of each VLAN) as a private reverse server on DNS Settings -> Private DNS Reverse Servers, and check "Use private reverse DNS resolvers" and "Enable reverse resolving of clients' IP addresses" boxes.

PsychoRS avatar Mar 14 '23 12:03 PsychoRS

@PsychoRS Does that work for you? For me when trying to do a dig from the container I just get a timeout?. And I really have no clue the same happens if I try the ip of the UDR(in my case) used in the default unify net

using a dig with tcp I get an “End of file” error. I have tried to have some broad rules with iptables in both the FORWARDING an INPUT chain, but it really doesn’t help

HasseJohansen avatar Jul 01 '23 21:07 HasseJohansen

I solved the problem by telling dnsmasq to also listen on the brx.mac interface. Not doing that dnsmasq will close the connection

HasseJohansen avatar Jul 02 '23 10:07 HasseJohansen