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 - jjmontes

Pages: 1 2 3 [4] 5
46
Installation and Upgrades / Re: Samba share permission question
« on: April 09, 2012, 02:46:46 am »
When you use extended ACLs, the configuration in Zentyal applies only to the root directory of each share, and then, ACLs are also applied.

Note that Zentyal only configures shares but does not provide any means to modify permissions of a particular file or directory. When using extended ACLs, besides the command line setfacl/getfacl utils, you should also be able to use Windows interface to change permission.

However, doing this is something I (personally) strongly recommend against. Whenever possible, always choose a simpler, flattened permissions structure. Put all shared folders on the top level and apply the necessary permissions globaly. Usually, I find this is much easier to manage and to understand for users.

47
Installation and Upgrades / Re: Installation Error (no Kernel)
« on: April 09, 2012, 02:39:53 am »
I normally use 64 bit OS for production systems, I don't think the memory issue mentioned makes a big difference.

No idea why the 32 bit version doesn't work for you if 10.04 32 bit does :?

48
Installation and Upgrades / Re: login webinterface zentyal 2.3
« on: March 30, 2012, 11:07:27 am »
I've tried everything that's been suggested and it still doesn't let me get at the Zentyal dashboard - at all!

So far... I've tried the 32 and 64 bit versions of Zentyal 2.3 - in both VMware Fusion and Virtualbox. Both systems install fast and apparently correctly..... but as soon as it tries to start the dashboard, the message comes back 'Unable to connect' referring to the server at localhost.

Has anyone else got something that fixes the problem?

Hello!

I think that might well be a different story than what was discussed here. Could you please post your question into a new thread so we stay on topic and you have more chances to get proper responses? :).

49
I'm not an expert on this field but I think you are right in that this could be related to your ipsec tunnels.

Zentyal performs pretty well in some of these more complex network scenarios as it incorporates quagga, which does route auto-discovery(http://www.nongnu.org/quagga/).

I am unsure, though, about why it should cause those gateways addresses to show up on the widget. Perhaps someone else can shed some light about that.

50
Installation and Upgrades / Re: Block email access?
« on: March 23, 2012, 02:24:36 am »
Depending on what you mean:

You can block email access (to POP3, SMTP, IMAP..) using firewall rules. You can even transparently POP3 traffic.

If what you want to do is to filter access to some webmail providers (Yahoo! Webmail, Google Mail, etc...), then you can use the HTTP Proxy module to filter the domains of your choice (check http://doc.zentyal.org/en/proxy.html ).


51
The file you have too look at is not 'dhcpd.conf.mas', but 'subnet.mas'. You can write it to "/etc/zentyal/stubs/dhcp/subnet.mas" so it replaces the normal template.

I am not convinced about the resolution to your exact problem, though. Let everybody know if you manage to fix this please.

Remember that you can always replace the full file (dhcpd.conf.mas) with your own configuration if you don't manage to fix the template logic, so you are free to override the service settings, starting from a semi-working configuration, for example. As usual, it's preferable to do this in the appropriate /etc/zentyal/stubs/ subdirectory.

Regards!

52
Portuguese / Re: Bloquear sites por categorias
« on: March 22, 2012, 05:19:51 pm »
Boa tarde.

Voçé tem que buscar e importar listas de categorías:

http://doc.zentyal.org/en/proxy.html#content-filtering-with-zentyal


53
Spanish / Re: Sobre la política de filtrado
« on: March 22, 2012, 05:16:06 pm »
Creo que tendrás que usar "Autorizar y Permitir", y establecer el horario y días que quieres permitir el acceso a páginas web.

54
Installation and Upgrades / Re: leftovers
« on: March 22, 2012, 02:57:02 am »
Yet I think it would be a bit risky to simply remove and purge every package that's no longer used by Zentyal... imagine that someone added extra information to the LDAP... it would be risky to simply delete all that. Perhaps it should be root task to finally remove unused packages, or at least Zentyal should ask for confirmation to remove packages when uninstalling modules?

55
Spanish / Re: Sobre la política de filtrado
« on: March 22, 2012, 02:34:52 am »
Hola :).

La configuración de horas funciona con "permitir" / "denegar", a día de hoy (Zentyal 2.2) no es posible usar una política de filtrado junto con los periodos de tiempo.

56
Spanish / Re: Bloquear TeamViewer
« on: March 22, 2012, 02:14:32 am »
Is blocking 'verisign.com' strictly required? sounds a bit too hard...

57
Installation and Upgrades / Re: DHCP on both LAN's¿?
« on: March 22, 2012, 02:13:07 am »
Also, make sure that the small switch is only connected to the test computers and to the Zentyal LAN interface. Just in case, note that since your Zentyal is acting as gateway for that small test network, you should be using internally a diferent network address (i..e 192.168.x.y) than in your existing network.

Remember you then need create a dynamic range for the appropriate interface, in order for it to assign IP addresses.

The documentation for DHCP is here: http://doc.zentyal.org/en/dhcp.html .

58
Portuguese / Re: Politica customizadas de Firewall customizada
« on: March 07, 2012, 12:05:13 pm »
Você pode adicionar serviços (como intervalos de porta) para a lista de "serviços conhecidos" a partir da interface Zentyal.

Então, você-pode-utilizar os serviços para definir suas regras de firewall tese, tamen na interface Zentyal.

59
Installation and Upgrades / Re: login webinterface zentyal 2.3
« on: March 07, 2012, 11:52:52 am »
Yes, there is no 'admin' group in Ubuntu Precise... but a group 'adm' does exist. The 'adm' group provides access to some logs and other system files.

The default /etc/sudoers file, however, refers to an 'admin' group (I believe this is a mistake), but also to a 'sudo' group (which does exist).

Group "sudo" seems to be the new way to go for users to be able to become root through sudo.

If anyone has more information, please comment on :).



60
Installation and Upgrades / Re: samba.conf
« on: March 07, 2012, 11:35:13 am »
Hello simohrchornet and welcome to the forums.

When you are using the File Sharing module, the 'smb.conf' file becomes managed by Zentyal, and any changes you do will be overwritten the next time Zentyal restarts the service.

If you wish to modify one of the files managed by Zentyal, you should customize the template that generates it. Have a look at this fantastic article by one of the core developers: http://blogs.zentyal.org/jacalvo/2011/01/04/how-to-customize-the-configuration-files-generated-by-zentyal/ . Check the documentation at http://trac.zentyal.org/wiki/Documentation/Community/HowTo/CustomizeConfigFiles as stated by Sixstone below.

In your case, you need to copy and customize the '/usr/share/zentyal/stubs/samba/smb.conf' file, copying it to /etc/zentyal/stubs/samba/smb.conf, and changing the 'browseable' attribute wherever you need.

I hope that helps!

Pages: 1 2 3 [4] 5