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

Status: Not Logged In; Sign In

Scientists unlock 30-year mystery: Rare micronutrient holds key to brain health and cancer defense

City of Fort Wayne proposing changes to food, alcohol requirements for Riverfront Liquor Licenses

Cash Jordan: Migrant MOB BLOCKS Whitehouse… Demands ‘11 Million Illegals’ Stay

Not much going on that I can find today

In Britain, they are secretly preparing for mass deaths

These Are The Best And Worst Countries For Work (US Last Place)-Life Balance

These Are The World's Most Powerful Cars

Doctor: Trump has 6 to 8 Months TO LIVE?!

Whatever Happened to Robert E. Lee's 7 Children

Is the Wailing Wall Actually a Roman Fort?

Israelis Persecute Americans

Israelis SHOCKED The World Hates Them

Ghost Dancers and Democracy: Tucker Carlson

Amalek (Enemies of Israel) 100,000 Views on Bitchute

ICE agents pull screaming illegal immigrant influencer from car after resisting arrest

Aaron Lewis on Being Blacklisted & Why Record Labels Promote Terrible Music

Connecticut Democratic Party Holds Presser To Cry About Libs of TikTok

Trump wants concealed carry in DC.

Chinese 108m Steel Bridge Collapses in 3s, 16 Workers Fall 130m into Yellow River

COVID-19 mRNA-Induced TURBO CANCERS.

Think Tank Urges Dems To Drop These 45 Terms That Turn Off Normies

Man attempts to carjack a New Yorker

Test post re: IRS

How Managers Are Using AI To Hire And Fire People

Israel's Biggest US Donor Now Owns CBS

14 Million Illegals Entered US in 2023: The Cost to Our Nation

American Taxpayers to Cover $3.5 Billion Pentagon Bill for U.S. Munitions Used Defending Israel

The Great Jonny Quest Documentary

This story About IRS Abuse Did Not Post

CDC Data Exposes Surge in Deaths Among Children of Covid-Vaxxed Mothers


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: 340
Comments: 11

here

Post Comment   Private Reply   Ignore Thread  


TopPage UpFull ThreadPage DownBottom/Latest

Begin Trace Mode for Comment # 7.

#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   Untrace   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

wudidiz  posted on  2013-02-27   23:41:31 ET  Reply   Untrace   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   Untrace   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.

wudidiz  posted on  2013-02-28   13:38:18 ET  Reply   Untrace   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   Untrace   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.

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


Replies to Comment # 7.

#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   Untrace   Trace   Private Reply  


End Trace Mode for Comment # 7.

TopPage UpFull ThreadPage DownBottom/Latest


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