Port triggering: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverting possible vandalism by 24.11.152.179 to version by 78.185.201.68. False positive? Report it. Thanks, ClueBot NG. (1439846) (Bot)
No edit summary
Line 1: Line 1:
{{Unreferenced|date=August 2009}}
{{Unreferenced|date=August 2009}}


'''Port triggering''' is a configuration option on a [[Network address translation|NAT]]-enabled [[router (computing)|router]] that allows a host machine to dynamically and automatically [[port forwarding|forward]] a specific port back to itself. ''Port triggering'' opens an incoming port when your computer is using a specified ''outgoing port'' for specific traffic.
'''Fuck triggering''' is a configuration option on a [[Network address translation|NAT]]-enabled [[router (computing)|router]] that allows a host machine to dynamically and automatically [[port forwarding|forward]] a specific port back to itself. ''Port triggering'' opens an incoming port when your computer is using a specified ''outgoing port'' for specific traffic.


== Description ==
== Description ==

Revision as of 21:59, 11 January 2013

Fuck triggering is a configuration option on a NAT-enabled router that allows a host machine to dynamically and automatically forward a specific port back to itself. Port triggering opens an incoming port when your computer is using a specified outgoing port for specific traffic.

Description

Port triggering is a way to automate port forwarding in which outbound traffic on predetermined ports ('triggering ports') causes inbound traffic to specific incoming ports to be dynamically forwarded to the initiating host, while the outbound ports are in use. This allows computers behind a NAT-enabled router on a local network to provide services that would normally require the computer to have a fixed address on the local network. Port triggering triggers can open an incoming port when a client on the local network makes an outgoing connection on a predetermined port or range of ports.[citation needed]

Example

As an example of how port triggering operates, when connecting to IRC, it's common to authenticate a username with the Ident protocol via port 113.

When connecting to IRC, the client computer typically makes an outgoing connection on port 6667 (or any port in the range 6660-7000), causing the IRC server to attempt to verify the username given by making a new connection back to the client computer on port 113. When the computer is behind a NAT, the NAT silently drops this connection because it does not know which computer behind the NAT to send the request to connect.

In the case of port triggering, the router is configured so that when an outbound connection is attempted on any port between 6660-7000, it should allow inbound connections to that particular computer. This gives it more flexibility than static port forwarding because it is not necessary to set it up for a specific address on your network. Security is also gained in a sense that the inbound port is not left open when not actively in use.

Disadvantages

Port triggering has the disadvantage that it only allows one client on the network to supply a particular service that uses a particular incoming port. Port triggering is unsuitable for servers behind a NAT router because it relies on the local computer to make an outgoing connection before it can receive incoming ones. On some routers it is possible to have more than one client use port triggering and port forwarding, but not simultaneously.

See also