Im want to send traffic over to Host B on port 3000, i have access to all nodes in this drawing, the only port that is open between these two lans is port 80 from Linux Box B to Linux box A.
so i do a "ssh -R 1206:192.168.1.10:22 disp@10.10.10.10 -p 80", and ssh back trough the tunnel with "ssh -L 3000:10.10.10.10:3000 disp@localhost -1206"
if im correct this now listens to port 3000 on the Linux Box A and sends it to Linux Box B trough the tunnel to port 3000? are my logic correct?
how can i now route this traffic over to port 3000 on host B.
and if i want t two way connection "From B to A" how can this be done?
