Hello guys,
i want to make a tcp tunnel that connects to my local java tcp server. My problem is that my client application is able to connect only on one specific port (let’s say 555). The only configurable option in my client is the ipv4/hostname, not the port. I have created a tunnel and the address of the created tunnel is something like 11.22.33.44:1150, but i need to change 1150 to 555. Do you know if there is an option to select a public port of my preference?
thanks in advance.