configuration

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
vph
Posts: 2
Joined: Thu Apr 05, 2012 1:45 am

configuration

Post by vph »

Hi,
I'm using transmission daemon and Transmission remote GUI for long time and I'm very happy with it.
Recently I wanted to use a separate proxy server for tracker access and a straight connection for downloading. I did it with uTorrent and it worked fine but couldn't make it with transmission in Ubuntu.
Does anybody know if it is possible and if yes how to configure it?

I'd appreciate any info or comments.
Regards,
vph
gunzip
Posts: 272
Joined: Wed May 05, 2010 2:12 am

Re: configuration

Post by gunzip »

quoted from documentation "man transmission-daemon"
ENVIRONMENT
http_proxy - libcurl uses this environment variable when performing tracker announces.
so in terminal you would export this prior to starting the daemon

Code: Select all

$ export http_proxy="http://yourproxy.domain.com:proxyport/"
$ transmission-daemon
if you have private proxy it would be

Code: Select all

$ export http_proxy="http://username:password@yourproxy.domain.com:proxyport/"
$ transmission-daemon
vph
Posts: 2
Joined: Thu Apr 05, 2012 1:45 am

Re: configuration

Post by vph »

This is great!
Thanks a lot.

vph
randolf101
Posts: 4
Joined: Tue Jun 12, 2012 5:15 pm

Re: configuration

Post by randolf101 »

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

basically I want a similar outcome --> http://torrentfreak.com/bittorrent-over-ssh-071014/
Post Reply