twc,comcast,att,verizon throttles youtube speeds. (fix inside to make youtube fast)

Tom

Banned
Joined
May 8, 2012
Messages
12,275
Reputation
-366
Daps
7,006
Reppin
They see me trolling, they hating.....

i see no advance fildtering option on the left

just this sh1t


Main
General
Port Forwarding
DMZ Host
Remote Administration
Static NAT
Security Log


:stopitslime:


do i need that tomato potato wrtz dd or whatever sh1t in order to do this?


all i know is that i gotta block this sh1t 206.111.0.0 to 206.111.255.255.


but i dont know where to put that sh1t and how to properly code all that sh1t out.



50% OF THE COLI IS FROM THE HOOD AND U DAMN NERD N1GGAS CAN'T EVEN GIVE US IGNOPRANT N1GGAS INSTRUCTIONS FOR THIS NERD SH1T?

:mad:
 

Tom

Banned
Joined
May 8, 2012
Messages
12,275
Reputation
-366
Daps
7,006
Reppin
They see me trolling, they hating.....
title [ Security Level Low IN rules ]

begin
RulesDropFrom192
drop from addr %LANADDR%:%LANMASK% >> done, alert 0 [WAN Traffic from LAN IP]
RulesPass
pass all

RulesDropAddress
drop from addr 0.0.0.0 >> done, alert 4 [ 0.0.0.0 Source IP Address]
RulesPassUDP
pass protocol udp, to port 53 >> done
pass protocol udp, from port 53 >> done

