Can I find out which other machines (their IPs) are on my network via Ubuntu command line? What I currently do is install Wireshark and monitor the traffic. Was just hoping there was a simpler way of doing this.

link|improve this question
1  
I think superuser.com might be a better place for this question. – gabe Mar 25 '10 at 19:25
feedback

migrated from stackoverflow.com Mar 26 '10 at 10:05

This question came from our site for professional and enthusiast programmers.

1 Answer

Just use nmap, and point it at your IP block. See nmap-host discovery.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown