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

Display IPv6 addresses in Admin UI #126

Open
dlakelan opened this issue Mar 5, 2023 · 2 comments
Open

Display IPv6 addresses in Admin UI #126

dlakelan opened this issue Mar 5, 2023 · 2 comments
Labels
feature-request New feature or request

Comments

@dlakelan
Copy link

dlakelan commented Mar 5, 2023

If you'd like to put out an incentive for implementing this feature, you can do so at https://issuehunt.io/r/bk138/droidVNC-NG

Is your feature request related to a problem? Please describe.

On an IPv6 only network, such as TMobile data or some vlans on my home or test networks or on ISPs that offer IPv6 only with NAT64 if you open the VNC server it doesn't seem to bind to the public Ipv6

On TMobile data it uses the clat and binds to a private ipv4 for example

Describe the solution you'd like

On Linux it should be possible to bind to [::] which will accept both Ipv6 and ipv4 connections. I'm not sure if Android kernels work that way.

When doing this the server should report all the addresses that it can be reached on in the UI.

Your environment (please complete the following information):

  • droidVNC-NG version: 1.3.5
  • Android version: 11
@bk138 bk138 added the feature-request New feature or request label Mar 5, 2023
@calllivecn
Copy link

Also need +1

@bk138
Copy link
Owner

bk138 commented Jun 5, 2023

Well the server is already listening on [::], this is just not displayed in the UI.

emu:

emulator64_x86_64_arm64:/ # netstat -tlpn | grep vnc                                                                                                                                         
tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      18277/net.christianbeier.droidvnc_ng
tcp6       0      0 [::]:5900               [::]:*                  LISTEN      18277/net.christianbeier.droidvnc_ng

galaxy s10:

netstat -tlpn 2>/dev/null | grep 5900                                                                                                                                            
tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      -
tcp6       0      0 [::]:5900               [::]:*                  LISTEN      -

Connection works in the WLAN, I can't test WAN since my provider does not offer IPv6.

@bk138 bk138 changed the title please have server bind to IPv6 Display IPv6 addressen in Admin UI Jun 5, 2023
@bk138 bk138 changed the title Display IPv6 addressen in Admin UI Display IPv6 addresses in Admin UI Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants