From 8ae3e09ec229acefba33d4d79131639c503b0ede Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sat, 23 Aug 2025 11:10:41 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 239c5b3..55a7389 100644 --- a/FAQ.md +++ b/FAQ.md @@ -464,6 +464,7 @@ Here is how ChatGPT explains NAT hairping. Also we high recommend you deploy on cloud instance which make your life quite simple, here is an example. > User: Well, I DID deploy the server in intranet (LAN) but I also am using DNS and DID set up a DNS re-write to the LAN version of the Rustdesk server IP for intranet endpoints but I am still having these issues. I did #2 here: https://rustdesk.com/docs/en/self-host/nat-loopback-issues/, The NAT hairpinning *might* explain the lack of connectivity to an onsite endpoint that has VPN turned on. But it does not explain me being unable to remote control offsite endpoints from campus... > ... +> ... > User: I just migrated it to a Linode instance and redirected DNS and everything is good now. Thanks for your help!