Make youtube go fast (for reals)
Thread Starter
Joined: Apr 2009
Posts: 7,174
Total Cats: 180
From: Arizona
WARNING: For some this won't work, for those with TWC this will almost for sure work. For others you will have to find what redirector you are using and block those ranges.
Also I've noticed that sometimes blocking both ranges will break youtube. So it might be worth just trying one range at a time and testing it.
Seriously though if you break your **** just remove the rule and you are good.
So I know I have posted about how slow youtube is, and others have also posted things similar. Basically you isp is throttling vidoes that have been cached on some servers. Blocking those ranges allows you to download at the full glory they were meant to be downloaded.
On windows (just copy and paste):
You can remove it if you want with:
On linux it's just iptables, if you are decent on linux you should understand how but here it is if you don't:
NOTE: This will cause youtube videos to delay about 1-3 seconds before loading because it first attempts to use the blocked ips, once it fails then it goes to uberfast unthrottled turbo speed servers.
I'll update this later with how to find the redirector and some more specific ranges for different ISPs. I have homework to do first. It's very worth it though. My videos load in like 2 seconds on full HD now. It's great.
Also I've noticed that sometimes blocking both ranges will break youtube. So it might be worth just trying one range at a time and testing it.
Seriously though if you break your **** just remove the rule and you are good.
So I know I have posted about how slow youtube is, and others have also posted things similar. Basically you isp is throttling vidoes that have been cached on some servers. Blocking those ranges allows you to download at the full glory they were meant to be downloaded.
On windows (just copy and paste):
netsh advfirewall firewall add rule name="speedup" dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes
You can remove it if you want with:
netsh advfirewall firewall delete rule name="speedup"
On linux it's just iptables, if you are decent on linux you should understand how but here it is if you don't:
iptables -I OUTPUT -p tcp --dest 173.194.55.0/24 -j DROP
iptables -I OUTPUT -p tcp --dest 206.111.0.0/16 -j DROP
iptables -I OUTPUT -p tcp --dest 206.111.0.0/16 -j DROP
I'll update this later with how to find the redirector and some more specific ranges for different ISPs. I have homework to do first. It's very worth it though. My videos load in like 2 seconds on full HD now. It's great.
Last edited by FRT_Fun; Jul 11, 2013 at 05:32 PM.
Thread Starter
Joined: Apr 2009
Posts: 7,174
Total Cats: 180
From: Arizona
This is a good guide for windows: How to stop YouTube sucking (Windows guide) | Mitch's Space
I don't use windows so hard for me to explain a few things with it.
I don't use windows so hard for me to explain a few things with it.
Joined: Oct 2011
Posts: 5,718
Total Cats: 830
From: Detroit (the part with no rules or laws)
Hmm, seems to work for 60% of the people or so.
Windows 7 x64 here and i can't tell if it helped or not. I know for sure i get the slow loading, and stuttering issues. I have such slow internet to begin with, it struggles to handle 480p.
Seems to be working though.
Windows 7 x64 here and i can't tell if it helped or not. I know for sure i get the slow loading, and stuttering issues. I have such slow internet to begin with, it struggles to handle 480p.
Seems to be working though.
My internet is plenty fast to stream HD vidyas, but Youtube sucks *****, which I've always assumed was a problem with server/bandwidth on their end. I'll give this a try.
This is a good guide for windows: How to stop YouTube sucking (Windows guide) | Mitch's Space
I don't use windows so hard for me to explain a few things with it.
I don't use windows so hard for me to explain a few things with it.
Thread Starter
Joined: Apr 2009
Posts: 7,174
Total Cats: 180
From: Arizona
No. You are making the firewall more strict. Meaning you are blocking more than the firewall originally did. You are basically adding a rule that says I do not want my computer to talk to these servers. So technically you are more protected.
Thread
Thread Starter
Forum
Replies
Last Post







