Skip to content

Commit

Permalink
GITBOOK-92: 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 Sep 25, 2023
1 parent f4623b3 commit 02a7cc9
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
Binary file added .gitbook/assets/80bxpq.jpg
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/upnpnat_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* [Proxy protocol](index/configurations/listen/proxy-protocol.md)
* [IP Access](index/configurations/listen/ip-access.md)
* [Gateway identifiers](index/configurations/listen/gateway-identifiers.md)
* [Upnp Nat](index/configurations/listen/upnp-nat.md)
* [UPnP Nat](index/configurations/listen/upnp-nat.md)
* [Domains](index/configurations/domains/README.md)
* [DynDns Clients](index/configurations/domains/dyndns-clients.md)
* [Own DNS Server](index/configurations/domains/own-dns-server.md)
Expand Down
37 changes: 32 additions & 5 deletions index/configurations/listen/upnp-nat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,45 @@
description: Automatic port forwarding
---

# Upnp Nat
# UPnP Nat

Upnp Nat Client helps to automatically enable port forwarding depending on the network ([gateway identifiers](gateway-identifiers.md)) on the router.
UPnP Nat Client helps to automatically enable port forwarding depending on the network ([gateway identifiers](gateway-identifiers.md)) on the router.

{% hint style="info" %}
Upnp-Nat must be activated on the router. With the Fritzbox you have to allow Upnp-Nat for a host device.
Upnp-Nat must be activated on the router. With the Fritzbox you have to allow UPnP-Nat for a host device.
{% endhint %}

## List

All port forwarding can be seen in the list, per [Gateway identifiers](gateway-identifiers.md) and [Listen](./)/port.

<figure><img src="../../../.gitbook/assets/upnpnat_list.png" alt=""><figcaption></figcaption></figure>

1. Adds a new port forwarding for UPnP Nat.
2. Entries for UPnP Nat.

#### Status

Gray status shows that we are not currently in the gateway, these port forwarding are being ignored.&#x20;

A <mark style="color:red;">red status</mark> indicates that port forwarding could not be set up automatically. This could be a problem with:

{% hint style="danger" %}
* UPnP Nat is not active on the router
* The device does not have permission for UPnP Nat. (e.g. Fritzbox)
* The port is already taken and cannot be released again.
{% endhint %}

The <mark style="color:green;">green status</mark> indicates that port sharing has been set up.

## Add

Adds upnp-nat port forwarding:
Adds UPnP Nat port forwarding:

<figure><img src="../../../.gitbook/assets/upnpnat_edit.png" alt=""><figcaption></figcaption></figure>

1. **Gateway network assignment**: Select your gateway. The gateways of "[Gateway identifiers](gateway-identifiers.md)" are displayed here.
2. **Gateway address**: Enter the IP address of the gateway (router) on which UpnpNat is requested.
2. **Gateway address**: Enter the IP address of the gateway (router) on which UPnP Nat is requested.
3. **Public port**: Port that is opened to the Internet.
4. **Client address**: Enter the target IP address here. If it is FlyingFish and not another application from another system, you can simply use the "Use Host address by DHCP".&#x20;

Expand All @@ -29,3 +52,7 @@ When activating "Use Host address by DHCP" the host's IP, which it received as a
6. **TTL**: The time (in seconds) for how long the [port forwarding](port-forwarding.md) requested by the client is valid. Default is 36000 seconds.
7. **Protocol**: What protocol is used for [port forwarding](port-forwarding.md)? The router then only passes on this protocol. TCP and UDP can be selected.
8. **Description**: Description for [port forwarding](port-forwarding.md).



<figure><img src="../../../.gitbook/assets/80bxpq.jpg" alt=""><figcaption><p>Generate by <a href="https://imgflip.com/i/80bxpq">https://imgflip.com/i/80bxpq</a></p></figcaption></figure>

0 comments on commit 02a7cc9

Please sign in to comment.