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.

link|improve this question
if you don't specify the port you won't get anything for sure. are you sure the service is advertised on the .local domain? Does a reverse-lookup resolve to the correct hostname? – Chris Mowforth Feb 14 at 5:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.