Changes

Created page with "{{Template: Networking_rutxxx_manual_fw_disclosure | fw_version = {{#switch: {{{series}}} | RUT2XX = {{{series}}}_R_00.01.14 | RUT9XX = {{{series}}}_R_00.06.08.1}} }} <i>..."
{{Template: Networking_rutxxx_manual_fw_disclosure
| fw_version = {{#switch: {{{series}}}
| RUT2XX = {{{series}}}_R_00.01.14
| RUT9XX = {{{series}}}_R_00.06.08.1}}
}}

<i><b>Note</b>: this user manual page is for {{{name}}}'s old WebUI style available in earlier FW versions. <b>[[{{{name}}} UPNP|Click here]]</b> for information based on the latest FW version.</i>
==Summary==

<b>UPnP</b> (<b>Universal Plug and Play</b>) is a service that allows clients in the local network to automatically configure some devices and services.

This chapter of the user manual provides an overview of the UPnP page in {{{name}}} devices.

{{Template: Networking_rutos_manual_package_disclosure
| name = {{{name}}}
| series = {{{series}}}
| package = UPnP
}}

==Active UPnP Redirects==

In this table you can see all currently active UPnP redirects.

[[File:Networking_rut2xx_manual_upnp_redirects_v2.png|border|class=tlt-border]]

==General Settings==

[[File:Networking_rut2xx_manual_upnp_settings1_v2.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Enabled</td>
<td>yes | no; default: <b>no</b></td>
<td>Toggles UPnP on or off.</td>
</tr>
<tr>
<td>Enable secure mode</td>
<td>yes | no; default: <b>yes</b></td>
<td>Toggles secure mode on or off.</td>
</tr>
<tr>
<td>Enable additional logging</td>
<td>yes | no; default: <b>no</b></td>
<td>Puts extra debugging information into the system log.</td>
</tr>
<tr>
<td>Downlink</td>
<td>integer; default: <b>1024</b></td>
<td>Bandwidth available for traffic coming in from the external interface in kbit/s. Note that this only information given to clients, it doesn't control the speed. In order to control the speed, you can try configuring [[{{{name}}}_QoS#QoS|QoS]].</td>
</tr>
<tr>
<td>Uplink</td>
<td>integer; default: <b>512</b></td>
<td>Bandwidth available for traffic out the external interface in kbit/s. Note that this only information given to clients, it doesn't control the speed. In order to control the speed, you can try configuring [[{{{name}}}_QoS#QoS|QoS]].</td>
</tr>
<tr>
<td>Port</td>
<td>integer [1..65535]; default: <b>5000</b></td>
<td>Port to listen for requests.</td>
</tr>
</table>

==Advanced Settings==

[[File:Networking_rut2xx_manual_upnp_settings2_v2.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Report system instead of daemon uptime</td>
<td>yes | no; default: <b>yes</b></td>
<td>Use system uptime as UPnP uptime.</td>
</tr>
<tr>
<td>Device UUID</td>
<td>string; default: <b>unique</b></td>
<td>The Device UUID attribute specifies and uniquely identifies a device that supports Universal Plug and Play (UPnP).</td>
</tr>
<tr>
<td>Announced serial number</td>
<td>string; Default: <b>none</b></td>
<td>Specifies serial number for XML Root Desc.</td>
</tr>
<tr>
<td>Announced model number</td>
<td>string; Default: <b>none</b></td>
<td>Specifies model number for XML Root Desc.</td>
</tr>
<tr>
<td>Notify interval</td>
<td>integer; Default: <b>none</b></td>
<td>Interval in which UPnP capable devices send a message to announce their services.</td>
</tr>
<tr>
<td>Clean ruler threshold</td>
<td>integer; Default: <b>none</b></td>
<td>Minimum number of redirections before clearing rules table of old (active) redirections.</td>
</tr>
<tr>
<td>Clean ruler interval</td>
<td>integer; Default: <b>none</b></td>
<td>Number of seconds before cleaning redirections.</td>
</tr>
<tr>
<td>Presentation URL</td>
<td>string; Default: <b>none</b></td>
<td>Presentation url used for the Root Desc.</td>
</tr>
<tr>
<td>UPnP lease file</td>
<td>string; default: <b>/var/upnp.leases</b></td>
<td>Stores active UPnP redirects in a lease file (specified), like DHCP leases.</td>
</tr>
</table>

==UPnP ACLs==

ACLs specify which external ports may be redirected to which internal addresses and ports. There are two preconfigured rules, one to allow high ports, and another to deny the rest. Highest priority is at the top of a list and goes down. To add another specific rule press add button

[[File:Networking_rut2xx_manual_upnp_acls_v2.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field name</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Comment</td>
<td>string; default: <b>none</b></td>
<td>Adds a comment to this rule.</td>
</tr>
<tr>
<td>External ports</td>
<td>integer [0..65535] | range of integers [0-65535]; default: <b>none</b></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>
<td>Internal Addresses</td>
<td>ip/integer [0..32]; default: <b>none</b></td>
<td>Internal address to redirect to.</td>
</tr>
<tr>
<td>Internal ports</td>
<td>integer [0..65535] | range of integers [0-655355]; default: <b>none</b></td>
<td>Internal port(s) to 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>
<td>Action</td>
<td>allow | deny; default: <b>allow</b></td>
<td>Allows or forbids the UPnP service to open the specified port.</td>
</tr>
</table>

[[Category:{{{name}}} Services section (legacy)]]