
Je voudrais activer un service de "seedbox" sur mon petit pc/serveur.
J'ai suivi plusieurs tutos mais j'ai toujours l'erreur 403 en y accédant d'un autre pc en local :
http://192.168.1.38:9091/
Code : Tout sélectionner
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.
Code : Tout sélectionner
"blocklist-enabled": 0,
"download-dir": "/mnt/nas/torrent",
"download-limit": 100,
"download-limit-enabled": 0,
"encryption": 1,
"max-peers-global": 200,
"peer-port": 51413,
"pex-enabled": 1,
"port-forwarding-enabled": 0,
"rpc-authentication-required": 1,
"rpc-password": "transmission",
"rpc-port": 9091,
"rpc-username": "transmission",
"rpc-whitelist": "127.0.0.1",
"upload-limit": 100,
"upload-limit-enabled": 0,
"rpc-enabled": true,
"rpc-url": "/transmission",
"rpc-whitelist-enabled": false