-
Notifications
You must be signed in to change notification settings - Fork 179
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 Over USB #1964
Comments
We have primarily observed this on Windows 10 computers. It appears that there are some differences between the way that Windows supports IPv6 vs other OSes, and we have been using an IPv6 address in link-local mode that is not in the specified subnet for IPv6 link-local connections (we are using fd00:0:cafe:fefe::/64, correct link-local addresses are in fe80::/64). This may or may not be the only thing causing the problem, but in general IPv6 addressing is less well supported and understood generally, so we are going to switch to using IPv4 link-local addressing for ethernet connections. Also, the previous configuration was done with |
Expected Behavior:
Observed Behavior
Steps to Recreate
Note we have not been able to recreate this internally
Resources
The text was updated successfully, but these errors were encountered: