Tagged Questions
0
votes
1answer
126 views
OSX: Excessive NXDOMAIN response for dns-sd queries
I'm primarily in a OSX environment and I'm seeing a large number of NXDOMAIN responses from
our internal DNS servers. The queries that trigger these responses are what I believe to be mDNS/Bonjour ...
0
votes
0answers
82 views
Bonjour on embedded device [closed]
I would like to publish a service on an embedded device with bonjour (avahi, zeroconf).
i mostly read that simply execute a tool via command line that publishes the service. But that is assuming that ...
1
vote
0answers
129 views
bonjour mdns publish service on linux
I have installed the bonjour mdns from apple open source on my linux pc .
I'm running my webserver (on ip 192.168.1.112) on the same pc . Now I want to publish this using bonjour zero config .
but ...
1
vote
0answers
189 views
Android openvpn + zeroconf browser sending mdns query packets over eth0 instead of tap0 interface on wifi
On an android device, I am connecting to a remote network using openvpn for performing service discovery.
WORKING CASE: After the device is camped on 3g/4g and after connecting to remote network by ...
4
votes
2answers
2k views
Multicast routing across two subnets with FreeBSD 9 (Bonjour between subnets)?
I have a FreeBSD 9 router (a Soekris net6501) connected to the internet via a dsl modem (bridged), doing NAT for two internal subnets, 10.0.1.0/24 (LAN) and 10.0.2.0/24 (wifi net).
There are routes ...
1
vote
1answer
324 views
Apache and ZeroConf
I have a machine running Ubuntu on which I've installed Apache (v2).
What I'm trying to do is enable ZeroConf so that the Apache server will broadcast itself over the network and then will be able to ...
6
votes
1answer
396 views
Is there a way to set up Avahi to implement “anycast name resolution” on a LAN?
First, some background: We've got a lab containing a handful of dedicated Linux servers that run on an isolated LAN. All the servers run the same OS (Debian Linux) and the same proprietary server ...
3
votes
2answers
4k views
Bonjour/mDNS Broadcast across subnets
I have just setup a new OSX Server in our office and verified that everything is working fine over our wired network (192.168.126.0/24).
The problem that I am having is that our clients (Mac Laptops) ...
12
votes
3answers
12k views
How to use Bonjour?
First, what exactly Bonjour does (pleas read my guesses written bellow)?
Here I found out that Bonjour enables automatic discovery of computers, devices, and services on IP networks. But I thought ...
5
votes
2answers
1k views
How do I tell OS X's implementation of Bonjour/ZeroConf which network to use for mdns?
I have four networks on my machine:
192.168.20.0/24 wired (connected only at work)
192.168.20.0/24 wireless (connected only at home)
192.168.132.0/24 VMWare's NAT
192.168.238.0/24 VMWare's host-only
...
2
votes
1answer
583 views
What could cause my OS X machine's mdns ip address to be wrong?
I have an Ubuntu 9.04 box and a OS X 10.5 box. They are both on the same subnet (192.168.10.0/24). I can see ubuntu.local and osx.local from the OS X machine, but I can only see ubuntu.local from ...