Block Facebook App Ddwrt

ساخت وبلاگ


Block Facebook App Dd-wrt

Download

Block Facebook App Dd-wrt

Medium PriorityQuestion by sara2000 1h ago 1 Comment VMware Security ESXi600-201801401-BG VMware has released patches today. Back to top . Navigation Wireless Routers Router TypesDD-WRTTomatoWireless-ACBrandsNetgearAsusLinksys VPN Routers ExpressVPNIPVanishNordVPNPrivateInteetAccessHideMyAss Tech Support Lea Huge Savings! Open Box Routers on Sale! Click Here Use Code: 404 You might want to check that URL again or head over to our homepage. You must have JavaScript enabled in your browser to utilize the functionality of this website. All Rights Reserved Essential SSL . Low PriorityQuestion by Matthew Eilers 12m ago 0 Comments Powershell Software-Other Shell Scripting +1 PC Powershell Output does not display when run on remote PC I wrote a simple script to display installed programs. Also need to disable older . Sponsor . ?What Is A Flash Router? FlashRouters BLOG CART: $0.00 You have no items in your shopping cart. yet my code does not seem to have any . I implemented a duplicate check - without it there were a lot of douple entries. True, true. As a continued evolution of this script, I need this script I to run on the two . Filesize: 25.22 KB Viewed: 32667 Time(s) WRT600N v1.1 / Broadcom / v24-sp2 mega / build 14896 WRT54GL v1.1 / Broadcom / v23-sp2 std / build 3932 . Back to top . iolsmitDD-WRT NoviceJoined: 24 Dec 2008Posts: 3 Posted: Wed Dec 24, 2008 20:20 Post subject: [solved] How to block https (form one IP) to one URL only ? Hi there, my first post. This is how to check: Code: iptables -L FORWARD --line-numbers Quote: Chain FORWARD (policy ACCEPT) num target prot opt source destination 1 {SNIP} 2 {SNIP} 3 {SNIP} 4 {SNIP} 5 lan2wan 0 -- anywhere anywhere 6 ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED 7 {SNIP} 8 {SNIP} 9 {SNIP} 10 {SNIP} 11 {SNIP} 12 {SNIP} See here that the "lan2wan" target (normal DD-WRT Access Restrictions) is in line number 5 and the ACCEPT for RELATED and ESTABLISHED in in line number 6. I'm old school. I inserted to line 6 to get this (I'll show how here shortly): Code: iptables -L FORWARD --line-numbers Quote: Chain FORWARD (policy ACCEPT) num target prot opt source destination 1 {SNIP} 2 {SNIP} 3 {SNIP} 4 {SNIP} 5 lan2wan 0 -- anywhere anywhere 6 FACEBOOKCHK 0 -- anywhere anywhere 7 ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED 8 {SNIP} 9 {SNIP} 10 {SNIP} 11 {SNIP} 12 {SNIP} 13 {SNIP} (3) Now packets will flow thru the rules and at rule 6 jump to check for facebook and block if told to: When Blocking enforced: Quote: FORWARD --> FACEBOOKCHK: Told to "jump" to FACEBOOKDST FACEBOOKCHK --> FACEBOOKDST: If match, jump to FACEBOOKSRC // No match, retu to FORWARD FACEBOOKDST --> FACEBOOKSRC: If match, drop/allow packets // No match, retu to FACEBOOKDST When Blocking not enforced: Quote: FORWARD --> FACEBOOKCHK --> back to FORWARD All ready, here is how to put it all into effect: I would highly suggest you test your configuration using the following procedure before saving to NVRAM: Step 1: Build all the new IPTABLES Chains that you will need: Code: iptables -N FACEBOOKCHK iptables -N FACEBOOKDST iptables -N FACEBOOKSRC Step 2: Define the FACEBOOKDST chain (you don't need to modify this) Code: iptables -A FACEBOOKDST -d 31.13.24.0/21 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 31.13.64.0/19 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 66.220.144.0/21 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 66.220.152.0/21 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 69.63.176.0/21 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 69.63.184.0/21 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 69.171.224.0/20 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 69.171.240.0/20 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 74.119.76.0/22 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 103.4.96.0/22 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 173.252.64.0/19 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 173.252.96.0/19 -j FACEBOOKSRC iptables -A FACEBOOKDST -d 204.15.20.0/22 -j FACEBOOKSRC Step 3: Define how you want to handle your local source (mod to suit): ---(a) Define hosts to block, allow all others: Code: iptables -A FACEBOOKSRC -s 192.168.1.20 -j logdrop iptables -A FACEBOOKSRC -s 192.168.1.21 -j logdrop iptables -A FACEBOOKSRC -s 192.168.1.22 -j logdrop ---(b) Define hosts to allow, block all others: Code: iptables -A FACEBOOKSRC -s 192.168.1.20 -j logaccept iptables -A FACEBOOKSRC -s 192.168.1.21 -j logaccept iptables -A FACEBOOKSRC -s 192.168.1.22 -j logaccept iptables -A FACEBOOKSRC -j logdrop Step 4: Insert the FACEBOOKCHK into the FORWARD chain. Would this single rule work? Code: iptables -I FORWARD 1 -p tcp --dport 443 -s 192.168.1.120/32 -d www.example.org -j logdrop EDIT: tried the line above and it worked. Back to top . theMezzDD-WRT NoviceJoined: 14 Oct 2011Posts: 14 Posted: Fri Oct 14, 2011 15:57 Post subject: thank you . Low PriorityQuestion by splitrockit 1h ago 3 Comments Printers and Scanners server 2012 r2 standard Seeing which tray a job is being printed from.. Medium PriorityQuestion by Mark Waters 30m ago 1 Comment DNS I'm looking for some DNS guidance where 1 hidden DC of 3 is showing up as a public nameserver We have 3 DC's: DC1, DC2, and DC3 for BigNet.Big.Ten.Edu (suppose to be visible just to Domain . JavaScript seems to be disabled in your browser. ?What Is A Flash Router? FlashRouters BLOG CART: $0.00 You have no items in your shopping cart. Medium PriorityQuestion by snyperj 47m ago 0 Comments Printers and Scanners Xerox Secure Print Issue Hello - we just upgraded from Xerox 7845 machines that were using USB Card Readers for Xerox Secure . I will have to rewrite it, because it leaves 0.*.*.* ip adresses, which are not valid. currently DOES show office files/pic files . ---(a) Make sure that SSH is enabled. Thanks for helping me. (Make sure you use the right number determined earlier) Code: iptables -I FORWARD 6 -j FACEBOOKCHK Step 5: (You are not blocking anything yet.) Decide if you want to start blocking right now, or wait until the schedule kicks in. Would this single rule work? Code: iptables -I FORWARD 1 -p tcp --dport 443 -s 192.168.1.120/32 -d www.example.org -j logdrop EDIT: tried the line above and it worked. Medium PriorityQuestion by mcrmg 57m ago 0 Comments ASP.NET Width in GridView Hi, I am trying to see if I could set the fixed width in GridView. I think I've succeeded in blocking those accursed Netflix pop-up ads that have been plaguing me when I use a local news website here in Tallahassee. Back to top . Thank you for tutorial, it works like a charm! I have a question, if FB add or remove some ip, how can i do to know and implement it on this script? . Back to top . Medium PriorityQuestion by EKITA 1h ago 0 Comments Switches / Hubs Networking TLS v1.2 on Catalyst Switches I need to update a bunch of catalyst switches from TLSv1.1 to TLSv1.2 5a02188284

best biggie quotes for facebook
descargar facebook zero para celulares java
best facebook blog app
online facebook hack real
how do i poke someone on facebook for android
cara hack facebook tanpa download software
facebook call to action like button
aplikasi jar untuk hack facebook
facebook mental effects
facebook error code 110

arinarnew...
ما را در سایت arinarnew دنبال می کنید

برچسب : نویسنده : downtranulib arinarnew بازدید : 393 تاريخ : 20 / 10 ساعت: 4:39