FacebookTwitterFlickrYoutuberss

En/4.1/First steps with Zentyal

From Zentyal Linux Small Business Server
Jump to: navigation, search




Contents

Zentyal webadmin interface

Once you have installed Zentyal, you can access Zentyal's administrative web interface using its own desktop environment included in the installer, or from any point of the internal network, using the address: [https:/ https:/]/<IP_address_or_hostname>:8443. This web administration page is always accessed using HTTPS, so the first time, the browser will ask you whether you trust the site. You can safely accept the self-signed certificate.


Older versions of Internet Explorer® may have problems accessing the interface. Use the last stable version of your web browser.

For your convenience, when using virtualized environments, you should configure a host-only network interface in your virtualization solution, so you can access Zentyal's interface full-screen using your native browser.

The login screen asks for the username and password. The user created during the installation and any other user of the sudo group can authenticate as a Zentyal administrator.

Login

Once authenticated, you will see the administrative interface, it is divided in three main parts:

Left side menu:Contains links to all the services that can be configured by using Zentyal.

Side menu

Top menu:Contains actions: Logging out of the session, searching and the 'Save Changes' button if there are pending changes. See Applying the configuration changes below.

Top menu

Main content:The content that occupies the central part, consists of one or more forms or tables with information about service configuration that are selected through the left side menu and its sub menus. Sometimes, in the top, you can see a menu with tabs or buttons: each tab represents a different subsection within the section you have accessed.

Contents of a form


Dashboard

The Dashboard is the "home" interface. It contains a series of widgets that can be configured. You can reorganize the widgets at any time by clicking on their titles and dragging them.

By clicking on the Configure Widgets button, a new menu appears, allowing you to remove and add new widgets. To add a new widget, you need to search for it using the top menu and drag it to the central section. To remove a widget, click on the X in the upper right corner of the window.

Dashboard configuration

One of the most important widgets in the Dashboard displays the status of all modules installed on Zentyal.

Widget showing status of the modules

The image shows the status of a service and the action you can carry out for this service. The different statuses are:

Running:The service is running and listening to client connections. You can restart a service using Restart.

Running unmanaged:If you haven't enabled the module yet, it will be running with the default configuration set by the distribution.

Stopped:The service is stopped either because the administrator has stopped it or because a problem has occurred. You can restart the service by clicking on Restart.

Disabled:The module has been explicitly disabled by the administrator.


Configuration of the module status

Zentyal uses a modular design in which each component manages a different service. To configure each of these services you must enable the corresponding module from Module Status. All those functions that have been selected during the installation will be enabled automatically.

Configuration of the module status

Each module may have dependencies on other modules in order to work. For instance, DHCP module needs to have the network module enabled so that it can serve IP addresses through the configured network interfaces. The dependencies are shown in the Depends column and until these are enabled, you can't enable the module.


It's important to remember that a module will not work until it is activated. Similarly, you can do several changes in a module configuration and they will not apply until you click on Save Changes. This behaviour is expected and allows you to carefully double check all the configurations before applying them.

The first time you enable a module, you are asked to accept the set of actions that will be carried out and the configuration files that will be overwritten. After you have accepted all the actions and listed files, you must save changes in order to apply the configuration.

Confirmation to enable a module


If you manually modify any of the files controlled by a module, for example /etc/dhcp/dhcp.conf for the DHCP module, it will be overwritten the next time you click on Save Changes. If you want to modify how this file is generated, check the Appendix B: Development and advanced configuration.

Applying the configuration changes

An important feature to consider when working with Zentyal is the way configuration changes are applied. First, changes must be accepted in the module forms. Then, to make these changes effective and apply them permanently you must click on the Save Changes button in the top menu. This button will only appear if there are any unsaved changes. By clicking on this button, you will see a confirmation dialogue where you can also discard unsaved changes. An exception to this rule is the users and groups management: here the changes are applied directly to the LDAP database.

Save Changes


If you change the network interface configurations, firewall or administrative interface port, you might loose the connection. If this is the case you should change the URL in the browser or reconfigure through the local GUI.

General configuration

There are several parameters in the general configuration of Zentyal that can be modified in System ‣ General.

General configuration

Password:You can change the password of an administrative user.

Language:You can change the interface language using Select a language.

Time Zone:You can specify city and country to adjust your time zone offset.

Date and TimeYou can specify the date and time for the server, as long as you are not synchronizing automatically with an external NTP server.

Administrative interface port:By default, it is the HTTPS port 8443, but if you want to use it for the web server, you must change it to another port and specify it in the URL when you access https://ip_address:port/.

Hostname:It is possible to change the hostname or the domain, for example zentyal.home.lan. The hostname will be used as a A register (hostname) of the local DNS domain.


You have to be careful if you intend to change the machine host name or local domain after the installation, the authentication subsystems (Kerberos®) will be automatically reconfigured. It's recommended to reboot the machine after this operation, so all the daemons are aware of the change.

Network configuration with Zentyal

Through Network ‣ Interfaces you can access the configuration of each network card detected by the system and you can select between a static (manually configured) or a dynamic (DHCP configuration) configuration.

In addition, you can define each interface to be External if it is connected to an external network, such as the Internet. In order to apply stricter firewall policies. If you don't do this, the interface is considered internal, connected to a local network.


Zentyal will only grant Internet access to the clients in the local network if the 'Firewall' module is installed and enabled.

DHCP client interface

When you configure an interface to make DHCP requests, you get configuration for IP address, but also the DNS servers and gateway. This is usual for hosts within the local network or for external interfaces connected to the infrastructure routers.

DHCP configuration of the network interface


Static interface

If you decide to configure a static interface you must specify the IP address and the network mask. You can also associate one or more Virtual Interface to this real interface to use additional IP addresses.

These additional addresses are useful to provide a service in more than one IP address or sub-network, to facilitate the migration from a previous scenario or to have a web server with different domains using SSL certificates.

Static configuration of the network interface


VLAN trunk

If you connect the server to one or more VLAN networks, select Trunk (802.11q). Once selected, using this method you can create as many interfaces associated to the defined tag as you wish, and consider them as if they were real interfaces.

The VLAN network infrastructure allows you to segment the local network to improve performance and security, without the need to invest in hardware that would usually be necessary to create each segment.

VLAN configuration of the network interface


Gateways and network Proxys

In case you need to configure the network interface manually, define the gateway to Internet using Network ‣ Gateways. Normally this is automatic if DHCP is in use, but not in other cases. For each gateway you can indicate the Name, IP address, Interface to which it is connected. The Weight defines the priority compared with other gateways and whether it is Predetermined by all of them.

In addition, if an HTTP proxy is required for Internet access, you can also configure this in this section. This proxy will be used by Zentyal for connections, such as updates and the installation of packages or the update of the anti-virus data files.

Configuration of gateways


Network diagnosis

To check that the network has been configured correctly, you can use the tools available in Network ‣ Tools.

Ping is a tool that uses the ICMP network diagnosis protocol to observe whether a particular remote host is reachable by means of a simple "echo request".

Network diagnosis tools, ping

You can also use the traceroute tool that is used to determine the route taken by packages across different networks until they reach a given remote host.

Tool traceroute

Also, you can use the domain name resolution tool, which is used to verify the correct functioning of the name service.

Domain name resolution

The last tool is Wake On Lan, which allows you to activate a host using its MAC address, if this feature is enabled in the target.


Personal tools
Namespaces

Variants
Actions

Zentyal Wiki

Zentyal Doc
Navigation
Toolbox