userdoc:tt_universal_plug_play

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:tt_universal_plug_play [2012/07/17 15:06]
abelbeck
userdoc:tt_universal_plug_play [2015/02/28 10:39] (current)
abelbeck [Universal Plug'n'Play (NAT-PMP and UPnP)]
Line 1: Line 1:
 ====== Universal Plug'n'Play (NAT-PMP and UPnP) ====== ====== Universal Plug'n'Play (NAT-PMP and UPnP) ======
  
-[[http://en.wikipedia.org/wiki/Universal_Plug_%27n%27_Play|Universal Plug'n'Play (UPnP)]] is a technology introduced by Microsoft that allows for easy configuration of port forwarding. Nowadays it is used by many network clients which rely on it to get proper access to the Internet. UPnP is also used by some game consoles, such as the Xbox 360 and the Playstation 3.+[[wp>Universal_Plug_and_Play|Universal Plug'n'Play (UPnP)]] is a technology introduced by Microsoft that allows for easy configuration of port forwarding. Nowadays it is used by many network clients which rely on it to get proper access to the Internet. UPnP is also used by some game consoles, such as the Xbox 360 and the Playstation 3.
  
-[[http://en.wikipedia.org/wiki/NAT-PMP|NAT Port Mapping Protocol (NAT-PMP)]] is a technology similar to UPnP that originates from Apple. Unlike UPnP, it is currently an IETF standard, and a number of OS X, iOS, Linux and Windows applications support it.  NAT-PMP is basically a simple and sane replacement of UPnP for automating the process of creating port mappings in NAT.+[[wp>NAT_Port_Mapping_Protocol|NAT Port Mapping Protocol (NAT-PMP)]] is a technology similar to UPnP that originates from Apple. Unlike UPnP, it is currently an IETF standard, and a number of OS X, iOS, Linux and Windows applications support it.  NAT-PMP is basically a simple and sane replacement of UPnP for automating the process of creating port mappings in NAT.
  
 !!Note: AstLinux 1.0.4 or later is required!! !!Note: AstLinux 1.0.4 or later is required!!
 +
 +!!Note: AstLinux 1.2.3!! or later is required for 'Port Control Protocol' NAT-PMP/PCP support.
  
 Either NAT-PMP or UPnP (or both) may be enabled in AstLinux via the **Network** tab: Either NAT-PMP or UPnP (or both) may be enabled in AstLinux via the **Network** tab:
Line 22: Line 24:
  
 The **Status** tab will show a **Universal Plug'n'Play (NAT-PMP and UPnP) Leases:** section if it is active, and display any active leases. The **Status** tab will show a **Universal Plug'n'Play (NAT-PMP and UPnP) Leases:** section if it is active, and display any active leases.
- 
 ===== Security considerations ===== ===== Security considerations =====
  
Line 35: Line 36:
   * Users with networking experience may define a separate internal interface LAN or DMZ via a VLAN to contain only Universal Plug'n'Play clients.  Then using a managed switch, configure these clients on this special Universal Plug'n'Play network.  The //Interfaces:// setting above would only be this one special network.   * Users with networking experience may define a separate internal interface LAN or DMZ via a VLAN to contain only Universal Plug'n'Play clients.  Then using a managed switch, configure these clients on this special Universal Plug'n'Play network.  The //Interfaces:// setting above would only be this one special network.
  
-  * Only port numbers 1024 through 65535 are allowed to be remapped for the external interface and by default on the internal interface(s).  The variable ''UPNP_ALLOW'' may optionally specify the allowed internal port-range, defaulting to 1024-65535 .+  * Only port numbers 1024 through 65535 are allowed to be remapped for the external interface and also by default on the internal interface(s).  The variable ''UPNP_ALLOW'' may optionally specify the allowed internal port-range along with the IPv4 address, defaulting to 1024-65535 .  For example ''UPNP_ALLOW="192.168.101.90~3000-4000"'' will allow an internal port range of 3000-4000 for IPv4 address 192.168.101.90.
  
  • userdoc/tt_universal_plug_play.1342555571.txt.gz
  • Last modified: 2012/07/17 15:06
  • by abelbeck