403 error

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
powerflash
Posts: 3
Joined: Sat Oct 31, 2009 12:45 pm

403 error

Post by powerflash »

Hi,

I mouted debian and installed transmission on my MC emtec q800, I add a new user "transmission" and set port of web gui and port of router on settings.json file but when I run http://192.168.0.3:9091 I get this error:

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 post my settings.json file:

Code: Select all

{
    "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\/HDD1\/Incoming",
    "encryption": 1,
    "lazy-bitfield-enabled": true,
    "message-level": 2,
    "open-file-limit": 32,
    "peer-limit-global": 240,
    "peer-limit-per-torrent": 60,
    "peer-port": 12345,
    "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,
    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "",
    "rpc-port": 9091,
    "rpc-username": "xxxxx",
    "rpc-password": "xxxx",
    "rpc-whitelist": "127.0.0.1,192.168.0.2",
    "rpc-whitelist-enabled": true,
    "speed-limit-down": 100,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 100,
    "umask": 0,
    "speed-limit-up-enabled": false,
    "upload-slots-per-torrent": 14
}

powerflash
Posts: 3
Joined: Sat Oct 31, 2009 12:45 pm

Re: 403 error

Post by powerflash »

I have 4 files settings.js ... but which it is correct?

./etc/transmission-daemon/settings.json
./var/lib/transmission-daemon/info/settings.json
./home/transmission/.config/transmission-daemon/settings.json
./.config/transmission-daemon/settings.json
powerflash
Posts: 3
Joined: Sat Oct 31, 2009 12:45 pm

Re: 403 error

Post by powerflash »

I changed in "rpc-whitelist": "127.0.0.1,192.168.*.*" .... my windows is on ip 192.168.0.2 but I get always 403 error
jnbptst
Posts: 3
Joined: Sun Nov 22, 2009 3:16 pm

Re: 403 error

Post by jnbptst »

I have the same issue; I use Transmission on Ubuntu Karmic, and I edited the 3 settings.json files present on my hard drive so that the whitelist is disabled and the acceptable IPs are *.*.*.*, and yet I still get a 403 error... is this a bug?
jnbptst
Posts: 3
Joined: Sun Nov 22, 2009 3:16 pm

Re: 403 error

Post by jnbptst »

bump?
Post Reply