NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
scole
Mar 11, 2012Aspirant
Can't access Transmission web GUI
recently removed the old BitTorrent plugin and installed Transmission.
All worked fine - could access web GUI with default username/password.
Now:
clicking on "Transmission Interface" Button on ReadyNAS front end
going to http://[NASname or IP]:8181
going to http://[NASname or IP]:8181/Transmission
all give "could not connect" - with no opportunity to enter username/password
clicking on "create torrent" button gets to http://[NASname]/ctransmission/ no problem
Using:
Model: ReadyNAS Duo [X-RAID]
Firmware: RAIDiator 4.1.8 [1.00a043]
Thanks for any pointers
All worked fine - could access web GUI with default username/password.
Now:
clicking on "Transmission Interface" Button on ReadyNAS front end
going to http://[NASname or IP]:8181
going to http://[NASname or IP]:8181/Transmission
all give "could not connect" - with no opportunity to enter username/password
clicking on "create torrent" button gets to http://[NASname]/ctransmission/ no problem
Using:
Model: ReadyNAS Duo [X-RAID]
Firmware: RAIDiator 4.1.8 [1.00a043]
Thanks for any pointers
12 Replies
Replies have been turned off for this discussion
- scoleAspirantupdate:
disable Transmission in FrontView
enable Transmission in FrontView
click Transmission Interface button
Interface opens fine
after a few minutes get vQ"connection failed" for interface window
further attempts to click Transmission Interface button get connection failed
until back to the top of this list
??? - mdgm-ntgrNETGEAR Employee RetiredSee http://www.readynas.com/forum/viewtopic.php?p=338583#p338583
You'll need to use an editor such as Notepad++ (not to be confused with Notepad) to edit the settings.json file - scoleAspirantThanks (again) mdgm
Have changed those settings
Transmission not crashing immediately!
Is it possible to upgrade the RAM on the Duo? - mdgm-ntgrNETGEAR Employee RetiredYes you can upgrade to 1GB but it's not supported. NetGear will not help recover data corrupted due to use of incompatible memory.
- svendolph1AspirantHow to login in the webUI? I tape in user: admin and my password ore no password ore admin, nothing works
- HERBIEOAspirant
svendolph wrote: How to login in the webUI? I tape in user: admin and my password ore no password ore admin, nothing works
user: admin and password: password
edit: password is not your user password that you use for frontview log in, transmissions default password is password. - svendolph1Aspirant
HERBIEO wrote: svendolph wrote: How to login in the webUI? I tape in user: admin and my password ore no password ore admin, nothing works
user: admin and password: password
edit: password is not your user password that you use for frontview log in, transmissions default password is password.
No luck with
(user: admin
password: password)
I have now removed the transmission, is there a way to bring back the BitTorrent add-on that was built into prior RAIDiator firmware? - mdgm-ntgrNETGEAR Employee RetiredIt would be best to persist with trying to get Transmission working in my view.
The BitTorrent add-on is EOL and no longer supported. If you run into issues with it NetGear would only be able to help with removing the add-on.
However for now you can get it at http://www.readynas.com/download/addons/4.01/BitTorrent_1.3.bin and install via System > Update > Local if you have a Duo (v1) running RAIDiator 4.1.x. There is no BitTorrent add-on for the Duo v2, just Transmission.
An alternative (but not a very good one) would be to downgrade to firmware that included it and do an OS Re-install. - svendolph1AspirantI dont understand this. Why unsupport a working future. I bought this router because the future was a torrent-klient.
Something must be wrong here but I cant understand what:{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": true,
"blocklist-url": "http://list.iblocklist.com/?list=bt_level1",
"cache-size-mb": 2,
"dht-enabled": false,
"download-dir": "/media/BitTorrent/",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/c/media/BitTorrent/Incomplete",
"incomplete-dir-enabled": true,
"lazy-bitfield-enabled": true,
"lpd-enabled": false,
"max-peers-global": 200,
"message-level": 2,
"open-file-limit": 32,
"peer-congestion-algorithm": "",
"peer-limit-global": 50,
"peer-limit-per-torrent": 5,
"peer-port": 51413,
"peer-port-random-enabled": 0,
"peer-port-random-high": 65535,
"peer-port-random-low": 1024,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 0,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": true,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{d15b146a3063b3ade7d0fecaa9602218a327a8c8gOoal64v",
"rpc-port": 8181,
"rpc-url": "/transmission/",
"rpc-username": "admin",
"rpc-whitelist": "*",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/c/addons-config/Transmission/email_alert",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 400,
"speed-limit-down-enabled": false,
"speed-limit-up": 20,
"speed-limit-up-enabled": true,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 0,
"upload-slots-per-torrent": 14,
"utp-enabled": false,
"watch-dir": "/c/media/BitTorrent/sources/",
"watch-dir-enabled": 0
} - HERBIEOAspirant2 things you can try change the Port for Transmission's web interface to 9099 see if that makes any difference, if not disable transmission by unticking box in top left corner and click save bottom right corner then click edit settings.json scroll down and change "rpc-authentication-required": false, click save enable transmission you should not need to enter user and password now see if you can access transmissions 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!