Hi
I have a question. I have to create a tunnel between two systems X and Y, X behind NAT and Y is public.
There are two programs Px - running on X and Py-running on Y. I am first establishing a socket connection between them.
I have to establish a port forwarding concept X and Px, Y and Py so that when we write telnet localhost (portno of Px) on X . I am forwarded to Y.
How do you think I can establish a connection between X and Px, Y and Py (using ssh-L and ssh -R commands???)
Do reply
Thank you very much.
I have a question. I have to create a tunnel between two systems X and Y, X behind NAT and Y is public.
There are two programs Px - running on X and Py-running on Y. I am first establishing a socket connection between them.
I have to establish a port forwarding concept X and Px, Y and Py so that when we write telnet localhost (portno of Px) on X . I am forwarded to Y.
How do you think I can establish a connection between X and Px, Y and Py (using ssh-L and ssh -R commands???)
Do reply
Thank you very much.
Comment