I have an app that provides a simple web-interface to configure things. The webinterface is served on a special port, say for example 8888. So by typing IP-Adress:8888 in the browser, clients may do things in the webinterface. Now I want my clients to not have to figure out the IP-Adress, but use a convenient name.
For this reason, I included DNSServiceRegister in my app, registered an _http._tcp server on the correct port, gave it a name, and apparently it works correct: Using the tildesoft Bonjour Browser, I can see a service HTTP with my name, with the correct IP and port. If I double-click it in Bonjour Browser, my webbrowser opens the webinterface.
But if I type the name, the name.local or the name.local:port in my browser, I get a name not resolved error.
.localdomain? Does a reverse-lookup resolve to the correct hostname? – Chris Mowforth Feb 14 at 5:19