传输不下载 - 无法连接到跟踪器


1

我的NAS驱动器(MyBookLive)上安装了Transmission 2.82,它已经运行了一年多了。

我移动(物理位置),现在没有任何种子下载。当我查看单个torrent信息时,我收到错误“宣布错误:连接失败”

有谁知道是什么原因引起的?再一次 - 我做了简单的事情,但收拾了我所有的东西,转移到另一个地方......

这是我当前的设置文件

{
    "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": true,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "/shares/Public/WWW/TR-Downloads",
    "download-queue-enabled": true,
    "download-queue-size": 5,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/root/Downloads",
    "incomplete-dir-enabled": false,
    "lpd-enabled": false,
    "message-level": 1,
    "peer-congestion-algorithm": "",
    "peer-id-ttl-hours": 6,
    "peer-limit-global": 200,
    "peer-limit-per-torrent": 50,
    "peer-port": 49405,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": true,
    "peer-socket-tos": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": 1,
    "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": "{6993306827d95b964764ab2c3ce1435fb7fc1f92JKI04/uW",
    "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": 0,
    "speed-limit-up-enabled": true,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 0,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true,
    "watch-dir": "/DataVolume/shares/Public/torrents",
    "watch-dir-enabled": true
}

我刚刚设置了日志记录,这是我在启动torrent时得到的

[04:27:08.560] UDP Failed to set receive buffer: requested 4194304, got 65534 (tr-udp.c:78)
[04:27:08.560] UDP Failed to set send buffer: requested 1048576, got 65534 (tr-udp.c:89)

你还有旧址的路由器吗?你有没有改变ISP?您的新ISP连接是否为您分配调制解调器或路由器?在您的传输配置中,您是使用静态端口进行传入连接,还是使用UPNP打开端口?
Frank Thomas

编辑 - 击中输入导致我发布早期相同的路由器 - 相同的ISP - 我现在正在我的Macbook上下载一个洪流它工作得很好...所以ISP可能不是问题?我正在使用一个静态端口 - 我相信它已经关闭(和默认端口)但是之前没有更改过,所以它可能在旧地方关闭了
Kevin
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.