RulesDropICMP
drop protocol icmp >> alert 4 [ICMP Message To WAN IP]
RulesDropWANUDP
drop protocol udp, to addr %WANADDR%:32 >> done, alert 4 [UDP WAN Traffic to WAN IP]
RulesDropWANTCP
drop protocol tcp, to addr %WANADDR%:32 >> done, alert 4 [TCP WAN Traffic to WAN IP]
RulesPassGoodICMP
pass protocol icmp, to addr %WANADDR%:32 >> done, alert 0 [Responding to WAN Ping]
RulesPassGoodICMP
pass protocol icmp, to addr %LANADDR%:%LANMASK% >> done, alert 0 [Nat'ed LOCAL PING]
end


someone explain this nerd sh1t to me and what do i do with it? :mindblown:

I'm just looking for some custom user defined Firewall Rules that i can copy and paste
 

⠀⠀⠀

Superstar
Joined
May 13, 2012
Messages
12,661
Reputation
8,035
Daps
42,556
Reppin
Corona, ca
When I do it it ask me for a password :mindblown: what password?



Sent from my iPad using Tapatalk HD

:what:

your computer admin password. whenever you make changes on your computer, it ask you for your password.

for instance if you lock your computer or require a password to login on your computer. its your freaking admin password.


come on breh :comeon: it would be the same password as for logging in(if you require a login.)
New-Mac-OS-X-Lion-Login-Screen.png


when you type in your password in terminal. you wont see it as you type the password in. just type it and hit enter.


edit: just realized you're on windows. its still your admin password
 

Rayzah

I'm Everywhere you ain't never there
Joined
May 7, 2012
Messages
11,683
Reputation
908
Daps
21,741
:what:

your computer admin password. whenever you make changes on your computer, it ask you for your password.

for instance if you lock your computer or require a password to login on your computer. its your freaking admin password.


come on breh :comeon: it would be the same password as for logging in(if you require a login.)
New-Mac-OS-X-Lion-Login-Screen.png

Oh..... I never used terminal before, excuse my ignorance
 

Tom

Banned
Joined
May 8, 2012
Messages
12,275
Reputation
-366
Daps
7,006
Reppin
They see me trolling, they hating.....
title [ Security Level Low IN rules ]

begin
RulesDropFrom192
drop from addr %LANADDR%:%LANMASK% >> done, alert 0 [WAN Traffic from LAN IP]
RulesPass
pass all

RulesDropAddress
drop from addr 0.0.0.0 >> done, alert 4 [ 0.0.0.0 Source IP Address]
RulesPassUDP
pass protocol udp, to port 53 >> done
pass protocol udp, from port 53 >> done

RulesDropICMP
drop protocol icmp >> alert 4 [ICMP Message To WAN IP]
RulesDropWANUDP
drop protocol udp, to addr %WANADDR%:32 >> done, alert 4 [UDP WAN Traffic to WAN IP]
RulesDropWANTCP
drop protocol tcp, to addr %WANADDR%:32 >> done, alert 4 [TCP WAN Traffic to WAN IP]
RulesPassGoodICMP
pass protocol icmp, to addr %WANADDR%:32 >> done, alert 0 [Responding to WAN Ping]
RulesPassGoodICMP
pass protocol icmp, to addr %LANADDR%:%LANMASK% >> done, alert 0 [Nat'ed LOCAL PING]
end


someone explain this nerd sh1t to me and what do i do with it? :mindblown:

I'm just looking for some custom user defined Firewall Rules that i can copy and paste



so i gotta type the code in here somewhere?

theres no option on my ish to filter ips
 

Tom

Banned
Joined
May 8, 2012
Messages
12,275
Reputation
-366
Daps
7,006
Reppin
They see me trolling, they hating.....
:snoop:

One mo' gain


could someone basically edit this sh1t up so that it can block the ips that slow my sh1t down. Pllease place the edit in bold.

:why:


Inbound

title [ Security Level Low IN rules ]

begin
RulesDropFrom192
drop from addr %LANADDR%:%LANMASK% >> done, alert 0 [WAN Traffic from LAN IP]
RulesPass
pass all

RulesDropAddress
drop from addr 0.0.0.0 >> done, alert 4 [ 0.0.0.0 Source IP Address]
RulesPassUDP
pass protocol udp, to port 53 >> done
pass protocol udp, from port 53 >> done

RulesDropICMP
drop protocol icmp >> alert 4 [ICMP Message To WAN IP]
RulesDropWANUDP
drop protocol udp, to addr %WANADDR%:32 >> done, alert 4 [UDP WAN Traffic to WAN IP]
RulesDropWANTCP
drop protocol tcp, to addr %WANADDR%:32 >> done, alert 4 [TCP WAN Traffic to WAN IP]
RulesPassGoodICMP
pass protocol icmp, to addr %WANADDR%:32 >> done, alert 0 [Responding to WAN Ping]
RulesPassGoodICMP
pass protocol icmp, to addr %LANADDR%:%LANMASK% >> done, alert 0 [Nat'ed LOCAL PING]
end




Outbound


title [ Security Level Low OUT rules ]

begin
RulesDropNETBIOS
drop to port >= 135, to port <= 139 >> done, alert 4 [Dropping NETBIOS Traffic]

RulesPass
pass all

end
 

cook

Banned
Joined
Dec 31, 1969
Messages
0
Reputation
11,288
Daps
48,007
this is what i see on my ish (this isn't my pic but its basically the same) I don't see a security tab or nada


where would i navigate from this menu to block that sh1t?


original

you cant put custom firmware on that...that looks like fios? :leon:
 

Tom

Banned
Joined
May 8, 2012
Messages
12,275
Reputation
-366
Daps
7,006
Reppin
They see me trolling, they hating.....
you cant put custom firmware on that...that looks like fios? :leon:

i can but everything has to be done by hand. Meaning i have to literally type in all the code by myself and I don't really understand that sh1t enough to be doing something like that


I posted the firewall inputs above, if anyone actually knows anything about that sh1t please hook a wigga up


:why:
 

cook

Banned
Joined
Dec 31, 1969
Messages
0
Reputation
11,288
Daps
48,007
i can but everything has to be done by hand. Meaning i have to literally type in all the code by myself and I don't really understand that sh1t enough to be doing something like that


I posted the firewall inputs above, if anyone actually knows anything about that sh1t please hook a wigga up


:why:

na, i was talking about putting dd-wrt on that router...it wouldn't work i dont think


post a screenshot of the firewall screen, one of the options in there should let you block the IP
 

Tom

Banned
Joined
May 8, 2012
Messages
12,275
Reputation
-366
Daps
7,006
Reppin
They see me trolling, they hating.....
na, i was talking about putting dd-wrt on that router...it wouldn't work i dont think


post a screenshot of the firewall screen, one of the options in there should let you block the IP

ibmUftxLP1z6Lr.jpg


and when i select the custom security option this is what shows up in text format

http://www.the-coli.com/3527224-post189.html



so apparently i can edit that sh1t in there but Im a complete noob and don't wanna screw sh1t up, thats why i was asking if one of yal can do that sh1t

:ld:
 

cook

Banned
Joined
Dec 31, 1969
Messages
0
Reputation
11,288
Daps
48,007
post a screenshot of the custom...i cant read that text wall you posted, looks like a courtdog post
 
Top