Created
October 17, 2021 20:32
-
-
Save cjac/105d057a6e54460874f0c34f7417dca4 to your computer and use it in GitHub Desktop.
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
cjac@edge:/etc$ sudo tcpdump -s0 -n -i any host fe80::5054:ff:fe32:3c08 and host ff02::2 | |
[sudo] password for cjac: | |
tcpdump: data link type LINUX_SLL2 | |
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode | |
listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes | |
cjac@moon:~/notes/six$ sudo tcpdump -s0 -n -i any host fe80::5054:ff:fe32:3c08 and host ff02::2 | |
[sudo] password for cjac: | |
tcpdump: data link type LINUX_SLL2 | |
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode | |
listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes | |
13:21:47.718241 macvtap12 Out IP6 fe80::5054:ff:fe32:3c08 > ff02::2: ICMP6, router solicitation, length 16 | |
13:21:47.718252 ens2f0 Out IP6 fe80::5054:ff:fe32:3c08 > ff02::2: ICMP6, router solicitation, length 16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment