This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
howto:use_cases:routing:port_forward [2015/05/18 09:21] admin created |
howto:use_cases:routing:port_forward [2018/05/24 09:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Port-Forwarding ====== | ====== Port-Forwarding ====== | ||
| - | Port-Forwards are necessary if you want to run any ip-based services in your local network which are acessable the internet. | + | Port-Forwards are necessary if you want to run any ip-based services in your local network which you want to be accessible the internet. |
| ===== Overview ===== | ===== Overview ===== | ||
| Line 12: | Line 12: | ||
| In the following use-case, a game-server running locally on host 192.168.1.100 port 2222 tcp, should be made accessible from the internet. | In the following use-case, a game-server running locally on host 192.168.1.100 port 2222 tcp, should be made accessible from the internet. | ||
| - | Therefore it is necessary to redirect incomming connection-requests from your wan-gateway to the mashine running the game-server. | + | Therefore it is necessary to redirect incoming connection-requests from your wan-gateway to the machine running the server. |
| - | ^ Forward porperties: ^^ | + | ^ Forward properties: ^^ |
| | name | some awesome game | | | name | some awesome game | | ||
| | protocol | tcp | | | protocol | tcp | | ||
| Line 29: | Line 29: | ||
| ==== GUI ==== | ==== GUI ==== | ||
| - | Not available, yet | ||
| + | In this tutorial we will configure a port forward, step-by-step. | ||
| + | At first you have to log in to your router. | ||
| + | |||
| + | Go to the __Network Settings__ tab and then to __Port Forwards__. | ||
| + | |||
| + | {{ :howto:use_cases:routing:dd-wrt_nxt_-_chromium_001.png?nolink&800 |}} | ||
| + | |||
| + | There you can specify the protocol you want use (TCP,UDP or both). | ||
| + | |||
| + | |||
| + | {{ :howto:use_cases:routing:dd-wrt_nxt_-_chromium_002.png?nolink&800 |}} | ||
| + | |||
| + | |||
| ==== UCI Config System ==== | ==== UCI Config System ==== | ||