I have an Http server implemented using indy TidHTTPServer on Delphi XE2. This product is primarily used for intranets, but sometimes it must also be accessible from the Internet. The target customers are small companies, and this requires PnP capabilities.
For internal use, this server uses the current IP address from the server and tries to assign port 8888.
I want to open a wandevice on a network that may allow me to ask about port routing. I am not sure that port routing is the best solution, I am not familiar with the possibilities. However, I prefer the most widely available features, as I believe that not all routers have full capabilities.
In this case, I am considering generic routers such as linksys, tplink, etc. that come with DSL installations that are widely used in small companies.
If there is a link to a component or source code that already implements it is even better.
source
share