find all active IP addresses in a network

nmap -sP 192.168.1.0/24; arp -n | grep "192.168.1.[0-9]* *ether"
You send a unicast ICMP packet to each host. Many firewalls will drop that ICMP. However, in order to send the ICMP, you'll have first done an ARP request and the remote machine is unlikely to ignore that, so the computer will be in your ARP table.
Sample Output
172.16.17.99             ether   00:0b:db:7f:c1:4c   C                     eth0
172.16.17.203            ether   00:15:60:9a:76:71   C                     eth0
172.16.17.80             ether   00:15:60:5a:6b:0c   C                     eth0
172.16.17.142            ether   00:12:3f:27:a1:34   C                     eth0
172.16.0.12              ether   00:1e:c9:b0:3a:96   C                     eth0

15
By: gavinmc
2010-04-12 14:36:15

What do you think?

Any thoughts on this command? Does it work on your machine? Can you do the same thing with only 14 characters?

You must be signed in to comment.

What's this?

commandlinefu.com is the place to record those command-line gems that you return to again and again. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.

Share Your Commands



Stay in the loop…

Follow the Tweets.

Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.

» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10

Subscribe to the feeds.

Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):

Subscribe to the feed for: