lmatula / putty-tunnel-manager

Automatically exported from code.google.com/p/putty-tunnel-manager
0 stars 0 forks source link

Not possible to enter local address as source of tunnel #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add a new Tunnel and try to add a source address 

It's only possible to define the sourceport for the tunnel. This is needed 
for local ports which are allready occupied like 127.0.0.2:3389 to forward 
Remoteaccess to a different host on the target site. 

An example of a plink commandline:

-L 127.0.0.2:3389:host1.lan:3389 -L 127.0.0.3:3389:host2.lan:3389 -L 
127.0.0.4:3389:host3.lan:3389

Original issue reported on code.google.com by stefan.h...@gmail.com on 6 Jul 2009 at 10:56

GoogleCodeExporter commented 8 years ago
Similar to, but distinct from issue #10. As mentioned there, there seems to 
need to be a complete re-factoring of the code around source addresses in 
tunnels.

Original comment by jon@sprig.gs on 3 Apr 2012 at 9:15