Skip to content

Instantly share code, notes, and snippets.

@elcritch
Created March 8, 2022 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elcritch/215be6c1cb59feb06259d40a6e86e6da to your computer and use it in GitHub Desktop.
Save elcritch/215be6c1cb59feb06259d40a6e86e6da to your computer and use it in GitHub Desktop.
Handy IoT IPv6 Commands
## 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