1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

MacOSでネットワーク内の端末を確認する(ipv6)

Posted at

ルーティングテーブル

これ

自分のIPとネットワーク

% ifconfig | grep en0 -A6 | grep -i fe80
        inet6 fe80::1:14ad:eb4e:e03%en0 prefixlen 64 secured scopeid 0x4 

en0 の部分はインターフェース名

リンクローカルマルチキャスト(ipv4のブロードキャスト)

ping6 -I en0 -c 1 ff02::1

en0 の部分はインターフェース名

ネイバー一覧

ndp -a

到達確認

ping6 -c 1 fe80::1:14ad:eb4e:e03%en0
1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?