Skip to content

Commit

Permalink
GITBOOK-49: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwerfling authored and gitbook-bot committed Aug 30, 2023
1 parent f198378 commit bec2da1
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 3 deletions.
Binary file added .gitbook/assets/portforwarding.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/portforwarding2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* [FAQ](index/installation/faq.md)
* [Configurations](index/configurations/README.md)
* [Which user type am I](index/configurations/which-user-type-am-i.md)
* [Port forwarding](index/configurations/port-forwarding.md)
* [Listen](index/configurations/listen.md)
* [IP Access](index/configurations/ip-access.md)
* [Domains](index/configurations/domains.md)
Expand Down
2 changes: 1 addition & 1 deletion index/configurations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ description: >-

The following order should be followed when configuring Flyingfish for the first time:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><ol><li><strong>Which user type am I</strong></li></ol></td><td>Clarification of the use of FlyingFish</td><td></td><td><a href="which-user-type-am-i.md">which-user-type-am-i.md</a></td></tr><tr><td><ol start="2"><li><strong>Listen</strong></li></ol></td><td>Connections from the internet to the service</td><td></td><td><a href="listen.md">listen.md</a></td></tr><tr><td><ol start="3"><li><strong>IP Access</strong></li></ol></td><td>IP access management White-/Black-list</td><td></td><td><a href="ip-access.md">ip-access.md</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><ol><li><strong>Which user type am I</strong></li></ol></td><td>Clarification of the use of FlyingFish</td><td></td><td><a href="which-user-type-am-i.md">which-user-type-am-i.md</a></td></tr><tr><td><ol start="2"><li><strong>Port forwarding</strong></li></ol></td><td>Information for port forwarding from the router</td><td></td><td><a href="port-forwarding.md">port-forwarding.md</a></td></tr><tr><td><ol start="3"><li><strong>Listen</strong></li></ol></td><td>Connections from the internet to the service</td><td></td><td><a href="listen.md">listen.md</a></td></tr><tr><td><ol start="4"><li><strong>IP Access</strong></li></ol></td><td>IP access management White-/Black-list</td><td></td><td><a href="ip-access.md">ip-access.md</a></td></tr><tr><td><ol start="5"><li><strong>Domains</strong></li></ol></td><td>Creating and managing the domains</td><td></td><td><a href="domains.md">domains.md</a></td></tr></tbody></table>
2 changes: 1 addition & 1 deletion index/configurations/listen.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The ports specified here come from the web interface and are used by nginx inter
| 443 (TCP) | HTTPS/SSH/SSL Protocols\* |
| 53 (TCP/UDP) | DNS Protocol |

These ports are internal to nginx of type "Stream".
These ports are internal to nginx of type "Stream". You can see a port overview again in [port forwarding](port-forwarding.md).

<figure><img src="../../.gitbook/assets/listen_ports.png" alt=""><figcaption><p>Standard listen ports by setup</p></figcaption></figure>

Expand Down
23 changes: 23 additions & 0 deletions index/configurations/port-forwarding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
description: Port forwarding when FlyingFish is behind a router.
---

# Port forwarding



<figure><img src="../../.gitbook/assets/portforwarding2.png" alt=""><figcaption><p>Port flow</p></figcaption></figure>

Should have installed [FlyingFish by default](../installation/quick-setup.md). [Ports 80, 443, 5333](../installation/long-setup/docker-compose/ports.md) can be reached on the host system. These ports must now be accessible from the Internet.

The ports must be released from your router (in my example from the address 192.168.11.1) to the server (in my example the address 192.168.11.3). From 2nd to 1st, port 80 must be forwarded to 80 (tcp), 443 to 443 (tcp) and 53 to 5333 (udp and tcp).



{% hint style="info" %}
You have to research online how to set up your router. Since the routers differ from each manufacturer.
{% endhint %}

**Collection of links for known routers:**

* [FritzBox 7590](https://en.avm.de/service/knowledge-base/dok/FRITZ-Box-7590/34\_Setting-up-port-sharing-in-the-FRITZ-Box/)
2 changes: 1 addition & 1 deletion index/configurations/which-user-type-am-i.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It may be possible to install multiple services on one host. But it can mean a h

The ports can be forwarded with a router in the following ways:

* **ports Fixed** setting on the router
* [**ports Fixed** setting on the router](port-forwarding.md)
* **with** UPnP-Nat, you have to check whether UPnP-Nat is activated on the router, for example a "Fritz box" can be determined which computer is allowed to do this.


Expand Down

0 comments on commit bec2da1

Please sign in to comment.