Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
1k views

How to route all subdomains to a single host using mDNS?

I have a development webserver hosting as "myhost.local" which is found using Bonjour/mDNS. The server is running avahi-daemon. The webserver also wants to handle any subdomains of itself. Eg ...
5
votes
1answer
1k views

Redirecting “.local” subdomain to unicast DNS

I regularly access Windows domains that have been set up to use a domain under the .local top level name. This conflicts with Bonjour/Zeroconf which reserves .local for it's own use. A number of ...
4
votes
2answers
763 views

Why does mDNS (Bonjour, Avahi, etc) use UDP?

It seems to me that a lot of the problems with DNS, particularly security problems, have the root cause of DNS being implemented over UDP; for example the responder doesn't have to be who he says he ...
2
votes
1answer
73 views

How does Windows know how to resolve mDNS queries?

When you install Bonjour for Windows you can resolve any ".local" mDNS name from anywhere in the system. For example, you can "ping some_computer.local" and mDNSResponder.exe (Bonjour/mDNS Daemon) ...
2
votes
1answer
408 views

MDNS subdomains with Avahi

I have a machine running avahi-daemon on Ubuntu Jaunty. It's currently responding to requests for itself on hostname.local, but I would like it to run a webapp that ends up publishing MDNS addresses ...
1
vote
1answer
163 views

Bind to mdns multicast address on mac os x

I want to bind to the multicast DNS group and port on a mac os x machine to prototype some bonjour functionality. However, when I try to bind to the port I get the following error (incidentally this ...
1
vote
1answer
228 views

Sharing a DNSServiceRef using kDNSServiceFlagsShareConnection stalls my program

I'm building a client using dns-sd api from Bonjour. I notice that there is a flag called kDNSServiceFlagsShareConnection that it is used to share the connection of one DNSServiceRef. Apple site ...
1
vote
0answers
238 views

How do I broadcast a hostname using Ruby's net-mdns?

I'm new to net-mdns and mDNS in general, so I have just a basic understanding of how the protocol works for now, and I hope the question is pretty self-explanatory. So far I've seen some examples of ...
0
votes
1answer
63 views

dns-sd: how to manually register a remote service

I have a service on another remote system which is on another physical network and its multicast packages don't get to my local system, thus I don't see its DNS-SD published services. I there a way I ...
0
votes
1answer
86 views

Neighbor Discovery?

Hello, In order to get a list of the surrounding nodes announcing services in an IP network, I was trying to ...
0
votes
1answer
295 views

Unregistering a zeroconf service using jmDNS

I'm tryng to make my Android app register a service via zeroconf while the app is active, and then unregister it after the app exits. In my onResume method I have the following code: // register ...
0
votes
0answers
33 views

Change service priority using mDNSClientAPI

I'm new with Bonjour and I'm trying to update an exiting code to publish priorities of each service types. Anyone has an idea how to do it using mDNSClientAPI? Including "priority=" as one of the ...
0
votes
1answer
223 views

Installing dnssd gem on Windows

Has anyone successfully built the dnssd gem on Windows? I get the following error when trying to build the c extension: C:\Users\Charles>gem install dnssd -- --with-dnssd-dir=c:/progra~1/bonjou~1 ...
0
votes
1answer
189 views

mdns: is there a web-service interface to avahi-daemon?

I would like to query the mdns database of avahi-daemon through HTTP. Is there a way to do this?
0
votes
1answer
355 views

What can cause Bonjour to not call me back during browsing?

I have a rather popular Bonjour-based application in App Store. It works perfectly, but around 0.2% of my users report a bizarre bug: "no arrows appear on the edges of the screen, so I can't share ...
0
votes
2answers
1k views

ZeroConf extension that can be used in Firefox/XULRunner?

Is there a ZeroConf client extension for Firefox/XULRunner to be used in a zeroConf environment based on either mDNS or SLP? I know of an extension already that's being developed by the ActiveState ...