From f7d976d9eafcaea03cd507007a20c2e399fd4090 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Thu, 21 Dec 2023 12:29:49 -0600 Subject: [PATCH] Update home-server.md --- docs/reference/guides/chazguides/home-server.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/guides/chazguides/home-server.md b/docs/reference/guides/chazguides/home-server.md index df8d6b3e4..c4b913f18 100644 --- a/docs/reference/guides/chazguides/home-server.md +++ b/docs/reference/guides/chazguides/home-server.md @@ -4,6 +4,7 @@ hide: tags: - home - port forward + - hairpin --- # Installing Saltbox on a home server @@ -20,7 +21,7 @@ Prerequisites: - [Router supports port forwarding and hairpin NAT (or NAT loopback)](#router) Saltbox assumes that you are accessing apps via subdomains like “radarr.mydomain.com” rather than ip and port like 192.168.1.25:7878. - Without “hairpin NAT”, a request to “radarr.mydomain.com” from inside the network will not find its way to the proxy which does that routing. + Without “hairpin NAT”, a request to “radarr.mydomain.com” from inside the network will not find its way to the proxy which does that routing. [You can configure intertnal DNS in various ways to get around this, but this article is assumign the simplest path.] NOTE: None of this initial setup is Saltbox-specific. If you want to run a server on a machine behind your router and connect to it using a domain name, whether Saltbox sets it up or something else, you’ll need to do these very same things. @@ -114,7 +115,7 @@ Ports used by the stock saltbox apps can be found [here](../../ports.md). At this point, you should be able to SSH to that machine using your domain. ```shell -ssh YOU@YOUR_DOMAIN -p 2207 +ssh YOU@YOUR_DOMAIN -p 3526 ``` That should work just like: