aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-28 18:29:40 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-28 18:29:40 +0100
commit8d23eb6b38cb78d6a70bbe889c3923a55d9e1372 (patch)
treea6a27659bb2bbf751674eb9fbffecb3becb5f3dc
parent6bd372e3753e8c597b3ab8e025ddef80272925fd (diff)
downloadNorthstarWiki-8d23eb6b38cb78d6a70bbe889c3923a55d9e1372.tar.gz
NorthstarWiki-8d23eb6b38cb78d6a70bbe889c3923a55d9e1372.zip
Add more information about port forwarding
Add image and mention that only TCP port can be checked using 3rd party webpage
-rw-r--r--docs/hosting-a-server-with-northstar/prerequisites.md8
-rw-r--r--docs/images/portforwarding-testing.pngbin0 -> 4897 bytes
-rw-r--r--docs/images/portforwarding-working.pngbin0 -> 2839 bytes
3 files changed, 7 insertions, 1 deletions
diff --git a/docs/hosting-a-server-with-northstar/prerequisites.md b/docs/hosting-a-server-with-northstar/prerequisites.md
index d2184c3..ce2cdd2 100644
--- a/docs/hosting-a-server-with-northstar/prerequisites.md
+++ b/docs/hosting-a-server-with-northstar/prerequisites.md
@@ -43,6 +43,12 @@ to your PC that you're running Northstar on.
To check whether you set everything up correctly, start the game via Northstar and go into a private match. Another Northstar user should now be able to see your server on the server browser and join it.\
You can also use a web based server browser like the one made by [Taskinoz](https://taskinoz.com/northstar/) or [cpdt](https://cpdt.dev/northstar/) to see if your server shows up in there.
-You can also use a third-party site like [this one](https://www.ipfingerprints.com/portscan.php) to see whether you set up port forwarding correctly by performing a scan while your Northstar server is running.
+You can also use a third-party site like [this one](https://www.ipfingerprints.com/portscan.php) to see whether you set up the TCP port forwarding correctly for the authentication port (usually `8081`) by performing a scan while your Northstar server is running.
+
+![Example check](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/docs/images/portforwarding-testing.png)
+
+![Working portforwarding for the TCP port](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/docs/images/portforwarding-working.png)
+
+Testing port forwarding like this only works for the TCP port due to the way UDP and Northstar work.
Note that by default your server is called `Unnamed Northstar Server`. You can change this name as described in the next page.
diff --git a/docs/images/portforwarding-testing.png b/docs/images/portforwarding-testing.png
new file mode 100644
index 0000000..1862eda
--- /dev/null
+++ b/docs/images/portforwarding-testing.png
Binary files differ
diff --git a/docs/images/portforwarding-working.png b/docs/images/portforwarding-working.png
new file mode 100644
index 0000000..4489a80
--- /dev/null
+++ b/docs/images/portforwarding-working.png
Binary files differ