sshfs-win
sshfs-win copied to clipboard
Unable to connect network drive via ipv6 link-local address
If I try to map a network drive with a link-local ipv6 address i have connection Error 67 (Network name cannot be found).
Inacessible connection string examples:
-
\\sshfs\user@fe80::218:7dff:fe9c:f7ab\ -
\\sshfs\user@fe80::218:7dff:fe9c:f7ab%16\ -
\\sshfs\user@[fe80::218:7dff:fe9c:f7ab]\ -
\\sshfs\user@[fe80::218:7dff:fe9c:f7ab%16]\Where%16is newtwork interface id.
But it works via ipv6 host name: C:\Windows\System32\drivers\etc\hosts: fe80::218:7dff:fe9c:f7ab%16 ssh_host.
Apparently the hostname (ssh_host) was used instead of direct ipv6 link-local address (connection string = \\sshfs\user@ssh_host\).
My environment:
- Latest sshfs-win
- Latest winfsp
- M$ Windows 11
Same result on stable version.
May you fix it? Thank you!