Hello,
I am trying to setup tailscale for remote access. I have setup VNC in dom0 and proxy the port to a qube as in (Remote Qubes User Testing (Running Qubes in the Browser) - #20 by deeplow). Using tor is very slow and I want to try tailscale since I do not have to configure port forwarding and break the security (at least from what I understood).
Tailscale was setup here (Tailscale Issues) but only to access other machines.
Did someone set up tailscale for ssh or vnc access on qubes?
tailscale up --ssh
# then map the port 5900 of the remote machine to localhost:5900
ssh -L 5900:localhost:5900 <my_user>@<my_tailscale_ip>
# and then access vnc via localhost
vncviewer localhost:5900
works. But this wraps the already encrypted connection via an ssh tunnel which adds a lot of latency. I’m looking for a way to directly expose port 5900 in the tailscale network. Setting new things up it is sometimes hard to distinguish if something is related to qubes or not. This seems to be no qubes related issue but just a tailscale configuration.