|
Hi, I have a program that uses port 50001 and port 50002. However my ISP block those port. Is there any way that I can configure the DDNS service to achieve the following.
where myIP:8001 and myIP:8002 is forwarded to port the server in my home network. I'm unable to edit the program to use custom port. |
|
No. There is a service to redirect HTTP traffic on port 80, but not one that supports any other port, or arbitrary protocols. |
|
Maybe, in case your router is able to do port translation. Also, your list is wrong and does not reflect what you need in case your service really listens on ports 50001 and 50002. It should look like this:
And even if your router does not support port translation, you can do this with a TCP relay on the server itself, e.g. with DeleGate. The latter would look like this:
So, there are very good chances to achieve what you want and need. |