Hi,
I have a problem where i can't connect to Transmission's RPC.
Error is as following:
I used to have Transmission-daemon working right on Ubuntu server, but I am clueless here.
My configuration was as follow:
I don't see where the problem lies...
I have a problem where i can't connect to Transmission's RPC.
Error is as following:
Code:
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.
I used to have Transmission-daemon working right on Ubuntu server, but I am clueless here.
My configuration was as follow:
Code:
# pkg install transmission-daemon
# service transmission onestart
# service transmission onestop
# ee ~/.config/transmission-daemon/settings.json
(Here, I configured the file, disabling whitelist, which I never use.)
# ee /etc/rc.conf
transmission_enable="YES"
# ee /etc/pf.conf
(opened tcp 51413)
# pw groupmod transmission -m user
# service transmission start
I don't see where the problem lies...