• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

port forwarding vs triggering

vital

Platinum Member
when do you use triggering opposed to forwarding? any examples? or programs you would only specificly use forwarding or triggering?
 
If you want to have a communication get to a specific computer on your network initiated from the outside, you would forward the initial port used by a protocol, the one used to "handshake". Some protocols do the transfers through the orginal "handshake" port.
Other protocols use some random higher port. If that is the case, you are not going to have fun getting it to work through a typical soho nat device.
Other protocols use a predicable range of higher ports to do the work after the handshake. These protocols favor port triggering.
Here is a link to good post at dslreports.

Link
 
Back
Top