I noticed that sometimes the settings in LuCi interface do not reflect those in settings.json In my case, at one point I had rpc-whitelist disabled in LuCi and settings.json showed it enabled (and it did not have the correct settings); hence, I suggest enabling transmission after setting it up.
Check the rpc-whitelist and either add the router IP address (the default 192.168.. is already listed - if different, the same format should be used) or disable it altogether.
I didnât change anything in the firewall settings.
I got it working after removing all the relevant packages and reinstalling them again and inserting the right settings immediately, certainly in the RPC whitelist â(127.0.0.1,192.168.star.star)â if remember it rightly.
As markerfit says, it seems that sometimes things are not saved correctly in the config file.
Removing and reinstalling the packages lets it all start from scratch again.
Try to do that maybe? And using the right URL in your browser
Itâs trial and error for me too to be honest as Iâm not a specialist at all.
I think that is because thereâre more than one settings.json for Transmission.
/etc/config/transmission is the file that LuCI reads
/tmp/config/transmission/settings.json is the file that LuCI reads when nothing is installed
And then thereâs the file which location you have to specify in LuCI, in my case /mnt/nas/transmission
Iâve tried whitelisting everything (...) with no success.
Iâve tried stoping the daemon before modifying all the config files I could find with no success.
Iâve tried removing the related packages and installing them back with no success.
@Nick87 How then did you open the 51413 port youâre supposed to open for income traffic? Through UPnP?
Any tcp, udp
From any host in wan
To any router IP at port 51413 on this device
I have this rule in my âFirewall - traffic rulesâ.
This should open the port for transmission no?
How can I check if this really is open. In the settings of the web interface of transmission it says âport is closedâ.
Not really sure what the problem is to be honest.
I already rebooted.
You might be better off enabling UPNP. Transmission has the option to randomize start port, so either uncheck that and go with a fixed port, or just enable UPNP on the Omnia and let it automatically set up the port forward. Works fine for me.
I havenât been able to make UPnP work with the Transmission Daemon. I know it works because I have configured the Transmission app (not the GUI or web interface) on my Mac with UPnP with the option of randomise port checked.
One last observation I could make is that the only User that would work for me is Root (that would be under Transmission > Global settings > Run daemon as user). If I put anything else, the web interface would not load (server not found in web browser). Itâs not ideal because of file permissions in my NAS but for now it works.
Yes, trying to run the native Omnia Transmission demon as anything other than root is going to have lots of problems. Youâre better off putting it in a LXC container if you want to do that. Probably not a bad idea anyway from a security standpoint.
Just a tip, after changing the configuration. Try restarting the daemon. That mostly helps. Or rebooting the router.
Does anyone know how the download queue works? I want only 1 torrent to be downloaded at the same time but they all start immediately now. I though I changed the right setting but it doensât really work. Tried restarting the daemon already.
Because when I do multiple downloads the transmission web interface becomes really slow. Like the router canât handle it but the Luci interface is still fluently loading.
Update: SOLVED
Restarting the dameon one more time did the trick! So this confirms my first comment