nmap
Article by
on August 7, 2012List IPs on a Network
$ nmap -sP 192.168.1.0/24
Or, you can do a range:
$ nmap -sP 192.168.1.0-10
Scan for Ports on a Network
$ nmap -sF -p22 192.168.41.0/24
Further Reading
https://github.com/bwaldvogel/neighbourhood
http://community.spiceworks.com/how_to/show/583
http://www.itauthor.com/2011/08/28/scan-for-available-ip-addresses/