[Home]  [Headlines]  [Latest Articles]  [Latest Comments]  [Post]  [Sign-in]  [Mail]  [Setup]  [Help] 

Status: Not Logged In; Sign In

Michael Knowles: Trump & Israel, Candace Owens, and Why Christianity Is Booming Despite the Attacks

Save Canada's Ostrich Farms! Protests Erupt Over Government Tyranny in Canada

Holy SH*T! Poland just admitted the TRUTH about Zelensky and it's not good

Very Alarming Earthquakes Strike As We Enter The Month Of September

Billionaire Airbnb Co-Founder Reveals Why He Abandoned Democrat Party For Trump

Monsoon floods devastate Punjab’s crops, (1.7 billion people) at risk of food crisis

List Of 18 Things That Are Going To Happen Within The Next 40 Days

Pentagon Taps 600 Military Lawyers To Serve As Temporary Immigration Judges For DOJ

81 Actors Who Have Passed Away So Far in 2025

High school is different now

Banks REMOVING CASH and nearing major DISASTER. Prof St Onge.

Did America Pick the Wrong Side in WWII?

Chicago in CHAOS – Mayor Tells Police to Stand Down as Trump Says ENOUGH Murder

Graham Linehan ARRESTED in UK for gender critical tweets - UK COLLAPSE IS IMMINENT

Cash Jordan: 400,000 Illegals ‘Forcibly Returned’ To Mexico… as NYC COLLAPSES

The ChatGPT CEO's Web Of Lies by Vanessa Wingardh

The Fall of the Israel Lobby Has Begun — And This Is Just the Start | Denzel Washington speech

'Statistically Almost Impossible' – 4 AfD Candidates Have Died 'Suddenly And Unexpectedly' Before Key State Election

Israel And The West Set The Stage For Next Round Of Warfare On Iran

Last night in Milan, an 18-year-old girl was beaten and raped while trying to catch a train home

Russia has developed a truly modern system of warfare.

Alberta's Independence and Finances

Daniela Cambone: 100% Loan Losses Loom as Fed Shrinks Balance Sheet-

Tucker Carlson

Cash Jordan: ICE HALTS 'Invasion Convoy'... ESCORTS 'Armada' of Illegals BACK to MEXICO

Cash Jordan: “We’re Coming In"... Migrant Mob ENTERS ICE HQ, Get ERASED By 'Deportation Unit'

Opioids More Likely To Kill Than Car Crashes Or Suicide

The association between COVID-19 “vaccines” and cognitive decline

Democrats Sink to Near Zero in New Gallup Poll, Theyre Just Not Satisfied

She Couldn't Read Her Own Diploma: Why Public Schools Pass Students but Fail Society


Science/Tech
See other Science/Tech Articles

Title: How to stop TWC ISPs sucking at Youtube (Can anyone please help me figure out the command line(s) for linux?)
Source: [None]
URL Source: http://mitchribar.com/2013/02/time- ... le-sucks-for-youtube-twitchtv/
Published: Feb 27, 2013
Author: .
Post Date: 2013-02-27 22:03:34 by wudidiz
Keywords: None
Views: 370
Comments: 11

here

Post Comment   Private Reply   Ignore Thread  


TopPage UpFull ThreadPage DownBottom/Latest

#1. To: wudidiz (#0)

Have to take a closer look at it, but it seems the linux command needs to be a different format. I guess you figured that out!

Not quite sure of the problem it's solving.

Pinguinite  posted on  2013-02-27   23:05:55 ET  Reply   Trace   Private Reply  


#2. To: Pinguinite (#1)

Linux – instead of ipfw use iptables command

sudo iftables add reject src-ip 173.194.55.0/24 in
sudo: iftables: command not found


"Freethinkers are those who are willing to use their minds without prejudice and without fearing to understand things that clash with their own customs, privileges, or beliefs. This state of mind is not common, but it is essential for right thinking; where it is absent, discussion is apt to become worse than useless." ~ Leo Tolstoy

wudidiz  posted on  2013-02-27   23:41:31 ET  Reply   Trace   Private Reply  


#3. To: wudidiz (#2)

It's "iptables" not "iftables".

But the parameters for iptables is also different for linux, so they need to be adjusted as well. And the web site says modifying the router, if you have one, is what needs to be done, in which case Linux is not involved at all.

Pinguinite  posted on  2013-02-28   0:40:49 ET  Reply   Trace   Private Reply  


#4. To: Pinguinite (#3)

Sorry about that. I was in a hurry there before.

Here is what I got now:

