I am looking for a way to make reverse mDNS query on OSX over IPv6 only. I am not interested by solution using IPv4.
The following works on Linux with dig
9.16.1:
dig +short @ff02::fb -p 5353 -x 2001:db8::1
I've installed dig
9.16.7 with homebrew on OSX, that command with the exact same arguments produces a timeout. And there is no sign of the outgoing query on Wireshark.
The following works well on both Linux and OSX:
dig +short @224.0.0.251 -p 5353 -x 192.168.1.23
The binary avahi-resolve-address
is not available on OSX and I didn't find a way to make a reverse DNS works with dns-sd
.
Here is the operating system version used:
- OSX version: Catalina 10.15.7
- Linux: Ubuntu 20.04