Quote from: dseven on December 27, 2024, 12:31:08 PM[/localdomain/]192.168.1.1:53530
what is this localdomain ? where do i find it ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: dseven on December 27, 2024, 12:31:08 PM[/localdomain/]192.168.1.1:53530
Quote from: dseven on December 27, 2024, 12:18:43 PMwait wait wait pls... you mean i use Unbound with changed Port as Upstream DNS Server in AGH DNS Settings instead of DoT/DoH servers ?Quote from: plikmuny on December 27, 2024, 12:12:51 PMOk, then you suggest i use AGH alone with Unbound for local dns resolving ????
can i just use Unbound running on another Port for local resolving and the rest of DNS Queries handled by AGH with DoT/DoH servers instead of using Unbound with its Port as the Upstream/Bootstrap servers ???
Yes! Move unbound to another port, say 53530, put AGH on port 53, and configure it to use unbound on port 53530 as the upstream for your "localdomain" and DoT for everything else, and (optionally) point to unbound for "Private reverse DNS servers" too.
Quote from: dseven on December 27, 2024, 12:08:00 PMOk, then you suggest i use AGH alone with Unbound for local dns resolving ????Quote from: plikmuny on December 27, 2024, 12:03:03 PMIs there a simple Guide on how i can setup Adguardhome + Dnscrypt on Opnsense or it is just Nonsense-Setup and i dont need it when i have AGH ?
If you don't know that you need it, you probably don't need it. AGH can do DoT, if you're worried (for some reason) about your ISP being able to see your DNS queries. dnscrypt seems like unnecessary complication, and likely WILL impact DNS resolution time (negatively).
Quote from: dseven on December 27, 2024, 11:39:14 AMok, then i will have to dissect my setup and pinpoint what could be wrong.Quote from: plikmuny on December 27, 2024, 11:31:21 AMBecause when i use AGH as DHCP server + DNS resolver i have a very low response time of 1ms....
But when i use Opnsense DHCP and AGH as DNS resolver the response time is 8-18ms.... i can see that the website struggles to open in this setup compared to when the AGH alone handles everything... the Webpages opens on the fly and i can feel it...
Again, the DHCP server is NOT involved in individual DNS transactions, so there's some other factor in play here.
AGH provides a DHCP server implementation for cases where the existing DHCP server is not flexible enough to allow pointing clients to specific DNS services, which could be the case with a basic consumer-grade router/gateway, but it is not the case with OPNsense. Using AGH's DHCP server instead of ISC or Kea will not have any effect on DNS response times, provided DHCP is configured to point clients to the same DNS servers.
Quote from: dseven on December 27, 2024, 09:39:14 AMI've not tried to use dnscrypt, so maybe there's some nuance that I'm not aware of, but....Hi, now we are getting there with the right Point... all i am saying is that when AGH has its own DHCP Function and when i am using AGH as main DNS Resolver, why dont i use the both so that the DNS QUery from all the Devices works better and all in one Hand ?
Unbound is not a DHCP server, it's a DNS resolver.
The DHCP server is not "a hop in the network" - it's a service for centralising IP address assignment and network configuration for devices on your network. It's not involved in DNS transactions, other than telling clients which DNS servers to use.
What are you trying to accomplish with the AGH DHCP server?
Quote from: cookiemonster on December 27, 2024, 12:03:31 AMTo add. https://github.com/opnsense/docs/blob/master/source/manual/how-tos/dnscrypt-proxy.rst seems to have instructions on how to get dnscrypt on OPNSense.Sorry, this post didnt help me much. no matter how many times i override the config manually, once i commit the config and restart the service, the Config gets reset to default ... i dont know why
Quote from: cookiemonster on December 26, 2024, 11:41:05 PM> Is there a way on how i disable the DHCP of Opnsense completely and use AGH DHCP function ?Hi, thanks for your reply. i tried that but AGH simply refuses to enable DHCP Option( an error keeps popping up saying its not possible) i think Opnsense doesnt allow that.
Yes. I'm not sure why you'd want to do this but just disable it on OPN and enable it on AGH. Did you try that?
https://github.com/vernesong/OpenClash
)