151
General Discussion / Re: Cannot connect to or ping switch IP
« on: October 25, 2024, 09:41:00 am »
It sounds like you have not configured the new switch with a default route (gateway) pointing to the firewall (probably 192.168.1.1).
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.
I think you could just create a loopback interface and give it a static IPv6 ULA, and point to that in any static DNS client config. From a quick test, it seems to work for me.
Hopefully the follow up is as reasonable, how would I do this?
QuoteWhat problem are you actually trying to solve here anyway? It seems like a lot of complexity for a problem that's not really clear (to me)....
The key idea I came up with is that dns traffic on LAN is plane dns, and was wondering if that could be changed to encrytped dns on LAN. Thisway making it impossible for the utopian case that DNS would be sniffed by something on LAN network
p.s. your config works for Bind. It starts and runs.
<...snip...>
Adguard home - DNS Settings - Upstream DNS Servers - tls://127.0.0.1:853 or 127.0.0.1:853 - don't work or connect.
listen-on port 853 tls local-tls { 127.0.0.1; };tls local-tls {
cert-file "/var/etc/cert.pem";
key-file "/var/etc/key.pem";
};This configuration doesn't exist in backup-and-restore options