Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jeremy325

macrumors newbie
Original poster
Feb 27, 2015
11
0
Is there away on macbook to find all ip addresses on a network that i am connected to?
 
no not a airport device. All hard wired network. needing to find the list of all computers/devices on the network
 
You can install nmap, then run something like "nmap 192.168.1.0/24" to scan the entire IP range.

You can also run "arp -a" to see a list of current ARP entries, though this may not show the entire network.
 
If it's your network, why not log into the router and see the DHCP table?

The tools mentioned above will work too. Can also try pinging the broadcast address to see if anything else replies. Simple, but not foolproof. In a command window: ping 192.168.1.255... or whatever network/subnet combo you use.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.