|
|
Line 1: |
Line 1: |
| ==Summary==
| | {{Template:Networking rut2xx upnp |
| | | | name = RUT950 |
| '''UPnP''' allows clients in the local network to automatically configure the router. This chapter is a summary of the UPnP function in RUT routers
| | | series = RUT9xx |
| | | | fw_version = RUT9XX_R_00.06.05.3 |
| ==General Settings==
| | | file_redirects = Networking_rut2xx_manual_upnp_redirects_v2.png |
| | | | file_settings1 = Networking_rut2xx_manual_upnp_settings1_v2.png |
| [[Image:Services upnp general.PNG]]
| | | file_settings2 = Networking_rut2xx_manual_upnp_settings2_v2.png |
| | | | file_ACLs = Networking_rut2xx_manual_upnp_acls_v2.png |
| <table class="nd-mantable">
| | }} |
| <tr>
| |
| <th>field name</th>
| |
| <th>value</th>
| |
| <th>description</th>
| |
| </tr>
| |
| <tr>
| |
| <td>Enable</td>
| |
| <td>yes | no; Default: '''no'''</td>
| |
| <td>Toggles UPnP ON or OFF</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Use secure mode</td>
| |
| <td>yes | no; Default: '''yes'''</td>
| |
| <td>Toggles Secure mode ON or OFF</td>
| |
| </tr>
| |
| </table>
| |
| | |
| ==Advanced Settings== | |
| | |
| [[Image:Services upnp advanced.PNG]]
| |
| | |
| <table class="nd-mantable">
| |
| <tr>
| |
| <th>field name</th>
| |
| <th>value</th>
| |
| <th>description</th>
| |
| </tr>
| |
| <tr>
| |
| <td>Use UPnP port mapping</td>
| |
| <td>yes | no; Default: '''yes'''</td>
| |
| <td>Toggles UPnP port napping ON or OFF</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Use NAT-PMP port mapping</td>
| |
| <td>yes | no; Default: '''yes'''</td>
| |
| <td>Toggles NAT-PMP port mapping ON or OFF</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Device UUID</td>
| |
| <td>yes | no; Default: '''yes'''</td>
| |
| <td>Specify Universal unique ID of the device</td>
| |
| </tr>
| |
| </table>
| |
| | |
| ==UPnP ACLs==
| |
| | |
| ACLs specify which external ports may be redirected to which internal addresses and ports
| |
| | |
| [[Image:Services upnp acls.PNG]]
| |
| | |
| <table class="nd-mantable">
| |
| <tr>
| |
| <th>field name</th>
| |
| <th>value</th>
| |
| <th>description</th>
| |
| </tr>
| |
| <tr>
| |
| <td>Comment</td>
| |
| <td>string; Default: '''Allow high ports'''</td>
| |
| <td>Adds a comment to this rule</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Ecternal ports</td>
| |
| <td>integer [0..65535]] | range of integers [0-65535]; 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>
| |
| </tr>
| |
| <tr>
| |
| <td>Internal Addresses</td>
| |
| <td>ip/integer [0..32]; Default: '''0.0.0.0/0'''</td>
| |
| <td>Internal address to be redirect to</td>
| |
| </tr>
| |
| <tr>
| |
| <td>Internal ports</td>
| |
| <td>integer [0..65535]] | range of integers [0-655355]; 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>
| |
| </tr>
| |
| <tr>
| |
| <td>Action</td>
| |
| <td>allow | deny; Default: '''allow'''</td>
| |
| <td>Allows or forbids the UPnP service to open the specified port</td>
| |
| </tr>
| |
| </table>
| |
| | |
| [[Category:RUT950 WebUI]]
| |