What's new

Need help with Transmission in OpenWRT.

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

KGB7

Very Senior Member
I installed Transmission on GL.iNet Slate AX router and it its working well for most part, but im new to OpenWRT and I can't figure out why download speeds are slow.

I have tested same exact dozen torrents on my Intel based MacBook which saturates my wan speeds, but the download speeds via Transmission on the Slate router are all over the place. A lot of times it won't even use half the bandwidth. CPU usage on the router is around 2%.

Here is the config for the Transmission on the router. Please let me know if I need to change anything.

Cheers.


Code:
{
    "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": "/tmp/mountd/disk1_part1/Movies/1Temp",
    "download-queue-enabled": true,
    "download-queue-size": 20,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "//Downloads",
    "incomplete-dir-enabled": false,
    "invalid-key": false,
    "lazy-bitfield-enabled": true,
    "lpd-enabled": false,
    "message-level": 1,
    "peer-congestion-algorithm": "",
    "peer-id-ttl-hours": 6,
    "peer-limit-global": 1000,
    "peer-limit-per-torrent": 100,
    "peer-port": 62983,
    "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": 0,
    "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-host-whitelist": "",
    "rpc-host-whitelist-enabled": false,
    "rpc-password": "{a051a45912396255bb914dc6b01e75a8d4fbf92el4HSeDSC",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "",
    "rpc-whitelist": "127.0.0.1,::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": 350,
    "speed-limit-up-enabled": true,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 18,
    "upload-slots-per-torrent": 10,
    "utp-enabled": true,
    "watch-dir-enabled": false
}
 
Update.

I got it working after performing a clean install, but two hours later the speeds went back down the drain again. Im guessing either OpenWrt 21 is outdated or Transmission app needs a lot of work.

When I download torrents on my laptop, I see +2,000 seeds and connect to a hundred under a minute. On the router, I only see about 150 seeds using same exact torrent/s and connect to 40-60 seeds, even after deleting the torrent and adding it again.

Maybe in six months they'll make necessary improvements? Time will tell.

Cheers.
 
I have tested same exact dozen torrents on my Intel based MacBook which saturates my wan speeds, but the download speeds via Transmission on the Slate router are all over the place. A lot of times it won't even use half the bandwidth. CPU usage on the router is around 2%.

You're likely running out of user memory - cut the number of parallel torrents and peers per torrent
 
It looks like also posted the same for advice on a r/openwrt forum about the same time.
Over there one of the respondants said the router in question does not have support for hardware off-load and will suffer in this configuration. Suggested an alt device which the OP said they now had on order.
Pending your results with the newly arrived GL-MT3000.
Waiting-1280x720.jpg
 
I bought MT6000 Flint 2 and its running great. Had to return the small travel routers; Slate AX and Beryl AX.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top