Jump to content

Err, why would that speed YouTube up?

 

Edit: Ah, so your ISP (TWC) are being assholes. Apparently it blocks some servers which throttle the connection, so YouTube is forced to create a Direct Connection to you, thus getting faster speeds.

 

To remove do the following:

 

Run sudo ipfw list: This will list all the rules with a corresponding number. We will use this number to reference the rule

Run sudo ipfw delete {rule}, where {rule} is the number referencing the rule you want to remove.

 

For example:

 

Darrens-MacBook-Pro:~ darren$ sudo ipfw list
00100 reject ip from 173.194.55.0/24 to any in
65535 allow ip from any to any
Darrens-MacBook-Pro:~ darren$ sudo ipfw delete 00100
Darrens-MacBook-Pro:~ darren$ sudo ipfw list
65535 allow ip from any to any
Link to comment
https://linustechtips.com/topic/20609-time-warner-throttling/#findComment-250533
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×