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

Pages: [1] 2 3
1
Other modules / Re: Zentyal DNS creating and duplicate records problem
« on: December 10, 2024, 12:26:42 pm »
Hi,

Regarding your questions:

1. When you add a DNS record via the Zentyal Web GUI on the Primary DC (e.g., dc01), the record is indeed replicated to the Secondary DC (dc02) as part of Samba’s AD replication process. However, it is expected behavior that the Zentyal Web GUI on the Secondary DC does not display these DNS records. This limitation exists because the Zentyal Web GUI is not designed to query or display replicated records from the Secondary DC. Instead, the Web GUI only shows records that were created or managed directly on the local server.
2. It's important to clarify that a DNS zone and a domain are not the same. A domain in the context of Active Directory is used for organizing users, computers, and other objects, while a DNS zone is part of the DNS infrastructure used for resolving domain names to IP addresses. You can find more information about the difference between DNS zones and domains in this article. https://simpledns.plus/help/definition-domains-vs-zones
   
    In a Samba-managed Active Directory environment, DNS zones are not managed directly through typical BIND files, but rather through Samba tools. If you want to create new zones within a Samba-managed domain, you will need to use tools such as samba-tool to directly manipulate DNS records. https://wiki.samba.org/index.php/DNS_Administration
   
    For the first domain: The Samba + BIND integration manages the domain within Samba (Active Directory) and does not create traditional zone files in BIND.
    For the second domain: Zentyal uses BIND to manage the domain, and you can view and edit the DNS zones in the configuration files within /etc/bind/.
   
3. Domain IP Address usually refers to the IP address of the server that is managing the domain. In this article you can find out what DNS records are and which are the most common ones. https://www.cloudflare.com/learning/dns/dns-records/

Finally, It is not possible to create a domain user with the same name as the system user. This is because there may be internal conflicts, for example, the folder created under the /home directory for the new user already exists, or If both the local and domain user have the same name, there may be confusion about which account is being used when logging in.

Regards,

2
Other modules / Re: Issue with DNS forwarding
« on: December 10, 2024, 10:56:19 am »
Hi,

Here are a few steps you can take to investigate and potentially resolve the problem:

