LoginSignup
2
4

More than 5 years have passed since last update.

linux / network > ネットワーク内の装置を調べる > nmap -sP 192.168.24.1-255

Last updated at Posted at 2015-04-22

参考

動作確認
CentOS 6.5

root権限にてnmapをインストールしておく。

192.168.24.1から192.168.24.255の範囲をスキャンするにはrootユーザにて以下を実行する

$nmap -sP 192.168.24.1-255
Nmap scan report for 192.168.24.1
Host is up (0.00064s latency).
MAC Address: xx:xx:xx:xx:xx:xx: (XXXXXX)
Nmap scan report for 192.168.24.2
...

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4