--- On Tue, 11/10/09, Vincenzo Romano <Vincenzo.Romano@xxxxxxxxxxx> wrote: > On the remote system I have set up a number of different > dummy local > interfaces (dummy0=127.0.1.1 to dummy9=127.0.1.10). > A single RPF should look like this: > > ssh -N -n -R 127.0.1.1:139:somelocalhost:139 user@xxxxxxxxxxxxxx > > (it's actually for SAMBA printers reachability). > What happens instead is that, upon ssh connection on the > remotehost I > see a listening socket on the interface 127.0.0.1! I'm not very clear on what your goal is, but anything beginning with 127 (127.x.y.z) is going to be treated the same-- localhost. You can address all 16 million possibilities any way you want, but they all will appear the same localhost to the system. What is your specific goal? Also, your -R needs 1 argument: RemotePort:Ip-relative-to-Target:Port-on-relative-Target IP-of-Target