Web Interface not accessible from my external IP

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
TheBAT
Posts: 1
Joined: Wed Aug 26, 2009 6:59 am

Web Interface not accessible from my external IP

Post by TheBAT »

Hello,

I'm encountering trouble with web interface.
I know i'm not the only one with this problem but after one night to read many topics on this board I'm close to give up.

So you are my last chance ! :)

> I can launch the web interface from 127.0.0.1:9091 but not from my external IP address.
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.
> settings.json file :
{
"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,
"blocklist-updates-enabled": 0,
"dht-enabled": true,
"download-dir": "\/home\/files",
"encryption": 1,
"lazy-bitfield-enabled": true,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"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": "{cfed1557c1e06e1ee910c81314feeabc4497d907aW8MoeQr",
"rpc-port": 9091,
"rpc-username": "",
"rpc-whitelist": "84.142.65.13",
"rpc-whitelist-enabled": true,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"umask": 18,
"upload-limit": 30,
"upload-limit-enabled": 0,
"upload-slots-per-torrent": 14
}
> transmission-daemon -f
[08:57:40.875] RPC Server: Adding address to whitelist: 84.142.65.13
[08:57:40.875] RPC Server: Serving RPC and Web requests on port 9091
[08:57:40.875] RPC Server: Whitelist enabled
[08:57:40.875] Transmission 1.74 (8994) started
[08:57:40.881] DHT: Generating new id
[08:57:41.215] Port Forwarding (NAT-PMP): initnatpmp succeeded (0)
[08:57:41.215] Port Forwarding (NAT-PMP): sendpublicaddressrequest succeeded (2)
[08:57:49.231] Port Forwarding: State changed from "Not forwarded" to "Starting"
[08:59:48.999] Port Forwarding: State changed from "Starting" to "???"
So I'm a little bit lost... and I don't know what to do.
I'm counting on you !

Have a good day !
Post Reply