- Try using a known public DNS server like 8.8.8.8 (Google's DNS):
- Check Zentyal DNS Logs
Code: [Select]
sudo tail -f /var/log/syslog | grep named- Run a direct query from Zentyal to the forwarder to confirm it responds as expected
Code: [Select]
dig @192.168.1.254 [www.google.fr](http://www.google.fr/)- Use dig or nslook with verbose options to gather more details about query failures
Code: [Select]
dig [www.google.fr](http://www.google.fr/) +trace
Regards.

3
Hi,
Zentyal uses Samba to perform domain controller (DC) functions. Specifically, Zentyal 8.0 uses Samba 4.15.13, which comes from the official Ubuntu repositories. If your goal is to join a Zentyal server to a domain managed by a Windows server, it is important to consider Samba's recommendations and limitations, as well as the specific version of Samba used by Zentyal.
You can consult the official Samba documentation for more details on how to join a server to a Windows domain.
https://wiki.samba.org/index.php/Joining_a_Windows_Client_or_Server_to_a_Domain
Here is a link to the official documentation on integrating Zentyal with an existing domain:
https://doc.zentyal.org/en/directory.html#joining-zentyal-server-to-an-existing-domain.
Regarding logging into the Zentyal server, it's important to remember that there is a distinction between domain users and groups, and system users and groups. To log into Zentyal as an administrator, you must use a system user that belongs to the sudo group. This is necessary to have administrative privileges within the Linux system on Zentyal.
Regards.

4
Installation and Upgrades / Re: Recover login and password for Webadmin
« on: November 15, 2024, 12:54:26 pm »
Hi,
According to the Zentyal documentation, any system user from the sudo group can access the Zentyal interface.
https://doc.zentyal.org/en/installation.html#installation-guide
So you can try to recover your initial user password with the following commands:
If you already have access to the root account or can access the system in recovery mode, log in with root privileges.
Change the system user's password:

Code: [Select]
sudo passwd user_nameVerify or add the user to the sudo group:
Code: [Select]
sudo usermod -aG sudo user_name
If you cannot recover the old user's password, you can create a new user with administrator privileges and add it to the sudo group.
Create a new user:
Code: [Select]
sudo useradd -m -d /home/new_user -s /bin/bash -G sudo new_user
sudo passwd new_user

Regards.

5
Installation and Upgrades / Re: Trust between two domains
« on: November 12, 2024, 12:08:34 pm »
Hi,

Currently, Zentyal does not support trust relationships between Active Directory (AD) domains or forests, which limits its ability to establish trust with external domains like those hosted on a Windows Server AD. Zentyal's functionality as a Samba-based domain controller allows it to manage users, groups, and domain policies within its domain but lacks cross-domain trust capability.

For more specific details, you can refer to the Zentyal documentation or Samba's own guidelines regarding limitations in AD support.

- https://doc.zentyal.org/7.1/en/directory.html#know-limitations
- https://wiki.samba.org/index.php/Samba_4.0_Whitepaper

Regards.

6
Spanish / Re: SOGo Webmail problema al iniciar sesion
« on: October 31, 2024, 01:47:48 pm »
Hi,
In order to make persistent changes to Zentyal configuration files you must use stubs.
https://doc.zentyal.org/en/appendix-c.html#stubs
So you must first create the directory and then copy the stub.
Regards.

7
Hi,

This issue is often a combination of hardware and Linux behavior, rather than a specific flaw in the Zentyal installation. Implementing persistent udev rules is often the most effective solution to ensure that your NICs maintain consistent naming across reboots.

Take a look at the article below because it may help you.

https://www.baeldung.com/linux/regenerate-persistent-net-rules

Regards.

8
Hi,
Could you give some more information, for example:
- What modules you have installed and enabled?
- How many network interfaces do you have?
- How are they configured?
- Any other data you think may be useful, especially related to the network.
Regards.

9
Hi,
Have you tried to perform the union following the official documentation? Here are some important checks to follow before attempting the join.
https://doc.zentyal.org/en/how-to-adc.html
To analyze where the problem may be, you can review the following logs, especially during the merge process:
- /var/log/syslog
- /var/log/zentyal/zentyal.log
- /var/log/samba/samba.log
Regards

10
Hi,

You can check those logs for errors and post those lines on the forum, or also, if the system crashes, post the last lines of the logs to see what it was doing at that time.

Regards.

11
Hi,
With this option selected, you already have access to the desktop while the initial Zentyal installation is running through the wizard. You can launch a console as an administrator and run the following command to monitor the installation progress:
Code: [Select]
sudo tail -f /var/log/zentyal/zentyal.log /var/log/syslog
If you notice the process hanging, you can review these log files to identify any messages that might help pinpoint what the system was doing when it stalled.
Regards.

12
Installation and Upgrades / Re: Folder redirection in Zentyal? Projects
« on: October 03, 2024, 12:36:59 pm »
If you're inquiring about roaming profiles for Windows systems and folder redirection, I recommend consulting the official Zentyal documentation.
https://doc.zentyal.org/en/directory.html#roaming-profiles-and-folder-redirection

13
Hi,

Could you give more specific details about how you do the installation process? For example:

- Which version of Zentyal are you using?
- What type of installation do you select?
- What configuration options do you use?
    - Partitioned
    - LVM
- Have you tried installing with only the basic network and firewall modules?
- Is there a difference between successful and failed installations?
- Have you tried doing a clean install of Ubuntu and installing Zentyal on Ubuntu as the official documentation says?
https://doc.zentyal.org/en/installation.html#installation-on-top-of-ubuntu-22-04-lts-server-or-desktop

Regards.

14
Hi,

Could you give more specific details about the configuration? For example:

- Network interfaces configuration
    - (DHCP, static, bridge...)
    - Gateways,
- Output of the ip route show command to see the routes and gateways.
- Static routes configuration.
- Load balancing rules
- WAN Failover rules
- Netplan configuration file, usually /etc/netplan/netplan.yaml

Without the above, people might not be able to reproduce it.

Regards.

15
Installation and Upgrades / Re: Migrate users from Zentyal 6.2 to 8.0
« on: August 12, 2024, 01:17:21 pm »
Hi,
Just above the known limitations section, you have the .csv file format section where it tells you the format of the .csv files.
You have it for both version 6.2 and version 8.0
https://doc.zentyal.org/8.0/en/directory.html#csv-file-format
https://doc.zentyal.org/6.2/en/directory.html#csv-file-format
Regards.

Pages: [1] 2 3