Please suggest the easiest way to forward all connections from host:port(external interface) to host2:port(external interface)
When i use
ssh -L local_port:remote_host:remote_port -N -l user remote_host
main problem is that local_port must support connection also on external interface to allow connections not only from localhost on that machine
Thanks in advice