Skip to content

Commit 6e7775b

Browse files
authored
add -v option to ping for duplicates
1 parent 4592914 commit 6e7775b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en_troubleshooting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ Using ICMPv6 we can discover machines in our network thanks to the special Multi
114114
To discover all the devices we can use the next command (using +ping6+ or +ping+ depending on your Linux distro) where the appended %eth0 specifies which network interface to use (could be something like +eth0+ or +enp0s25+, you can see the interface names with the commands +ip link show+ or +ifconfig+):
115115

116116
```
117-
ping6 ff02::1%eth0
117+
ping6 -v ff02::1%eth0
118118
```
119119

120120
or just
121121

122122
```bash
123-
ping ff02::1%eth0
123+
ping -v ff02::1%eth0
124124
```
125125

126126
Then each device connected to our collision domain, will reply the ICMP request with its own IPv6 link-local address.

0 commit comments

Comments
 (0)