NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
super_poussin
May 17, 2010Virtuoso
New Transmission add-on thread
The previous thread was very long time to open a new one and prepare the 2.0 :)
gothi
Jul 03, 2010Aspirant
losgatos_mark wrote:
but when I try to use:
https://192.168.3.46/transmission/web/
that was working before the upgrade, I get the user/pwd box and my (same) user / pwd is not accepted...
any clue?
can I roll back to 1.93 for my NVX??
No need to roll back, it's simply that the new Torrent creation super-poussin added is conflicting with the "securely access anywhere" hack, they both use the alias "Transmission" in Apache.
The easiest fix is to SSH in and edit /etc/frontview/apache/addons/transmissionweb.conf
original (doesn't work with "securely access anywhere" hack):
Alias "/transmission" "/c/webroot/transmission"
<Location "/transmission">
Options Indexes
Order allow,deny
Allow from all
Require user admin
AuthType Basic
AuthName "Transmission"
</Location>
modified (DOES work with "securely access anywhere" hack):
Alias "/createtorrent" "/c/webroot/transmission"
<Location "/createtorrent">
Options Indexes
Order allow,deny
Allow from all
Require user admin
AuthType Basic
AuthName "Torrent creation GUI"
</Location>
After changing the contents of the file save it and restart your Readynas (or restart Apache). Once it's back up and running you should once again be able to access the web interface over HTTPS and the torrent creation gui can now be accessed by going to http://yourNAS/createtorrent/
super-poussin, any chance you could use a different alias for the torrent creation gui? Something like http://yourNAS/createtorrent/ or http://yourNAS/ctransmission/ ?
[edit]
Incidently the username/password required by the torrent creation gui is the same as you use to access the Readynas Frontview admin interface not the username/password you use to access the Transmission web interface.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!