- Login to your router's webpage (http://192.168.0.1/webpages/index.html#/iptvAdv)
- On Network > IPTV/VLAN, uncheck IGMP Proxy and IGMP Snooping
- Click Save
You should now be able to arp -a yourdevice.local
.
Note: you may be able to uncheck just one of the 2 IGMP settings; haven't tested.
# List advertised services
dns-sd -B _services._dns-sd._udp local
# => ...
# => 23:07:22.155 Rmv 0 7 . _tcp.local. _airplay
# List airplay devices
dns-sd -B _airplay._tcp local
# => ...
# => 23:08:42.548 Add 2 12 local. _airplay._tcp. Den Den
# List only webpages
dns-sd -B _http._tcp local
# => ...
# => 23:07:01.153 Add 3 12 local. _http._tcp. EPSON ET-4850 Series
# Resolve hostnames
dns-sd -L "Den Den" _airplay._tcp local
# => Den\032Den._airplay._tcp.local. can be reached at Bose-blabla.local:7000 [...]
dns-sd -L "EPSON ET-4850 Series" _http._tcp local
# => EPSON\032ET-4850\032Series._http._tcp.local. can be reached at EPSON11A1A1.local.:80 (interface 12)
Thus Bose-blabla.local:7000
and EPSON11A1A1.local.:80
arp -a
still isn't listing hostnames
- https://apple.stackexchange.com/questions/310061/how-to-find-all-devices-ip-address-hostname-mac-address-on-local-network
- https://www.reddit.com/r/HomeNetworking/comments/102pzry/not_all_devices_showing_when_scanning_network/
- https://community.tp-link.com/us/home/forum/topic/517286
- https://www.reddit.com/r/Ubiquiti/comments/ghecqa/configuring_igmp_snooping_is_it_worth_it_does_it/
- https://forum.mikrotik.com/viewtopic.php?t=134004