Project

General

Profile

Feature #1658

Updated by skyjake over 10 years ago

To facilitate running servers behind local internet gateways (routers, NAT, etc.), Doomsday should take advantage of UPnP to automatically allow the server's port to be forwarded to the correct place inside the local network.

This should be helpful:
* "UPnP Forum: SDKs":http://upnp.org/sdcps-and-certification/resources/sdks/
* "libupnp":http://pupnp.sourceforge.net (BSD license)
* "RFC 6886 - NAT Port Mapping Protocol":http://tools.ietf.org/html/rfc6886
* "RFC 6887 - Port Control Protocol":http://tools.ietf.org/html/rfc6887

Back