[TriLUG] Is TWC throttling CDN traffic (youtube/amazonprime/netflix) ?

Bill Farrow bill at arrowsreach.com
Tue Mar 19 23:13:48 EDT 2013


There has been some chatter lately about the possibility of TWC
throttling CDN traffic for youtube, amazon prime, netflix, etc. One
such post:
http://mitchribar.com/2013/02/time-warner-cable-sucks-for-youtube-twitchtv/

On my system I am trying these firewall rules (probably overkill)
  sudo iptables -A INPUT -s 206.111.0.0/16 -j REJECT
  sudo iptables -A OUTPUT -d 206.111.0.0/16 -j REJECT

Remove them again:
  sudo iptables -D INPUT -s 206.111.0.0/16 -j REJECT
  sudo iptables -D OUTPUT -d 206.111.0.0/16 -j REJECT

If you want to try this, please let us know if you have good or bad results...

Bill



More information about the TriLUG mailing list