Skip to content

Commit 349a89b

Browse files
authored
Merge pull request #1381 from kernelkit/copilot/fix-ipv6-ping-windows
Document Windows IPv6 multicast ping limitations with community verification request
2 parents 15d6947 + 55e9a57 commit 349a89b

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

doc/discovery.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,29 @@ admin@fe80::ff:fec0:ffed%tap0's password: admin
4343
admin@infix-c0-ff-ee:~$
4444
```
4545

46+
### Windows
47+
48+
Infix advertises a `_workstation._tcp` DNS-SD record alongside its other
49+
mDNS services. Windows 10 (build 1709+) and Windows 11 recognise this
50+
record and show the device in **File Explorer → Network** automatically —
51+
no extra software required.
52+
53+
From the command line, use the `.local` hostname directly:
54+
55+
```cmd
56+
C:\> ping infix-c0-ff-ee.local
57+
C:\> ssh admin@infix-c0-ff-ee.local
58+
```
59+
60+
> [!NOTE]
61+
> IPv6 multicast ping (`ping ff02::1%if1`) may not display responses on
62+
> Windows even though the Infix device replies correctly. If you need to
63+
> confirm connectivity, Wireshark will show the ICMPv6 echo replies
64+
> arriving. Use mDNS (see [mDNS-SD](#mdns-sd) below) as the reliable
65+
> alternative.
66+
67+
![Wireshark showing IPv6 ping responses](https://github.com/addiva-elektronik/alder/assets/122900029/c45d7726-448f-4c30-878e-bcf976dff531)
68+
4669

4770
## LLDP
4871

0 commit comments

Comments
 (0)