Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Tagged with
2 votes
0 answers
3k views

Change domain "local" in avahi and and use a hostname with multiple labels

I need to publish multiple addresses for the same IP (eg: address1.local, address2.local) Did it creating a service /etc/systemd/system/[email protected] with the following: [Unit] Description=...
Ikaro's user avatar
  • 165
1 vote
0 answers
125 views

Why does 'DNSServiceRegisterRecord' not return reference, if there are many ip addresses on the adapter?

I am registering about 80 ip addresses on my router, creating udp sockets, and want to do Bonjour registration for each ip. But the registrations are extremely slow, or failing in presence of so many ...
Mihir Bose's user avatar
0 votes
0 answers
1k views

Multicast DNS problems

Feeling a bit lost after many days of relentless digging and looking for inspiration... The story so far:- I have a Microchip PIC32-based wifi-dev board running TCP/IP stack v5.36. After boot-up, ...
quixote's user avatar
  • 33
0 votes
1 answer
393 views

jmdns constants

I have been using JmDNSfor a while now. I could use it for the purposes of my application. Every thing works fine for me (I have "announcer" machines and a "listening" one, and this latter machine can ...
mimou's user avatar
  • 81
3 votes
1 answer
3k views

Universal local network name resolution method without DNS?

I'm writing TCP/IP code for a DHCP enabled network device. Is there a universal way this device can announce its hostname in-the-wild that pretty much all web browsers (on osx/linux/win) can access ...
MandoMando's user avatar
  • 5,415
0 votes
1 answer
443 views

DNS resolve without depending on router for asterisk system

Basically I have a Debian box running asterisk assigned an IP via DHCP with host-name XXX. My windows browser can resolve the host-name but if I use host-name in X-Lite or my SPA922 phone it fails to ...
john's user avatar
  • 13
6 votes
3 answers
2k views

How do I build a DNS Query record in Erlang?

I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but as I am relatively ...
user avatar
8 votes
1 answer
5k 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 ...
Jason Weathered's user avatar