Denton Gentry
Denton Gentry
Can you paste the output of `scutil --dns` ?
On a Windows 10 system running Tailscale 1.28 when I ping a single-label MagicDNS name, in Wireshark on the Tailscale interface I see: - regular DNS requests, which receive responses...
There are registry keys to disable mDNS globally: https://f20.be/blog/mdns So far I haven't found a setting to disable it for a specific interface. PPP interfaces have a `connection.mdns` setting, but...
Disappointingly, we already set a registry key to disable multicast on the Tailscale interface but the mDNS frames are sent regardless.
Other registry settings tried in `\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{...}` with no effect: - `IGMPLevel` dword32 = 0 - `EnableWsd` dword32 = 0 - `EnableMDNS` dword32 = 0 (which exists in HKLM\CurrentControlSet\Services\Dnscache\Parameters but I...
[This article](https://f20.be/blog/mdns) is pretty convincing that there is not an interface-specific registry key to not send mDNS requests. They used Procmon from [Sysinternals](https://docs.microsoft.com/nb-no/sysinternals/downloads/) to trace the DnsCache process. It checks:...
That is a good thought. However after adding `HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\DisableWpad` with a value of 0x1 I see no further lookups for `wpad` but the first ping is still delayed by...
There is exactly one search result for: _windows "first ping" delayed "2.3 seconds"_ https://www.google.com/search?q=windows+%22first+ping%22+delayed+%222.3+seconds%22 It is from cern.ch, and looks very promising: _"Then the second and third ping are extracted...
Split DNS does work for some people, I'm using it on an Android 12 device for example. Around the time of the bugreport we see DNS packets being sent to...
To be clear, as far as I can tell the problem is that the DNS server is not sending a response. - it might not think it is authoritative for...