Ran into a solution for finding all active IP's in a subnet. This is a very effecient (fast) solution *and* can be run against subnets that the machine isn't connected to.
arp-scan -I lan0 192.168.0.0/24
or
arp-scan -I lan0 192.168.0.0/16
Comment feed for this post