renancasini
(usa Outra)
Enviado em 21/05/2014 - 12:21h
Pessoal Descobri o Problema..
era o firewall:
for i in `seq 1 254`
do
iptables -I FORWARD -s 192.168.0.$i -m string --algo bm --string "facebook.com" -j DROP
iptables -I FORWARD -s 192.168.0.$i -m string --algo bm --string "youtube.com" -j DROP
iptables -I OUTPUT -s 192.168.0.$i -m string --algo bm --string "facebook.com" -j DROP
iptables -I OUTPUT -s 192.168.0.$i -m string --algo bm --string "youtube.com" -j DROP
iptables -I FORWARD -s 192.168.0.$i -m string --algo bm --string "pt-br.facebook.com" -j DROP
iptables -I OUTPUT -s 192.168.0.$i -m string --algo bm --string "pt-br.facebook.com" -j DROP
done
uso isso para bloquear o facebook tanto http como https porem quando algum site faz link com o face ele não abre o site tbm..
conclusão: preciso de outra forma para bloquear o face https
Alguem sabe como???? pelo squid????