From cac70e2708fac85fac6fa34813a5dbf941dfeff1 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:50:51 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index c0cdfe1..c8f0627 100644 --- a/FAQ.md +++ b/FAQ.md @@ -413,6 +413,16 @@ On our [release page](https://github.com/rustdesk/rustdesk/releases/latest), the - If you use the exe file: `.\rustdesk.exe --silent-install` - If you use the msi file: `msiexec /i .\rustdesk.msi REINSTALL=ALL REINSTALLMODE=vamus` +# How to use TCP tunneling (port forwarding). + +Below is an example of forwarding local 24 port to remote 22. Then you can access remote with `ssh localhost -p 24`. + +![image](https://github.com/rustdesk/rustdesk/assets/71636191/3f19e34b-6f0c-435a-adc2-bce27118abf5) + +![image](https://github.com/rustdesk/rustdesk/assets/71636191/e0235a5e-9e55-44cb-808e-383d41c69ccc) + + +