por horario [RESOLVIDO]

1. por horario [RESOLVIDO]

Rafael Schadeck
raschadeck

(usa Ubuntu)

Enviado em 23/08/2011 - 08:20h

galera perguntas basicas

quero liberar tudo na rede, um simples allow all do meio dia até as 13:30
para todos os usuarios

tenho de por a regra antes de tudo?
tem alguma ordem especifica dessa regra para ela funcionar?
ainda nao testei, só pra garantir mesmo...

aaah e como ela ficaria certinho?


agradecido.


  


2. POR HORARIO

Danilo
szaboszlai

(usa Debian)

Enviado em 23/08/2011 - 09:09h

VAMOS LA!

SUPONHA QUE, O SITE "www,qualquersite.com.br" É BLOQUEADO E VOCE QUEIRA LIBERA-LO EM DETERMINADO HORARIO.




http_port 3128 transparent

hierarchy_stoplist cgi-bin ?


cache_mem 70 MB
maximum_object_size_in_memory 8 KB
cache_dir ufs /var/spool/squid 100 16 256
minimum_object_size 0 KB
maximum_object_size 20480 KB

cache_swap_low 80
cache_swap_high 85


access_log /var/log/squid/access.log squid

cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880
refresh_pattern . 0 20% 4

acl all src all
acl manager proto cache_object
acl redelocal src 192.168.0.0/24


acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT




acl almoço time 12:30-14:00 # ACL INDICANDO O HORARIO Q SERA LIBERADO
acl GERAL dstdomain www.qualquersite.com.br


http_access allow manager redelocal
http_access deny manager
http_access allow purge redelocal
http_access deny purge
http_access deny !Safe_ports redelocal


http_access deny GERAL
http_access allow almoço # AQUI INDICA QUE "almoço" TUDO SERA LIBERADO NO DETERMINADO HORARIO SEGUNDO A ACL ALMOÇO
http_access allow redelocal
http_access allow redelocal2


http_access deny all


LEMBRANDO QUE OQUE ESTA EM DESTAQUE É A REGRA TIME...SERIA EXELENTE DAR UMA REVISADA NAS DEMAIS REGRAS E ALTERA-LAS DE ACORDO COM SUA NECESSIDADE.

VOCE TAMBEM PODE FAZER DETERMINAR OS DIAS DA SEMANA QUE SERA LIBERADO.

BOM A BASE É ESTA KRA, AGORA É SÓ QUEBRAR TUDO RS





3. Re: por horario [RESOLVIDO]

Rafael Schadeck
raschadeck

(usa Ubuntu)

Enviado em 23/08/2011 - 09:40h

perfeito, funcionou direitinho, valeeeeu.


dei uma olhada nessa dica http://www.vivaolinux.com.br/dica/SQUID-Liberando-Internet-por-horario

me ajudou bastante também...


vou marcar como resolvido, para qm cair aqui procurando uma resposta, indico o link q sitei acima



4. POR HORARIO.

Danilo
szaboszlai

(usa Debian)

Enviado em 23/08/2011 - 13:40h

demoro intão, falo ae






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts