sshfs-win icon indicating copy to clipboard operation
sshfs-win copied to clipboard

Unable to connect network drive via ipv6 link-local address

Open p5-vbnekit opened this issue 2 years ago • 0 comments

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 %16 is 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:

Same result on stable version.

May you fix it? Thank you!

p5-vbnekit avatar Sep 18 '23 12:09 p5-vbnekit