[Speed] workaround for Comcast Throttling issues.. (torrent)
Links: home · search · speed test · login · more ·

 
Links:
Forums » Comcast » Comcast HSI » [Speed] workaround for Comcast Throttling issues.. (torrent)

prichma13 @ 20th Oct 04:00AM:
[Speed] workaround for Comcast Throttling issues.. (torrent)

I cannot take credit for this as I found this tip a bit ago (but cannot remember from where/whom)....

If you use a router where you can edit IPTABLES, the following command will drop the reset packets at the router before coming into your network and hitting your torrent client:

iptables -A INPUT -p tcp --dport *x* --tcp-flags RST RST -j DROP
- where *x* is the port used by your BitTorrent client

Comcast is my ISP, and I use a Linksys Router loaded with the DD-WRT software (www.dd-wrt.com). When I do not have the above entered into my IPTABLES, I experience throttling issues and my uploads/downloads come to almost a halt after 30 minutes or so. When I do have the above entered into my IPTABLES... no problem! I currently have 9 torrents seeding with each averaging 20.1 kB/s up (which is my upload bandwidth limit). I am downloading another torrent averaging 157.9 kB/s down /\ 52.3 kB/s up.

Mod Note: Please keep it in one thread ---> »Comcast is using Sandvine to manage P2P Connections
reply
anon @ 22nd Oct 11:06PM:
Re: [Speed] workaround for Comcast Throttling issues.. (torrent)

I have tried your solution in terminal is osx and this is what i get

Last login: Mon Oct 22 20:04:01 on ttyp1
Welcome to Darwin!

machine:~ notname$ sudo iptables -A INPUT -p tcp --dport 6113--tcp-flags RST RST -j DROP

sudo: iptables: command not found

machine:~ noname$ any suggestions should i have to do anything else bubt paste that line into terminal (6113 is my port)
reply
zfod_mtv @ 23rd Oct 12:25AM:
Re: [Speed] workaround for Comcast Throttling issues.. (torrent)


notajive, that would be because 'iptables' is Linux-based ( Netfilter ). More specifically, 'iptables' is the tool to manipulate Netfilter tables, chains and rules.

You'll want to read up on 'ipfw', which is the BSD-based firewall which is included in Mac OS X.

You can do the same lunacy as above, drop all TCP RSTs for dest port 6113.

Take care.
reply
espaeth @ 23rd Oct 01:23AM:
Re: [Speed] workaround for Comcast Throttling issues.. (torrent)

Of course, since the resets are sent in both directions from the middle of the conversation anything you do on your end is purely wasted effort. This suggestion will only work if everyone running BT implements this filter (highly unlikely).

It might appear this works because, according to Comcast, the upstream connection interruptions change in intensity based on how busy the network is.

-Eric
reply

Thank you for using lo-fi dslreports.com - report bugs
© 99-2009 silver matrix LLC