|
Technology Forums: FTA, Satellite, Cable, Home Media, Hardware & Computers
|
|
|
|
||||||
| Register | Members List | Search | Search | Today's Posts | Mark Forums Read |
| Cable Modems Gota start somewere and here the start :) |
![]() |
|
|
Thread Tools |
|
|
#41 (permalink) |
|
Junior Member
Join Date: Feb 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
Sandvine hardware prevents seeding on torrents. Virgin media does not have this problem so we can assume they are NOT using sandvine.
The modem config file sends instructions to the modem to peform traffic capping when you've downloaded over your limit, Specified by the config file. Last edited by dem0n; 15-02-08 at 05:53 PM. |
|
|
|
|
|
#42 (permalink) |
|
Junior Member
Join Date: Feb 2008
Posts: 25
Thanks: 1
Thanked 8 Times in 7 Posts
|
Sandine Hardware Prevents Traffic on any configured Port or protocol, That is has been configured for capping and traffic shaping are not the same thing your cap is the limitation of overall speed within a given range i.e 20mb/s dl / 768Kb/s ul. Traffic shaping is the control of the protocol and ports that are being used to achieve this all that is needed is to control all the released ports, 1025:65534 for TCP and UDP.
Sandvine is a little bit more sophisticated than that and can tell what type of traffic is flowing and can target just p2p or similar traffic whilst allowing video/music streams this could then not count towards the download limit. |
|
|
|
|
|
#43 (permalink) |
|
Junior Member
Join Date: Dec 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
Can this be used for FTP's (flash fxp)? i have a d-link wired router on to a ntl 250 cable modem
thanks
__________________
Eurovox v Max kuro beta v2 (latest) LG Rh277h
|
|
|
|
|
|
#45 (permalink) | |
|
Junior Member
Join Date: Feb 2008
Posts: 4
Thanks: 1
Thanked 1 Time in 1 Post
|
Hello,
VM just restricted my speeds today to 5meg I did what you told me to do however I was confused with the port part I downloaded BitTorrent and checked the incoming port for Bittoreent and replaced it with that. I have never used BitTorrent and am new to this. However after nearly 10 hourse my speed is still restricted. This is a big pain in the ass please help me out.. Quote:
|
|
|
|
|
|
|
#46 (permalink) |
|
Member
Join Date: Mar 2008
Posts: 73
Thanks: 3
Thanked 4 Times in 4 Posts
|
Hi,
I'm trying to get this going on my Linksys Wrt54gs.. i've replaced the firmware with DD-WRT so i now have telnet access but the command in the windows instructions does not work. it tells me -sh: add: not found can anyone help me set this up? Edit : I've tried this command in telnet which didn't seem to do alot.. is this relevant? or have i just broken something? iptables -A INPUT -p tcp --dport 6969 --tcp-flags RST RST -j DROP Last edited by danmed; 05-03-08 at 09:06 PM. |
|
|
|
|
|
#47 (permalink) | |
|
Junior Member
Join Date: Feb 2008
Posts: 25
Thanks: 1
Thanked 8 Times in 7 Posts
|
Quote:
Also avoid the standard bittorent ports as these are limited by ISP's use any one in the range of 1025 - 65534 Last edited by Technosteve; 11-03-08 at 01:46 PM. |
|
|
|
|
|
|
#49 (permalink) |
|
Junior Member
Join Date: Feb 2008
Posts: 25
Thanks: 1
Thanked 8 Times in 7 Posts
|
Just change 6883 to the port your client uses, i use 63545
#Comcast BitTorrent seeding block workaround drops the RST TCPFLAG -A INPUT -p tcp --dport 6883 --tcp-flags RST RST -j DROP -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT #BitTorrent -A INPUT -m state --state NEW -m tcp -p tcp --dport 6883 -j ACCEPT -A INPUT -m state --state NEW -m udp -p udp --dport 6883 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited COMMIT If you are using Ubuntu or another non-Red Hat Linux derivative, then place the following in a file and execute that file as root. #!/bin/sh #Replace 6883 with your BT port BT_PORT=6883 #Flush the filters iptables -F #Apply new filters iptables -A INPUT -i lo -j ACCEPT #Comcast BitTorrent seeding block workaround this drops the RST TCPFLAG iptables -A INPUT -p tcp --dport $BT_PORT --tcp-flags RST RST -j DROP iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT #BitTorrent iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport $BT_PORT -j ACCEPT iptables -A INPUT -m state --state NEW -m udp -p udp --dport $BT_PORT -j ACCEPT iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited Last edited by Technosteve; 11-03-08 at 02:40 PM. |
|
|
|
|
|
#50 (permalink) |
|
Member
Join Date: Mar 2008
Posts: 73
Thanks: 3
Thanked 4 Times in 4 Posts
|
cheers again for your response.. either i'm doing something wrong or this doesn't work with port 119 for newsgroups
![]() |
|
|
|
| The Following User Says Thank You to danmed For This Useful Post: | usmania (15-03-08) |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What you need to know about Up to 8Mb broadband | Realist | Broadband | 2 | 29-12-07 09:46 PM |
| BT - 7meg line speed but 60kbps downloads | mrm.c | Broadband | 59 | 24-09-07 10:46 AM |
| check the download speed | thegingerman | Broadband | 6 | 18-08-07 01:51 AM |
| Broadband now faster but not up to speed | BGonaSTICK | PC Hardware | 25 | 01-04-07 12:17 AM |
| How to: TORRENT [Bitorrent] | Realist | PC Software | 1 | 19-11-05 03:06 PM |