Working Torrent on unRAID 4.5.6


Kryspy

Recommended Posts

Yes I did.   Still no go.

 

What lines do I need to change?  Every time I restart it or load it the rpc whitelist is set to true with an IP of course that isn't mine.   I even changed the two line sin the .tgz file and it still resets back.

 

This what I did I downloaded the package file and put it in the /boot/packages folder.  I then did a cd /boot/packages and did a installpkg transm*.tgz which installed it.

 

Afterwards I did the command /boot/custom/transmission/transctl start which was successful in starting the daemon.    From then on I got the forbidden message. Each time it restsrts the  settings.json file gets reverted back to an IP that is not mine.

 

 

Kryspy

Link to comment

I did the editing before but then the tranctl file overwrites the changes again.

 

{

    "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": false,

    "dht-enabled": true,

    "download-dir": "/mnt/disk1/torrents/download",

    "encryption": 1,

    "incomplete-dir": "/mnt/disk1/torrents/download",

    "incomplete-dir-enabled": false,

    "lazy-bitfield-enabled": true,

    "lpd-enabled": false,

    "message-level": 2,

    "open-file-limit": 32,

    "peer-limit-global": 240,

    "peer-limit-per-torrent": 60,

    "peer-port": 51413,

    "peer-port-random-high": 65535,

    "peer-port-random-low": 49152,

    "peer-port-random-on-start": false,

    "peer-socket-tos": 0,

    "pex-enabled": true,

    "port-forwarding-enabled": true,

    "preallocation": 1,

    "proxy": "",

    "proxy-auth-enabled": false,

    "proxy-auth-password": "",

    "proxy-auth-username": "",

    "proxy-enabled": false,

    "proxy-port": 80,

    "proxy-type": 0,

    "ratio-limit": 2.0000,

    "ratio-limit-enabled": false,

    "rename-partial-files": true,

    "rpc-authentication-required": false,

    "rpc-bind-address": "0.0.0.0",

    "rpc-enabled": true,

    "rpc-password": "{20e889bcb862ea5264804b208b6c3cbc436fbc51WJFAdpUs",

    "rpc-port": 9091,

    "rpc-username": "",

    "rpc-whitelist": "192.168.1.1XX",  <-- MY IP OF MY PC

    "rpc-whitelist-enabled": false,    <-- changed to false

    "script-torrent-done-enabled": false,

    "script-torrent-done-filename": "",

    "speed-limit-down": 100,

    "speed-limit-down-enabled": false,

    "speed-limit-up": 100,

    "speed-limit-up-enabled": false,

    "start-added-torrents": true,

    "trash-original-torrent-files": false,

    "umask": 18,

    "upload-slots-per-torrent": 14

}

 

now I  /boot/custom/transmission/transctl start

 

Now the settings.json has reverted back to

 

 

 

{

    "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": false,

    "dht-enabled": true,

    "download-dir": "/mnt/disk1/torrents/download",

    "encryption": 1,

    "incomplete-dir": "/mnt/disk1/torrents/download",

    "incomplete-dir-enabled": false,

    "lazy-bitfield-enabled": true,

    "lpd-enabled": false,

    "message-level": 2,

    "open-file-limit": 32,

    "peer-limit-global": 240,

    "peer-limit-per-torrent": 60,

    "peer-port": 51413,

    "peer-port-random-high": 65535,

    "peer-port-random-low": 49152,

    "peer-port-random-on-start": false,

    "peer-socket-tos": 0,

    "pex-enabled": true,

    "port-forwarding-enabled": true,

    "preallocation": 1,

    "proxy": "",

    "proxy-auth-enabled": false,

    "proxy-auth-password": "",

    "proxy-auth-username": "",

    "proxy-enabled": false,

    "proxy-port": 80,

    "proxy-type": 0,

    "ratio-limit": 2.0000,

    "ratio-limit-enabled": false,

    "rename-partial-files": true,

    "rpc-authentication-required": false,

    "rpc-bind-address": "0.0.0.0",

    "rpc-enabled": true,

    "rpc-password": "{20e889bcb862ea5264804b208b6c3cbc436fbc51WJFAdpUs",

    "rpc-port": 9091,

    "rpc-username": "",

    "rpc-whitelist": "192.168.0.45",    <---  ???????

    "rpc-whitelist-enabled": true,      < ------- ??????

    "script-torrent-done-enabled": false,

    "script-torrent-done-filename": "",

    "speed-limit-down": 100,

    "speed-limit-down-enabled": false,

    "speed-limit-up": 100,

    "speed-limit-up-enabled": false,

    "start-added-torrents": true,

    "trash-original-torrent-files": false,

    "umask": 18,

    "upload-slots-per-torrent": 14

}

 

 

Resulting in

 

403: Forbidden

 

Unauthorized IP Address.

 

Either disable the IP address whitelist or add your address to it.

 

If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.

 

If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.

 

:(

 

Kryspy

 

Link to comment

I use RSS feeds a lot to grab things, but I noticed there is no RSS support in Transmission. I found it for mac, but well we are running Linux.

 

Does anybody know a way to make it work with RSS feeds? I have my windows machine setup to look for very specific things and download them, but I wouldn't want it to willy nilly grab everything or nothing at all of course.

 

Found FlexGet - haven't installed Transmission or FlexGet, but it at least looks promissing to an extent.

http://flexget.com/

Link to comment
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.