mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
ad8e879f3a
Co-authored-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
472 B
472 B
ping6.py
Check if an IPv6 host is reachable using ICMPv6. Sends ICMPv6 echo requests and listens for echo replies. Note: Requires root privileges for raw socket access (e.g., run with
sudo). Part of the Impacket suite. More information: https://github.com/fortra/impacket.
- Ping an IPv6 host from a specified source IPv6 address:
ping6.py {{source_ipv6}} {{destination_ipv6}}
- Ping 2001:db8::2 from 2001:db8::1:
ping6.py 2001:db8::1 2001:db8::2