Skip to content

Commit

Permalink
Update home-server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson authored Dec 21, 2023
1 parent 362ef08 commit f7d976d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/guides/chazguides/home-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ hide:
tags:
- home
- port forward
- hairpin
---

# Installing Saltbox on a home server
Expand All @@ -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.

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f7d976d

Please sign in to comment.