Transmission Web Interface and IPv6

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
sander
Posts: 3
Joined: Mon Dec 29, 2008 11:29 am

Transmission Web Interface and IPv6

Post by sander »

Hi,

The Transmission web interface works OK on IPv4, but not on IPv6. (Please correct me if I'm wrong).

Are there plans to make the web interface IPv6 enabled (just like transmission itself is now IPv6 enabled with 1.42+)?
gerry
Posts: 1
Joined: Sat Jan 23, 2010 1:19 pm

Re: Transmission Web Interface and IPv6

Post by gerry »

I haven't had a chance to try 1.81 yet (the release notes look really great though).

Is the webinterface now available over ipv6 (only)?
sander
Posts: 3
Joined: Mon Dec 29, 2008 11:29 am

Re: Transmission Web Interface and IPv6

Post by sander »

I tested Transmission 1.80 beta (on Ubuntu Lucid alpha2), and the webinterface is not active on IPv6 ::1.

Pity
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Transmission Web Interface and IPv6

Post by Jordan »

I'd be happy for it to be IPv6. Currently Transmission uses libevent's evhttp code to act as the mini-web-server for handling RPC and Web Interface requests, and libevent's evhttp doesn't seem to support IPv6.

You may want to bump your suggestion upstream to libevent. Until they add IPv6 support there's not much I can do on my end.

http://sourceforge.net/tracker/?group_i ... tid=461325
sander
Posts: 3
Joined: Mon Dec 29, 2008 11:29 am

Re: Transmission Web Interface and IPv6

Post by sander »

lembregtse
Posts: 7
Joined: Wed Feb 03, 2010 8:58 pm

Re: Transmission Web Interface and IPv6

Post by lembregtse »

sander wrote:Is this the (?) patch for ipv6: http://sourceforge.net/tracker/index.ph ... tid=461324
It seems to be a work in progress.
In the mean time I did want to reach the same goal as u, and I found a Apache2 <> Transmission Web UI Proxy topic on this forum, which worked out great for me.

http://forum.transmissionbt.com/viewtop ... 133#p29731
It uses Apache2 as a proxy to connect to Transmission at localhost.

I also use this method to secure my connection to the Web UI.
AMV007
Posts: 1
Joined: Mon Oct 07, 2013 8:44 am

Re: Transmission Web Interface and IPv6

Post by AMV007 »

i wrote simple java program to redirect ipv6 http requests to ipv4 server, may be it will help someone
http://amv007.ru/programs/SimpleProxy.zip
Post Reply