I made some research and can't find a solution, I'm starting to think this is not possible.
I'm running arp -a
in my terminal and I'd like to get the hostnames of the LAN devices.
host x.x.x.x
returns:
Host x.x.x.x.in-addr.arpa. not found: 3(NXDOMAIN)
nslookup x.x.x.x
returns:
** server can't find x.x.x.x.in-addr.arpa: NXDOMAIN
Is there a way to do this?