LoginSignup
0
0

More than 5 years have passed since last update.

mac0S で LAN 内の使用 IP アドレスを調べる

Posted at

arp-scan コマンドのインストール

brew install arp-scan

arp-scan コマンドの実行

sudo arp-scan -I en0 -l

注意1:macOS と linux とでは、インターフェイス名が異なるので注意する
macOS: en0
linux: eth0

注意2:sudo で実行
ユーザーの権限では、エラーになるので注意する

0
0
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
0
0