Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Gilberto Ferreira

Pages: 1 ... 30 31 [32] 33 34
466
Portuguese / wpad [ RESOLVIDO ]
« on: August 18, 2012, 05:51:27 pm »
Amigos

Configurei um servidor com Zentyal e tbem configurei o wpad pelo DNS...
No Firefox e Chrome funciona 100% mas no IE 6 e acima não funciona....

Eis o conteudo do wpad.dat:

function FindProxyForURL(url, host)
{
   if (isInNet(host, "172.16.100.0", "255.255.255.0")) {
      return "DIRECT";
   } else {
      if (shExpMatch(url, "http:*"))
         return "PROXY wpad.casa.local:3128" ;
      if (shExpMatch(url, "https:*"))
         return "PROXY wpad.casa.local:3128" ;
      if (shExpMatch(url, "ftp:*"))
         return "PROXY wpad.casa.local:3128" ;
      return "DIRECT";
   }
}


Alguem pode me ajudar??

Obrigado

467
Installation and Upgrades / wpad [ SOLVED ]
« on: August 18, 2012, 05:49:34 pm »
Hello friends...

I have setting up a Zentyal Server with wpad set via dns and work pretty well with firefox and chrome, but with IE 6 and above doesn't work.
Here the content of wpad.dat:


function FindProxyForURL(url, host)
{
   if (isInNet(host, "172.16.100.0", "255.255.255.0")) {
      return "DIRECT";
   } else {
      if (shExpMatch(url, "http:*"))
         return "PROXY wpad.home.local:3128" ;
      if (shExpMatch(url, "https:*"))
         return "PROXY wpad.home.local:3128" ;
      if (shExpMatch(url, "ftp:*"))
         return "PROXY wpad.home.local:3128" ;
      return "DIRECT";
   }
}

Someone has any idea??

Thanks

468
Portuguese / Re: Proteção dos módulos [ Resolvido parcialmente ]
« on: August 18, 2012, 02:15:32 pm »
Olá Jquintão..

Então... Eu não gostaria de ter que instalar outra ferramenta para administrador o Zentyal.
Mas obrigado pela sugestão...

Abraços

469
Portuguese / Re: Proteção dos módulos [ Resolvido parcialmente ]
« on: August 13, 2012, 01:01:58 am »
Boa noite

Resolvi parcialmente o meu problema...
Eu renomeei o diretorio /usr/share/zentyal/templates/software para /usr/share/zentyal/templates/software-old e agora ninguem consegue acessar a area de gerenciamento de software...
Então quando eu precisar adicionar algum módulo ou atualizar o sistema basta renomear o /usr/share/zentyal/templates/software-old para o nome original dele e pronto....
Não é 100% mas uma gambiarra... hehehe... Mas funciona.... =)

470
Portuguese / Proteção dos módulos [ Resolvido parcialmente ]
« on: August 10, 2012, 03:52:22 pm »
Olá amigos...

Preciso de um jeito de proteger algumas partes do Zentyal, impedindo o acesso...
Eu imaginei criar um .htaccess, mas não encontrei onde o Zentyal gera a página dos Componentes do Zentyal, por exemplo.
Tentei colocar um .htaccess em /usr/share/zentyal-software, mas sem efeito.

Alguém pode me dar uma ideia??

Agradeço

Obrigado

471
Portuguese / Re: Criar exceções no ShallList [ RESOLVIDO ]
« on: June 15, 2012, 01:40:09 pm »
Resolvi liberando o site nas regras de dominio do perfil...

Obrigado...

472
Portuguese / Re: Criar exceções no ShallList [ RESOLVIDO ]
« on: June 15, 2012, 12:38:18 am »
Alguém??

473
Portuguese / Criar exceções no ShallList [ RESOLVIDO ]
« on: June 14, 2012, 09:23:01 pm »
Pessoal... Resolvi o problema do Shallalist do topico anterior...

Agora preciso saber como criar exceções as regras do Shallalist.
Tentei editar o arquivo no /etc/dansguardian mas cada vez que o squid é reiniciado ele desfaz as alterações que eu fiz...

Eu quero remover por exemplo o facebook, pra deixar fora da lista do Shallalist...

Alguem pode me ajudar.

Obrigado.

474
Portuguese / [RESOLVIDO] Re: Bloqueio pela Shallalist
« on: June 14, 2012, 09:03:11 pm »
Obrigado Glauber...

Funciono ao colocar no Default Proflie...


475
Portuguese / [RESOLVIDO] Bloqueio pela Shallalist
« on: June 14, 2012, 06:40:49 pm »
Olá amigos...

Estou tentando usar as categorias do ShallaList mas não estou conseguindo...

O Proxy do Zentyal está como Transparente e a Política Padrão como Filtrar.

Criei um objeto definindo a rede local, chamado de Rede_Local.

Nos filtros, criei uma regra chamada RedeLocal, e configurei o Limite com rigoroso e fiz o upload da Shallalist para o Zentyal e alterei algumas categorias para sempre bloquear.

Em Politica de objetos, usei o objeto Rede_Local e filtrei ele usando o filtro RedeLocal, com as regras (categorias) da Shallist acima configurada...

Só que não vai!... Não ocorre o bloqueio... Será que estou fazendo algo de errado??

Espero que os amigos possam me ajudar e apontar onde estou errando...
Desde já agradeço.

Meu muito obrigado...


476
Portuguese / Re: Limitações Zentyal Community...
« on: March 16, 2012, 02:27:36 am »
Hola....

ningún problema. Lo entiendo perfectamente. Gracias.

477
Portuguese / Limitações Zentyal Community...
« on: March 14, 2012, 01:25:07 pm »
Olá pessoal...

Existe algum limitação no Zentyal Community edition??
Tipo, quantidade de usuários etc...???

Obrigado

478
Portuguese / Re: Skype
« on: March 14, 2012, 01:24:07 pm »
Olá Jquintao...
Tbem resolvi dessa forma.
Obrigado

479
Installation and Upgrades / Re: Skype.....
« on: March 12, 2012, 09:23:28 pm »
Now I'm able to block Skype...

I add this feels lines on /usr/share/zentyal/stubs/squid/squid.conf.mas:



acl skype_80 url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+:80
acl skype_443 url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+:443

http_access deny skype_80
http_access deny skype_443

acl skype_ua browser ^skype^

http_access deny skype_ua

And restart squid:

/etc/init.d/zentyal squid restart

Now, even if my users setting up proxy server on Skype configuration, they are unable to connect...  ;)

BTW, I  block all outgoing traffic from HTTP/HTTPS ports...

Thanks

480
Installation and Upgrades / Re: Skype.....
« on: March 12, 2012, 08:11:06 pm »
Hi vshaulsk

Thanks for replay....

I´m try using l7layer protocol, but sometime I'm able to connect Skype, and sometime I'm unable to connect normally...
I sent some screenshots regards this configurations...
Any tips will be welcome...

Thanks a lot

Pages: 1 ... 30 31 [32] 33 34