Windows 7 * web UI

Ask for help and report issues with the Windows version of Transmission
Post Reply
eldoc62
Posts: 7
Joined: Tue Aug 15, 2017 10:33 am

Windows 7 * web UI

Post by eldoc62 »

Hi everybody,

I just installed transmission on a windows 7.
Everything goes well, I installed everything: remote, deamon ...

When I connect to the local computer it is good:

http: // localhost: 9091 / tranmission / web

On the contrary ... On the same local network, on another computer connected to the same network, it is not accessible ...

In the parameters, I unchecked "allow only the IP addresses"

I do not understand :/
mike.dld
Transmission Developer
Posts: 306
Joined: Wed Dec 25, 2013 10:56 pm

Re: Windows 7 * web UI

Post by mike.dld »

Please read my comment here: viewtopic.php?t=18646&p=75505
If you install both the Qt client and the daemon, you need to understand that those act as two separate programs with two separate sets of settings. That is, unless the only way you're using Qt client is to connect to daemon (see Edit menu -> Change Session... menu item), in which case when you're changing settings you're actually changing daemon settings, no Qt client ones.
eldoc62
Posts: 7
Joined: Tue Aug 15, 2017 10:33 am

Re: Windows 7 * web UI

Post by eldoc62 »

Ok thank you, :) I edited the json ;)

Look se screeshot of my machine on which is hosted transmission:
Capture d’écran 2017-08-15 à 13.51.28.png
Capture d’écran 2017-08-15 à 13.51.28.png (26.23 KiB) Viewed 7916 times
Here is the screen shot of another machine, we see that I ping well, I use the same address and I never answer the server !!!
Capture d’écran 2017-08-15 à 13.53.13.png
Capture d’écran 2017-08-15 à 13.53.13.png (192.47 KiB) Viewed 7916 times
mike.dld
Transmission Developer
Posts: 306
Joined: Wed Dec 25, 2013 10:56 pm

Re: Windows 7 * web UI

Post by mike.dld »

You will need to be more specific. Which file did you edit? If it's the settings.json used by the daemon, did you stop the daemon before editing the file and then started it back afterwards?

Looking at the error you're getting (ERR_CONNECTION_TIMED_OUT), could it also be that the target machine (192.168.1.169) has firewall set up which prevents the connection from being established?
eldoc62
Posts: 7
Joined: Tue Aug 15, 2017 10:33 am

Re: Windows 7 * web UI

Post by eldoc62 »

You will need to be more specific. Which file did you edit? If it's the settings.json used by the daemon, did you stop the daemon before editing the file and then started it back afterwards?

-- Yes ;)

Looking at the error you're getting (ERR_CONNECTION_TIMED_OUT), could it also be that the target machine (192.168.1.169) has firewall set up which prevents the connection from being established?

-- I use only the firewall of windows 7 to which I have not modified anything particular ...

I also use Plex by exmple, the port used by this one is 32400, on a remote machine I have no worries with 192.168.1.169:32400. (For plex)

But not for 192.168.1.169:9091!

May be i do uninstall completly and make clean install ??

this is my settings.json :

[quote]{
"alt-speed-down": 50,
"alt-speed-enabled": true,
"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": 4,
"dht-enabled": true,
"download-dir": "C:\\Windows\\ServiceProfiles\\LocalService\\Downloads",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "C:\\Windows\\ServiceProfiles\\LocalService\\Downloads",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"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": true,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"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": "{cdd807cb3227e7c4ee5a3ede59c35cd359fa8ca2KIbel4bL",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 0,
"upload-slots-per-torrent": 14,
"utp-enabled": true
}
/quote]
eldoc62
Posts: 7
Joined: Tue Aug 15, 2017 10:33 am

Re: Windows 7 * web UI

Post by eldoc62 »

Ok, so

If I open the computer woindows transmission locally, I give port 9090 and I know how to acceder from another machine. cool !! The problem is that if I add torrents they do not load because I have 0 peer ...

I do not find a logical solution, it seems there is a conflict somewhere no?
Post Reply