Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect network drive via ipv6 link-local address #403

Open
p5-vbnekit opened this issue Sep 18, 2023 · 0 comments
Open

Unable to connect network drive via ipv6 link-local address #403

p5-vbnekit opened this issue Sep 18, 2023 · 0 comments

Comments

@p5-vbnekit
Copy link

p5-vbnekit commented Sep 18, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant