To connect Thunderbird on a local Linux box to a remote Windows 11 PC running Remote Desktop using Tailscale 2 (no exit node), you can use Remmina. Here's a step-by-step guide:
- Install Remmina: Open a terminal and run the following command to install Remmina:
sudo apt-get install remmina
-
Install Tailscale: If you haven't already, install Tailscale on both your local Linux box and the remote Windows 11 PC. You can find installation instructions here.
-
Start Tailscale on both machines: Run the following command on both machines to start Tailscale:
sudo tailscale up
-
Configure Remmina for Remote Desktop: In Remmina, create a new profile by clicking on the "New" button. In the new window, set the following details:
- Name: Enter a name for the profile (e.g., Remote Windows PC)
- Server: Enter the IP address of the local Linux box
- Protocol: Select RDP
- Security: Select Negotiate (MS RDP 6.0 and later)
- Dynamic DNS: Check this box
- Dynamic DNS name: Enter a name for the remote Windows 11 PC (e.g., Windows11PC)
- Dynamic DNS domain: Enter the Tailscale network ID (e.g., tailscale.com)
-
Connect to the Remote Desktop: Click on the "Connect" button to connect to the remote Windows 11 PC.
Now, you should be able to access the remote Windows 11 PC's desktop from your local Linux box.
References