[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Feb 7 19:49:05 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=413





------- Additional Comments From rumen at skalasoft.com  2003-02-07 19:49 -------
samples:
        LocalForward              10080 127.1.0.253:80
        LocalForward            *:10180 127.1.0.253:80
        LocalForward    127.1.0.1:10280 127.1.0.253:80
        LocalForward     10.0.0.1:10380 127.1.0.253:80

second line is equal to GatewayPorts=yes and -L port:target:port in unpached ssh.

GatewayPorts in server must exist, but in client hmm.
In patched version (patch 217+219) we can set forwards as above.
It is easy to use only LocalForward (as show above), instead both GatewayPorts
and LocalForward.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-unix-dev mailing list