File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,29 @@ admin@fe80::ff:fec0:ffed%tap0's password: admin
4343admin@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
You can’t perform that action at this time.
0 commit comments