RUTX11 UPNP

Wiki mirrorView source
The information in this page is updated in accordance with firmware version RUTX_R_00.07.22.1.

Summary

UPnP (Universal Plug and Play) 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 RUTX11 devices.
Note: UPNP is additional software that can be installed from the System → Package Manager page.

Active UPnP Redirects

The Active UPnP Redirects sections allows you to manage currently active UPnP redirects.

MiniUPnP Settings

General Settings

FieldValueDescription
Enableoff | on; default: offTurns UPnP on or off.
Use secure modeoff | on; default: onTurns secure mode on or off.
Enable additional loggingoff | on; default: offPuts extra debugging information into the system log when enabled.
Downlinkinteger; default: 1024Bandwidth available for traffic coming in from the external interface in kilobytes per second. Note that this only information given to clients, it doesn't control the speed.
Uplinkinteger; default: 512Bandwidth available for traffic out the external interface in kilobytes per second. Note that this only information given to clients, it doesn't control the speed.
Portinteger [1..65535]; default: 5000Port to listen for incomming requests.

Advanced Settings

FieldValueDescription
Report system instead of daemon uptimeoff | on; default: onIf enabled, system service uptime is reported.
Device UUIDstring; default: uniqueThe Device UUID attribute specifies and uniquely identifies a device that supports Universal Plug and Play (UPnP).
Announced serial numberstring; default: noneSpecifies serial number for XML Root Desc.
Announced model numberstring; default: noneSpecifies model number for XML Root Desc.
Notify intervalinteger; default: noneInterval in which UPnP capable devices send a message to announce their services.
Clean ruler thresholdinteger; default: noneMinimum number of redirections before clearing rules table of old (active) redirections.
Clean ruler intervalinteger; default: noneNumber of seconds before cleaning redirections.
Presentation URLstring; default: nonePresentation url used for the Root Desc.
UPnP lease filestring; default: /var/run/miniupnpd.leasesStores active UPnP redirects in a lease file (specified), like DHCP leases.

MiniUPnP 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, click the 'Add' button.
FieldValueDescription
Commentstring; default: noneAdds a comment to this rule.
External portsinteger [0..65535] | range of integers [0-65535]; default: noneExternal 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 Addressesip/integer [0..32]; default: noneInternal address to be redirect to.
Internal portsinteger [0..65535] | range of integers [0-65535]; default: noneInternal 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.
Actionallow | deny; default: allowAllows or forbids the UPnP service to open the specified port.