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

IPv6 support #715

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

IPv6 support #715

wants to merge 2 commits into from

Conversation

ksuprynowicz
Copy link
Member

Just an initial commit, currently it's broken.
Please mark andy related TODOs as:
// TODO(IPv6):
so that they are easier to find.

@ksuprynowicz ksuprynowicz added enhancement New feature or request help wanted Extra attention is needed work in progress Do not merge yet labels Nov 10, 2023
@ksuprynowicz
Copy link
Member Author

Currently Interface fails to connect to regular domain servers with this error:

[11/10 15:00:15] [CRITICAL] [hifi.networking] PAGE: Failed to lookup address of STUN server stun1.l.google.com
[11/10 15:00:15] [WARNING] [hifi.networking] PAGE: Failed to lookup public address via STUN server at stun1.l.google.com:19302 (likely a critical error for auto-networking).
[11/10 15:00:15] [DEBUG] [hifi.networking] LimitedNodeList public socket will be set with local port and null QHostAddress.
[11/10 15:00:15] [WARNING] [hifi.networking] Ignoring attempt to save current address with an invalid url: QUrl("")
[11/10 15:00:15] [DEBUG] [hifi.networking] Trying to go to URL "hifi://furry_avatars/-0.0238526,-0.568962,4.54922/0,0.8725,0,0.488613"
[11/10 15:00:15] [DEBUG] [hifi.networking] Possible domain change required to connect to "195.201.114.16" on 40202
[11/10 15:00:15] [DEBUG] [hifi.networking] Resetting current domain connection information.
[11/10 15:00:15] [DEBUG] [hifi.networking] Soft reset
[11/10 15:00:15] [DEBUG] [hifi.networking] Hard reset in NodeList DomainHandler.
[11/10 15:00:15] [DEBUG] [hifi.networking] Updated domain hostname to "195.201.114.16"
[11/10 15:00:15] [DEBUG] [hifi.networking] Looking up DS hostname 195.201.114.16.
[11/10 15:00:15] [DEBUG] [hifi.networking] DomainAccountManager domain URL has been changed to hifi://195.201.114.16:40202
[11/10 15:00:15] [DEBUG] [hifi.networking] Updated domain port to 40202
[11/10 15:00:15] [DEBUG] [hifi.networking] Failed domain server lookup
[11/10 15:00:15] [WARNING] [hifi.networking] Ignoring attempt to save current address because not connected to domain: QUrl("hifi://furry_avatars/-0.0238526,-0.578349,4.54922/0,0.8725,0,0.488613")

@ksuprynowicz
Copy link
Member Author

When I try to connect by IP address it doesn't work and this happens:

[11/10 15:10:40] [DEBUG] [hifi.networking] Trying to go to URL "hifi://195.201.114.16:40202/-0.0238526,-1.10437,4.54922/0,-0.644783,0,0.764365"
[11/10 15:10:40] [DEBUG] [hifi.networking] Possible domain change required to connect to domain at "195.201.114.16" on 40202
[11/10 15:10:40] [DEBUG] [hifi.interface] MyAvatar goToLocation - moving to -0.0238526, -1.10437, 4.54922
[11/10 15:10:40] [DEBUG] [hifi.interface] MyAvatar goToLocation - new orientation is 0, -0.644783, 0, 0.764365
[11/10 15:10:40] [WARNING] [hifi.networking] Ignoring attempt to save current address because not connected to domain: QUrl("hifi://195.201.114.16:40202/-0.0238526,-1.10437,4.54922/0,-0.644783,0,0.764365")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed work in progress Do not merge yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant