How To Block ISP Throttling in Linux Ubuntu?

Iv'e noticed alot recently that my internet connection is running VERY slow and barely can run a single youtube video -_-. Sometimes I will have like 3 youtube tabs open in 1080p just fine and sometimes one music video on low will give me trouble. Also its like 11:00 at night so its not like theirs much traffic.

http://teksyndicate.com/videos/tek-0048-major-isps-suck-harder-every-day

Here logan shows how to stop it in windows and mac but not in linux. How do I do it in linux ubuntu?

 

If you want to drop the TimeWarner servers, here's the command:

iptables -I FORWARD -s 192.168.1.0/24 -d 206.111.0.0/16 -j DROP

Just change the 192.168.1.0/24 part to the Network appropriate to your home LAN.

the above command has to be sudoed

and after that it has to be saved, I think in Ubuntu it's just

        #  iptables save

, but I don't use Ubuntu so someone please confirm.

didn't work? says is unknown and kernal may need upgrade.

if you type in terminal:

      $  sudo su

then enter password

and then

     #  iptables -L

do you get anything?