Re: [gentoo-user] blocking facebook

2015-12-14 Thread pc0147 Sistemas Will_ecg
With iptables you can use the next: iptables -I OUTPUT -m string --string 'facebook' --algo bm -j DROP iptables -I FORDWARD -m string --string 'facebook' --algo bm -j DROP And that is all. El sáb, 12-12-2015 a las 03:54 +, Willie M escribió: > If you use nat on iptables, it

Re: [gentoo-user] blocking facebook

2015-12-12 Thread Alan McKinnon
On 12/12/2015 05:03, the...@sys-concept.com wrote: > Does anybody have an idea how to block facebook? > > I'm using dd-wrt. The "access restriction" can block http but not https > and I'm not good in iptables :-/ > In addition users are using VirtualBox on the network as well. > When you

Re: [gentoo-user] blocking facebook

2015-12-12 Thread Michael Schwartzkopff
Am Freitag, 11. Dezember 2015, 20:03:14 schrieb the...@sys-concept.com: > Does anybody have an idea how to block facebook? > > I'm using dd-wrt. The "access restriction" can block http but not https > and I'm not good in iptables :-/ > In addition users are using VirtualBox on the network as

Re: [gentoo-user] blocking facebook

2015-12-12 Thread Andrew Savchenko
On Sat, 12 Dec 2015 01:29:20 -0500 waltd...@waltdnes.org wrote: > On Fri, Dec 11, 2015 at 08:03:14PM -0700, the...@sys-concept.com wrote > > Does anybody have an idea how to block facebook? > > > > I'm using dd-wrt. The "access restriction" can block http but not https > > and I'm not good in

Re: [gentoo-user] blocking facebook

2015-12-11 Thread thelma
On 12/11/2015 08:29 PM, Willie M wrote: > If that is the only website you want to block use /etc/hosts. Point it > towards your own computer. "127.0.0.1 facebook.com". That will work, but if they will use boot VirtualBox Windows it will by-pass that setting. -- Thelma > On Fri, Dec 11, 2015,

Re: [gentoo-user] blocking facebook

2015-12-11 Thread John Runyon
I used to volunteer at the local high school. They would redirect both http and https through their content filter (I'm not sure how they worked around SSL warnings exactly - maybe just a wildcard certificate for *? I know it was signed by a CA they had generated and installed on every school

Re: [gentoo-user] blocking facebook

2015-12-11 Thread Simon Thelen
On 15-12-12 at 05:05, Simon Thelen wrote: > On 15-12-11 at 20:03, the...@sys-concept.com wrote: > > Does anybody have an idea how to block facebook? > The only way to blacklist facebook would be to create a whitelist and > drop everything not on said whitelist. Oh, and even that's not easy.

Re: [gentoo-user] blocking facebook

2015-12-11 Thread waltdnes
On Fri, Dec 11, 2015 at 08:03:14PM -0700, the...@sys-concept.com wrote > Does anybody have an idea how to block facebook? > > I'm using dd-wrt. The "access restriction" can block http but not https > and I'm not good in iptables :-/ > In addition users are using VirtualBox on the network as

[gentoo-user] blocking facebook

2015-12-11 Thread thelma
Does anybody have an idea how to block facebook? I'm using dd-wrt. The "access restriction" can block http but not https and I'm not good in iptables :-/ In addition users are using VirtualBox on the network as well. -- Thelma

Re: [gentoo-user] blocking facebook

2015-12-11 Thread Willie M
If that is the only website you want to block use /etc/hosts. Point it towards your own computer. "127.0.0.1 facebook.com". On Fri, Dec 11, 2015, 7:04 PM wrote: > Does anybody have an idea how to block facebook? > > I'm using dd-wrt. The "access restriction" can block

Re: [gentoo-user] blocking facebook

2015-12-11 Thread Simon Thelen
On 15-12-11 at 20:03, the...@sys-concept.com wrote: > Does anybody have an idea how to block facebook? The only way to blacklist facebook would be to create a whitelist and drop everything not on said whitelist. If you block DNS, they can use a different DNS server. If you block IP addresses

Re: [gentoo-user] blocking facebook

2015-12-11 Thread thelma
On 12/11/2015 09:05 PM, Simon Thelen wrote: > On 15-12-11 at 20:03, the...@sys-concept.com wrote: >> Does anybody have an idea how to block facebook? > The only way to blacklist facebook would be to create a whitelist and > drop everything not on said whitelist. > > If you block DNS, they can use

Re: [gentoo-user] blocking facebook

2015-12-11 Thread Dale
the...@sys-concept.com wrote: > On 12/11/2015 09:05 PM, Simon Thelen wrote: >> On 15-12-11 at 20:03, the...@sys-concept.com wrote: >>> Does anybody have an idea how to block facebook? >> The only way to blacklist facebook would be to create a whitelist and >> drop everything not on said whitelist.

Re: [gentoo-user] blocking facebook

2015-12-11 Thread Willie M
If you use nat on iptables, it will also bypass it while using NAT. Change the DNS server on virtualbox with doing something on dd-wrt it will also bypass it. You have to keep dealing with it. There will always be a way to bypass. On Fri, Dec 11, 2015, 7:38 PM wrote: >