~$ sudo iptables add reject src-ip 173.194.55.0/24 in
Bad argument `add'
Try `iptables -h' or 'iptables --help' for more information.

This thing is supposed to make youtube videos faster by stopping the two ip addresses from slowing it down. That's all I know.

It's for windows but the terminal commands are different for linux as you know and I'm hoping someone will know exactly what the command is if this does indeed work.


"Freethinkers are those who are willing to use their minds without prejudice and without fearing to understand things that clash with their own customs, privileges, or beliefs. This state of mind is not common, but it is essential for right thinking; where it is absent, discussion is apt to become worse than useless." ~ Leo Tolstoy

wudidiz  posted on  2013-02-28   13:38:18 ET  Reply   Trace   Private Reply  


#5. To: Pinguinite (#3)


"Freethinkers are those who are willing to use their minds without prejudice and without fearing to understand things that clash with their own customs, privileges, or beliefs. This state of mind is not common, but it is essential for right thinking; where it is absent, discussion is apt to become worse than useless." ~ Leo Tolstoy

wudidiz  posted on  2013-02-28   13:48:20 ET  (1 image) Reply   Trace   Private Reply  


#6. To: wudidiz (#4)

Try this:

sudo iptables -A INPUT -i eth0 -s 173.194.55.0/24 -j DROP

sudo iptables -A INPUT -i eth0 -s 206.111.0.0/16 -j DROP

Let me know...

Pinguinite  posted on  2013-03-01   1:31:10 ET  Reply   Trace   Private Reply  


#7. To: Pinguinite (#6)

dave@das-vortex:~$ sudo iptables -A INPUT -i eth0 -s 173.194.55.0/24 -j DROP
[sudo] password for dave:
dave@das-vortex:~$ sudo iptables -A INPUT -i eth0 -s 173.194.55.0/24 -j DROP
dave@das-vortex:~$ sudo iptables -A INPUT -i eth0 -s 206.111.0.0/16 -j DROP
dave@das-vortex:~$

That is exactly what happens when I put that and enter.


"Freethinkers are those who are willing to use their minds without prejudice and without fearing to understand things that clash with their own customs, privileges, or beliefs. This state of mind is not common, but it is essential for right thinking; where it is absent, discussion is apt to become worse than useless." ~ Leo Tolstoy

wudidiz  posted on  2013-03-01   11:46:26 ET  Reply   Trace   Private Reply  


#8. To: wudidiz (#7)

That means it accepted the command. How are your youtube downloads now?

Pinguinite  posted on  2013-03-01   12:35:50 ET  Reply   Trace   Private Reply  


#9. To: Pinguinite (#8)

I just loaded a 1080p youtube vid and it loaded faster than it played which is more than fast enough.

I'd have to do a speed comparison to know if it's any faster.

Thank you for your help with the linux, Neil :)


"Freethinkers are those who are willing to use their minds without prejudice and without fearing to understand things that clash with their own customs, privileges, or beliefs. This state of mind is not common, but it is essential for right thinking; where it is absent, discussion is apt to become worse than useless." ~ Leo Tolstoy

wudidiz  posted on  2013-03-01   16:07:06 ET  Reply   Trace   Private Reply  


#10. To: wudidiz (#9)

Thank you for your help with the linux, Neil :)

Cool. You're welcome.

You will need to run the command each time your computer is rebooted.

To do that automatically, you should add the commands to the bottom of your rc.local file (should be located at /etc/rc.local, though perhaps it can be in a different location with different distros of linux).

My rc.local file ends with "exit 0". The commands should be placed before it. Any basic text editor can be used to edit that file, though first change the permissions to allow you to edit it:

sudo chmod 777 /etc/rc.local

before editing and

sudo chmod 755 /etc/rc.local

after you make the changes.

Pinguinite  posted on  2013-03-02   0:13:10 ET  Reply   Trace   Private Reply  


#11. To: Pinguinite (#10)

I found the file, thank you but am hung up on getting the changed file saved. I'll work on it later and let you know then.


"Freethinkers are those who are willing to use their minds without prejudice and without fearing to understand things that clash with their own customs, privileges, or beliefs. This state of mind is not common, but it is essential for right thinking; where it is absent, discussion is apt to become worse than useless." ~ Leo Tolstoy

wudidiz  posted on  2013-03-04   0:04:15 ET  Reply   Trace   Private Reply  


TopPage UpFull ThreadPage DownBottom/Latest


[Home]  [Headlines]  [Latest Articles]  [Latest Comments]  [Post]  [Sign-in]  [Mail]  [Setup]  [Help]