IPv6 support
#1230
Replies: 2 comments 1 reply
-
The user interface accepts only IPv4 but I think you can override it with IPv6 in the session.json file. |
Beta Was this translation helpful? Give feedback.
1 reply
-
well, use portforwarding is a workaround... # remote desktop
netsh interface portproxy add v4tov6 listenport=9943 listenaddress=* connectport=9943 connectaddress=public ipv6 ip or host
netsh interface portproxy add v4tov6 listenport=9944 listenaddress=* connectport=9944 connectaddress=public ipv6 ip or host
# my local windows desktop(connected same router with quest2, or use port forward function in the router)
netsh interface portproxy add v6tov4 listenport=9943 listenaddress=* connectport=9943 connectaddress=quest2 local ipv4 ip
netsh interface portproxy add v6tov4 listenport=9944 listenaddress=* connectport=9944 connectaddress=quest2 local ipv4 ip
# then set manual ip 127.0.0.1 and select tcp connection type on the remote alvr server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Both my Oculus Quest2 and ALVR server own a WAN(Internet) IPv6 address and they can mutual access through it, however currently ALVR server does not support IPv6 address.

Beta Was this translation helpful? Give feedback.
All reactions