QoS does not work with transmission on router

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
lvadim
DD-WRT Novice


Joined: 24 Apr 2009
Posts: 17
Location: Kiev

PostPosted: Sun May 10, 2009 23:19    Post subject: QoS does not work with transmission on router Reply with quote
Please help. I have the equipment:
1. DIR-320
2. DD-WRT v24-sp2 (04/30/09) mini-usb-ftp
3. Optware: samba + transmission

I configured QoS enabled on WAN, in HTB mode
services:
torrent - bulk
http - Standard
Skype - Premium

When I run uTorrent on the computer I see that the QoS is working properly. If I use optware Transmission in the router - QoS does not limit its speed. Can this be fixed?
Sponsor
lvadim
DD-WRT Novice


Joined: 24 Apr 2009
Posts: 17
Location: Kiev

PostPosted: Tue May 12, 2009 10:47    Post subject: Reply with quote
Up
bjoeg
DD-WRT User


Joined: 26 May 2008
Posts: 416

PostPosted: Tue May 12, 2009 12:17    Post subject: Reply with quote
If the QoS cannot identify the traffic, it will be hard for it to limit.

So how are your settings in transmission, does transmission use torrent encryption?
lvadim
DD-WRT Novice


Joined: 24 Apr 2009
Posts: 17
Location: Kiev

PostPosted: Tue May 12, 2009 18:32    Post subject: Reply with quote
I check settings - encryption is "disabled"
frater
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2777

PostPosted: Wed May 13, 2009 0:59    Post subject: Reply with quote
Depending how QoS is implemented it might not work for the router itself.
Normally the router doesn't generate much traffic, so it might not have been foreseen.

Ask brainslayer in TRAC

_________________
Asus RT16N + OTRW
Kingston 4GB USB-disk 128 MB swap + 1.4GB ext3 on /opt + 2 GB ext3 on /mnt
Copperjet 1616 modem in ZipB-config
Asterisk, pixelserv & Pound running on router
Another Asus RT16N as WDS-bridge

DD-WRT v24-sp2 vpn (c) 2010 NewMedia-NET GmbH
Release: 12/16/10 (SVN revision: 15758M)
frater
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2777

PostPosted: Wed May 13, 2009 1:10    Post subject: Reply with quote
Depending how QoS is implemented it might not work for the router itself.
Normally the router doesn't generate much traffic, so it might not have been foreseen.

Maybe you need to force transmission to only use the lan-interface.

vi /root/.config/transmission-daemon/settings.json
Code:
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv4": "192.168.1.1",


You may now need to open ports in iptables (firewall script) AND do a port forward in the webinterface of 51413 to 192.168.1.1...
Code:
iptables -I INPUT 1 -p tcp --dport 51413 -d 192.168.1.1 -j ACCEPT


If that doesn't work, you can ask Brainslayer...

_________________
Asus RT16N + OTRW
Kingston 4GB USB-disk 128 MB swap + 1.4GB ext3 on /opt + 2 GB ext3 on /mnt
Copperjet 1616 modem in ZipB-config
Asterisk, pixelserv & Pound running on router
Another Asus RT16N as WDS-bridge

DD-WRT v24-sp2 vpn (c) 2010 NewMedia-NET GmbH
Release: 12/16/10 (SVN revision: 15758M)
lvadim
DD-WRT Novice


Joined: 24 Apr 2009
Posts: 17
Location: Kiev

PostPosted: Thu May 14, 2009 3:39    Post subject: Reply with quote
Everything works perfectly Very Happy , many thanks!
Nextor123
DD-WRT Novice


Joined: 04 Feb 2011
Posts: 16

PostPosted: Mon Mar 14, 2011 15:49    Post subject: Reply with quote
Hi!

I have same problem! Transmission just ignore my QoS settings!

some settings from settings.json
    "bind-address-ipv4": "192.168.1.1",
    "bind-address-ipv6": "::",
    "dht-enabled": false,
    "encryption": 0,
    "peer-port": 57492,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": false,
    "pex-enabled": false,
    "port-forwarding-enabled": true,


I have added "iptables -I INPUT 1 -p tcp --dport 57492 -d 192.168.1.1 -j ACCEPT" to firewall and i change the bind-address-ipv4 to 192.168.1.1 (my router ip) and set port-forwarding-enabled to true but QoS don't limit transmission dl/ul speed on http traffic (donwloading iso file)

Need to manual set transmision peer port forward in the webinterface? Wich Protocol, Source Net, Port from, IP Address, Port to need to set in webinterface?

PLEASE HELP! Sad


Last edited by Nextor123 on Tue Mar 15, 2011 15:40; edited 1 time in total
Nextor123
DD-WRT Novice


Joined: 04 Feb 2011
Posts: 16

PostPosted: Tue Mar 15, 2011 14:05    Post subject: Reply with quote
up
phuzi0n
DD-WRT Guru


Joined: 10 Oct 2006
Posts: 10141

PostPosted: Tue Mar 15, 2011 19:10    Post subject: Reply with quote
See the known bugs lists on the QoS wiki page for info on how to fix it. I've gave them a patch for it yesterday but my expectations of it actually being used are low.
_________________
Read the forum announcements thoroughly! Be cautious if you're inexperienced.
Available for paid consulting. (Don't PM about complicated setups otherwise)
Looking for bricks and spare routers to expand my collection. (not interested in G spec models)
Nextor123
DD-WRT Novice


Joined: 04 Feb 2011
Posts: 16

PostPosted: Sat Apr 02, 2011 2:53    Post subject: Reply with quote
Where? I can't find it Rolling Eyes Directl link please! Thanx!
phuzi0n
DD-WRT Guru


Joined: 10 Oct 2006
Posts: 10141

PostPosted: Sat Apr 02, 2011 14:30    Post subject: Reply with quote
http://www.dd-wrt.com/wiki/index.php/Qos#Known_Bugs
http://svn.dd-wrt.com:8000/ticket/1559

_________________
Read the forum announcements thoroughly! Be cautious if you're inexperienced.
Available for paid consulting. (Don't PM about complicated setups otherwise)
Looking for bricks and spare routers to expand my collection. (not interested in G spec models)
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum