SSH tunnel proxy + torrent

Sekcia: Konfigurácia 27.02.2015 | 14:16
Avatar johnny.ha ArchLinux  Používateľ

Zdravim vsetkych. skusam nejak rozbehat torrent cez proxy cez ssh.

v torrente som nastavil port 54321 a proxy na localhost:8500 SOCKSv5.

spustil som prikaz :

ssh -p 22 -D 8500 -R 54321:localhost:54321 username@server
Zaver prehladavac mi ide na porte 8500, ale torrent ked skusam port 54321 na stranke http://www.yougetsignal.com/tools/open-ports/ je zavrety.

Pomozte pls

    • RE: SSH tunnel proxy + torrent 27.02.2015 | 14:17
      Avatar johnny.ha ArchLinux  Používateľ

      a v routery na servery je nastaveny portforward s ip servera a portom 54321.

      • RE: SSH tunnel proxy + torrent 27.02.2015 | 14:37
        Avatar tomy   Návštevník

        aký je to smerovač, ak sa smiem spýtať?

    • RE: SSH tunnel proxy + torrent 27.02.2015 | 14:36
      Avatar ssh   Návštevník

      z man ssh:

      -R [bind_address:]port:host:hostport

      By default, the listening socket on the server will be bound to the loopback interface only.  This may be overridden by      specifying a bind_address.  An empty bind_address, or the address ‘*’, indicates that the remote socket should listen   on all interfaces.  Specifying a remote bind_address will only succeed if the server's GatewayPorts option is enabled       (see sshd_config(5))

    • RE: SSH tunnel proxy + torrent 27.02.2015 | 18:57
      Avatar johnny.ha ArchLinux  Používateľ

      Router tpLink nejake vysvetlenie pls? dakujem