On 5/24/2024 1:41 PM, Dave Close wrote:
nsswitch.conf contains: hosts: files mdns4_minimal [NOTFOUND=return] resolve dns myhostname
Using .local for your LAN and putting mdns4_minimal before resolve and dns is probably part of the issue. mdns4_minimal is probably intercepting the query. What it does with it is anyone's guess.
https://superuser.com/questions/1417190/why-do-i-need-to-change-the-order-of...
You could try changing the order in nsswitch.conf but long-term, try using a different TLD for your LAN. IANA recently proposed using .internal for that. (I've been using .lan after my company name.)
https://www.icann.org/en/public-comment/proceeding/proposed-top-level-domain...