Thursday 26 April 2018

zeroconf - How can I resolve .local addresses in Windows?


I've got some Linux servers on my home network that I access via "hostname.local", however when using a Windows machine they can't seem to resolve this unless I go via IP address.


How do I make it so my windows machine can resolve hostname.local addresses? I know how to edit C:\Windows\System32\drivers\etc\hosts but surely there's got to be some automatic way to make Windows just find these machines?



Answer



Usually .local names are resolved using mDNS – the Linux servers probably run Avahi, and for Windows there is Apple's own Bonjour.


An older version of Bonjour (v2.0) is included within Bonjour Print Services. It is also available as a Chocolatey package.


The latest version (v3.x) is not available as an independent download, but is installed as part of iTunes (and a few other applications). It is possible to use an archive manager (like 7-Zip or WinRAR) to extract Bonjour64.msi from the iTunes installer.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...