403: Forbidden. Unauthorized IP Address.

Discussion of Transmission that doesn't fit in the other categories
Post Reply
zqslzwzw
Posts: 1
Joined: Fri May 19, 2017 5:39 am

403: Forbidden. Unauthorized IP Address.

Post by zqslzwzw »

Hi, transmission used to work well. Today after installing another software and rebooting the host maybe its configuration is unintentionally modified. Now, when access the host via n=another, it shows "403: Forbidden. Unauthorized IP Address." I have checked the configuration file "settings.json", and found the whitelist is keep unchanged as

Code: Select all

# find / -name "settings.json"
/var/lib/transmission-daemon/.config/transmission-daemon/settings.json
/home/olptfourthree/.config/transmission-daemon.old/settings.json
/etc/transmission-daemon/settings.json

Code: Select all

# vi /etc/transmission-daemon/settings.json
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,

Code: Select all

# vi /var/lib/transmission-daemon/.config/transmission-daemon/settings.json
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
And I wonder how the file located in /home/olptfourthree is generated.
Post Reply