Created
March 8, 2022 03:01
-
-
Save elcritch/215be6c1cb59feb06259d40a6e86e6da to your computer and use it in GitHub Desktop.
Handy IoT IPv6 Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Find all link-local devices on an interface | |
## - helpful for fiding all devices on a given switch | |
ping6 -I eth0 ff02::1 | |
## use link-local ipv6 addresses to keep | |
## a constant device ip even when it's connected | |
## on different networks | |
ping -6 fe80::9090:a32:63b1:ee75%eth0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment