Page 1 of 1

Remote control from mobile phone

Posted: Tue Aug 30, 2011 8:26 pm
by boros2
Hello all. I've got installed transmission on a router. I want to control it from my mobile phone with symbian s60v5. In firmware web browser on my phone, when I enter ip:9091 it shows transmission page but there is no torrents download and it says: "could not connect to server". In Opera web browser, when I enter ip:9091 it shows error. Is there any way to check my transmission status without turn on a computer? Thanks for reply.

Re: Remote control from mobile phone

Posted: Wed Aug 31, 2011 5:39 am
by boros2
root@Gargoyle:~$ vi /etc/config/transmission

config 'transmission'
option 'enabled' '1'
option 'run_daemon_as_user' 'root'
option 'alt_speed_down' '50'
option 'alt_speed_enabled' 'false'
option 'alt_speed_time_begin' '540'
option 'alt_speed_time_day' '127'
option 'alt_speed_time_enabled' 'false'
option 'alt_speed_time_end' '1020'
option 'alt_speed_up' '50'
option 'bind_address_ipv4' '0.0.0.0'
option 'bind_address_ipv6' '::'
option 'blocklist_enabled' 'false'
option 'cache_size_mb' '2'
option 'dht_enabled' 'true'
option 'encryption' '1'
option 'idle_seeding_limit' '30'
option 'idle_seeding_limit_enabled' 'false'
option 'incomplete_dir' '/mnt/disk/transmission'
option 'incomplete_dir_enabled' 'true'
option 'lazy_bitfield_enabled' 'true'
option 'lpd_enabled' 'false'
- /etc/config/transmission 1/62 1%

Re: Remote control from mobile phone

Posted: Wed Aug 31, 2011 5:43 am
by boros2
"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-url": "http://www.example.com/blocklist",
"cache-size-mb": 2,
"dht-enabled": true,
"download-dir": "/mnt/disk/torrenty",
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/mnt/disk/transmission",
"incomplete-dir-enabled": true,
"invalid-key": false,
"lazy-bitfield-enabled": true,
"lpd-enabled": false,
"message-level": 1,
"open-file-limit": 32,
"peer-congestion-algorithm": "",
"peer-limit-global": 60,
"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": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 1,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{bdcb974264f757a9e6db72e86a6e925d7e247bb3pxxXoqm7",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "",
"rpc-whitelist": "127.0.0.1,192.168.1.*",
"rpc-whitelist-enabled": true,
"scrape-paused-torrents": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"speed-limit-down": 400,
"speed-limit-down-enabled": true,
"speed-limit-up": 20,
"speed-limit-up-enabled": true,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir-enabled": false

Re: Remote control from mobile phone

Posted: Wed Aug 31, 2011 10:47 am
by boros2
Yes. This port is open.