So forwarder will send data to a tcp port (lets say x.x.x.x:11000 where x.x.x.x is server's IP) to specific 3rd party server and on this server I need to have some application which listen port 11000 for incoming data.
Correct me if I am wrong. 🙂
... View more