leandro
(usa Arch Linux)
Enviado em 26/06/2012 - 12:12h
MorbidFractal escreveu:
Olá Leandro
Muito Obrigado! You have shown the way ;-)
There is unfortunately a problem in your first example that if iptables already has the entries in place then you will end up with duplicate copies. In your second example if iptables already has other entries in place then, in particular the -F flush command, will remove them all and there may otherwise be a possibility of corruption or the additional entries.
I like your first method. Seriously I am an extreme novice but I understood there was a way of having scripts run at start up but with my luck I would put them in the wrong place and cause a Kernel Panic. I am prone to breaking things :-(
In your simple method the code becomes
My First Script....
#KillPHORM
if iptables -N KillPHORM;
then
iptables -A KillPHORM -p all -s 0.0.0.0/0 -d 91.205.220.0/22 -j REJECT
iptables -A OUTPUT -j KillPHORM;
fi
exit 0
Now if the KillPHORM Chain is already in place then the first line fails and things fall over, hopefully gracefully.
If this is correct perhaps you can modify your examples and explain again. I'm sorry, you might see I do not know how to use the forum codes properly.
Abraços
Keith
Está correto. Desse modo, ele só iniciará se não houver uma regra igual. Perfeito.
NatoBRdude escreveu:
leandro este comando bloqueia o phorm?
Lamento dizer, mas
não há como bloquear 100% o phorm. O que se pode fazer, como disse o amigo MorbidFractal, é deixar de receber os cookies do site. Ou seja, eles tentarão te rastrear com o a.oix, mas não conseguirão.
O único modo de resolver isso 100%, é trocando a sua operadora de Internet por uma que não tenha essa política.
E, esse método de bloquear o acesso, tem alguns efeitos colaterais:
- Você pode ainda ser redirecionado ao a.oix, e como ele será bloqueado, você terá que voltar ao site anterior para continuar navegando;
- Algumas imagens de alguns sites não carregarão;
- Uma demora a mais para carregar os sites em que o a.oix atua.
Para finalizar, você pode ainda estar sendo redirecionado ao a.oix, de modo oculto (ao carregar imagens dos sites). Veja este print que tirei:
http://i.imgur.com/hTqM4.png
Eu estava navegando no VOL, quando percebi que ele tentava conectar ao a.oix enquanto carregava o site. Isso pode ser percebido mais facilmente quando a sua Internet está mais lenta (como quando você faz um download).
[]'s.