Template:Networking rut2xx upnp: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
[[File:{{{file_redirects}}}|border|class=tlt-border]] | [[File:{{{file_redirects}}}|border|class=tlt-border]] | ||
==General Settings== | ==General Settings== | ||
| Line 25: | Line 23: | ||
<tr> | <tr> | ||
<td>Enabled</td> | <td>Enabled</td> | ||
<td></td> | <td>yes | no; default: '''no'''</td> | ||
<td></td> | <td>Turns the UPNP service on or off.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable secure mode</td> | <td>Enable secure mode</td> | ||
<td></td> | <td>yes | no; default: '''yes'''</td> | ||
<td></td> | <td>Allow adding forwards only to requesting IP addresses</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Enable additional logging</td> | <td>Enable additional logging</td> | ||
<td></td> | <td>yes | no; default: '''no'''</td> | ||
<td></td> | <td>Puts extra debugging information into the system log</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Downlink</td> | <td>Downlink</td> | ||
<td></td> | <td>Default: '''1024'''</td> | ||
<td></td> | <td>Value in KByte/s, informational only</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Uplink</td> | <td>Uplink</td> | ||
<td></td> | <td>Default: '''512'''</td> | ||
<td></td> | <td>Value in KByte/s, informational only</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Port</td> | <td>Port</td> | ||
<td></td> | <td>Default: '''5000'''</td> | ||
<td></td> | <td>Port to listen for requests</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
| Line 67: | Line 65: | ||
<tr> | <tr> | ||
<td>Report system instead of daemon uptime</td> | <td>Report system instead of daemon uptime</td> | ||
<td></td> | <td>yes | no; default: '''no'''</td> | ||
<td></td> | <td></td> | ||
</tr> | </tr> | ||
| Line 131: | Line 129: | ||
<tr> | <tr> | ||
<td>External ports</td> | <td>External ports</td> | ||
<td> | <td>Default: '''1024-65535'''</td> | ||
<td>External port(s) which may be redirected. May be specified as a single port or a range of ports. To specify a range use a dash ('-') symbol between two integer numbers</td> | <td>External port(s) which may be redirected. May be specified as a single port or a range of ports. To specify a range use a dash ('-') symbol between two integer numbers</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Internal Addresses</td> | <td>Internal Addresses</td> | ||
<td> | <td>Default: '''0.0.0.0/0'''</td> | ||
<td>Internal address to be redirect to</td> | <td>Internal address to be redirect to</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Internal ports</td> | <td>Internal ports</td> | ||
<td> | <td>Default: '''1024-65535'''</td> | ||
<td>Internal port(s) to be redirect to May be specified as a single port or a range of ports. To specify a range use a dash ('-') symbol between two integer numbers</td> | <td>Internal port(s) to be redirect to May be specified as a single port or a range of ports. To specify a range use a dash ('-') symbol between two integer numbers</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Action</td> | <td>Action</td> | ||
<td> | <td>Default: '''allow'''</td> | ||
<td>Allows or forbids the UPnP service to open the specified port</td> | <td>Allows or forbids the UPnP service to open the specified port</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Revision as of 15:40, 7 February 2020
Summary
UPnP allows clients in the local network to automatically configure the router. This chapter is a summary of the UPnP function in RUT routers
Template:Networking rutxxx manual fw disclosure
Active UPnP Redirects
[[File:{{{file_redirects}}}|border|class=tlt-border]]
General Settings
[[File:{{{file_settings1}}}|border|class=tlt-border]]
| field name | value | description |
|---|---|---|
| Enabled | yes | no; default: no | Turns the UPNP service on or off. |
| Enable secure mode | yes | no; default: yes | Allow adding forwards only to requesting IP addresses |
| Enable additional logging | yes | no; default: no | Puts extra debugging information into the system log |
| Downlink | Default: 1024 | Value in KByte/s, informational only |
| Uplink | Default: 512 | Value in KByte/s, informational only |
| Port | Default: 5000 | Port to listen for requests |
Advanced Settings
[[File:{{{file_settings2}}}|border|class=tlt-border]]
| field name | value | description |
|---|---|---|
| Report system instead of daemon uptime | yes | no; default: no | |
| Device UUID | ||
| Announced serial number | ||
| Announced model number | ||
| Notify interval | ||
| Clean rules threshold | ||
| Clean rules interval | ||
| Presentation URL | ||
| UPnP lease file |
UPnP ACLs
ACLs specify which external ports may be redirected to which internal addresses and ports
[[File:{{{file_ACLs}}}|border|class=tlt-border]]
| field name | value | description |
|---|---|---|
| Comment | string; Default: Allow high ports | Adds a comment to this rule |
| External ports | Default: 1024-65535 | External port(s) which may be redirected. May be specified as a single port or a range of ports. To specify a range use a dash ('-') symbol between two integer numbers |
| Internal Addresses | Default: 0.0.0.0/0 | Internal address to be redirect to |
| Internal ports | Default: 1024-65535 | Internal port(s) to be redirect to May be specified as a single port or a range of ports. To specify a range use a dash ('-') symbol between two integer numbers |
| Action | Default: allow | Allows or forbids the UPnP service to open the specified port |