|
|
This entry gives a way to find active computers on a LAN with Linux machine.
We can use nmap port scanning tool for that.
You can install nmap with
yum install nmap
or
apt-get install nmap
Example:
nmap -sP 192.168.200.0/23
searches 192.168.200.x & 192.168.201.x sub networks. And lists active computers.
nmap -v -sP 192.168.200.0/23 gives more verbose.
Related posts:
- Configuring CVS and CVSUP on Linux Installation of CVS and CVSUP Installing CVS on Redhat Linux...
- How to use windows shares with Linux Samba First of all you need to share some directories on...
- Linux mbr record backup with sfdisk included extened partition infos You can backup your system partition table with sfdisk which...
- High CPU usage solution for vmware on linux (files on NTFS) If you have high cpu usage problem for your vmware...
- SANYO Adds New Active Lifestyle Xacti Digital Movie Camera to Line-up SANYO Electric Co., Ltd. (SANYO) announces its next Xacti digital...
Comments
Leave a comment Trackback