Search found 4 matches

by randolf101
Wed Jun 13, 2012 7:28 am
Forum: Support
Topic: Bittorent over SSH tunneling
Replies: 4
Views: 10481

Re: Bittorent over SSH tunneling

The situation is like this -->

I stay in a dorm. the dorm has some firewall setup from here - http://www.fortinet.com/products/fortigate/ .

This firewall restricts any sort of direct downloads and does not allow trackers to connect. they get timed out.

I need a feasible solution to resume torrent ...
by randolf101
Wed Jun 13, 2012 5:56 am
Forum: Support
Topic: Bittorent over SSH tunneling
Replies: 4
Views: 10481

Re: Bittorent over SSH tunneling

Code: Select all

$ export http_proxy="http://username:password@yourproxy.domain.com:proxyport/"
$ transmission-daemon
So, executing this code will allow me to bypass the firewall and allow connecting to trackers ?

And I need not make any changes to the transmission's settings.json ?
by randolf101
Tue Jun 12, 2012 5:40 pm
Forum: Support
Topic: configuration
Replies: 3
Views: 4741

Re: configuration

@gunzip how to do it for SOCKS proxy through SSH tunneling ?

basically I want a similar outcome --> http://torrentfreak.com/bittorrent-over-ssh-071014/
by randolf101
Tue Jun 12, 2012 5:19 pm
Forum: Support
Topic: Bittorent over SSH tunneling
Replies: 4
Views: 10481

Bittorent over SSH tunneling

Hi guys,

I am stuck behind a firewall'd network

I have been using this guide to http://torrentfreak.com/bittorrent-over-ssh-071014/ to bypass and download torrents.

I am now on a pogoplug and switched to archlinux and use transmission. I wish to know how can I setup an ssh tunnel on my system and ...