How to check Active Linux machines in LAN.In ubuntu 12.04. Anyone knows please suggest me.
Asked
Active
Viewed 310 times
1 Answers
2
You can use
Zenmap:sudo apt-get install zenmap
Zenmap contains the possibility to filter by operating system.
You can also use
nmapsudo apt-get install nmap sudo nmap -O --osscan-limit --max-os-tries 1 <your_ip_range>
using nmap you have to look for Linux.
A.B.
- 92,125