Hi,

I couldn't find any valuable information necessary to solve my problem so decided to post a thread here.

I'm having problems using Transmission 2.83 which I download and install through STB.
I cannot access the web interface through http://myboxip:9091. The browser says Unable to connect

The transmission version was downloaded from http://ipkserver.hdmedia-universe.co...n_2.83_sh4.ipk
My STB is Amiko Alien 8900
My STB is using HDMU 13139 enigma2 Git 3318

The part of configuration file is below (maybe I need to change something here?)
LINE="--------------------------------------"
TRANSMISSION_ON=0
NAME="transmission-daemon"
DAEMON="/usr/bin/nice -n 9 /usr/bin/transmission-daemon"
DIRECTORY="/hdd/transmission"
RPC_PORT=9091
DOWNLOAD_DIR="/hdd/transmission/download"
CONFIG_DIR="/hdd/transmission/config"
WATCH_DIR="/hdd/transmission/watch"
USER="root"
PASSWORD="dreambox"
ARGS="-c $WATCH_DIR -g $CONFIG_DIR -a *.*.*.* -w $DOWNLOAD_DIR -p $RPC_PORT -t -u $USER -v $PASSWORD"
INET_ADDR=`awk '/address/{print$2}' /etc/network/interfaces`
PATH=/usr/sbin:/usr/bin:/sbin:/bin
TRANSMISSION_WEB_HOME="/usr/share/transmission/web/"

After I start the transmission it only says:

SPARK:~# /etc/init.d/transmissiond start
starting transmission-daemon...

--------------------------------------
Transmission Started !!!
Open your browser at http://:9091
--------------------------------------

But I cannot access transmission web interface by entering 192.168.1.*:9091
Tried differente browser, tried changing ports and forwarding, without firewall, tried reinstall and restart transmission, but still the same "Unable to connect"

Is there a way to solve this problem?
Does anyone else have had this problem and solved it?

Thank you for your help!