Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3520  / 2 Years ago, fri, may 13, 2022, 5:20:18

According to this article, http://thetechblock.com/how-to-stop-isps-slow-youtube/, I can make Youtube videos stream faster on Linux, but I am not entirely sure how to carry out similar commands on the ubuntu terminal. If anyone could enlighten me on iptables commands, please do so and thank you.


More From » 13.04

 Answers
7

The commands would be



sudo iptables -I OUTPUT -p tcp --dest 173.194.55.0/24 -j DROP
sudo iptables -I OUTPUT -p tcp --dest 206.111.0.0/16 -j DROP


Use at your own risk as it might stop other Youtube functions as they are Google infrastructure servers.


[#31038] Saturday, May 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leddre

Total Points: 180
Total Questions: 113
Total Answers: 108

Location: France
Member since Thu, Oct 27, 2022
2 Years ago
;