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.
166
Installation and Upgrades / Re: can't log in Webadmin
« on: September 27, 2021, 10:22:09 am »
In my case, I have created a cronjob that restarts the webadmin module each 6 hours. This 'fix' the behaviour for me. Below my cronjob code:
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
Code: [Select]
## Workaround
## Added on: 15-09-2021
## Bug: https://github.com/zentyal/zentyal/issues/2055
0 */6 * * * /usr/bin/zs webadmin restart >/dev/null 2>&1
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
167
Spanish / Re: Zentyal como DC y mikrotik como VPN pptp
« on: September 27, 2021, 10:18:02 am »
¿Es posible que estés experimentando el mismo error que el que reporta este usuario?
* https://forum.zentyal.org/index.php/topic,35274.msg114660.html#msg114660
* https://forum.zentyal.org/index.php/topic,35274.msg114660.html#msg114660
168
Spanish / Re: Zentyal como DC y mikrotik como VPN pptp
« on: September 27, 2021, 10:16:10 am »
Hola,
¿Qué tipo de configuración estás usando? ¿Qué problemas te está dando Zentyal? ¿Has analizado los archivos de log?
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
¿Qué tipo de configuración estás usando? ¿Qué problemas te está dando Zentyal? ¿Has analizado los archivos de log?
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
169
Spanish / Re: no obtengo respuestas del DNS desde la red wifi
« on: September 17, 2021, 01:31:22 pm »
Holap,
* ¿Tienes una regla en el cortafuegos que permita a la red de los clientes el acceso al servicio DNS?
* ¿Has probado en añadir una regla en el cortafuegos de tipo 'Registrar' para ver las peticiones que recibe Zentyal?
* ¿Has revisado los parámetros de configuración 'allow-' del archivo '/etc/bind/named.conf.options'?
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
* ¿Tienes una regla en el cortafuegos que permita a la red de los clientes el acceso al servicio DNS?
* ¿Has probado en añadir una regla en el cortafuegos de tipo 'Registrar' para ver las peticiones que recibe Zentyal?
* ¿Has revisado los parámetros de configuración 'allow-' del archivo '/etc/bind/named.conf.options'?
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
170
Other modules / Re: access to samba shares for sftp users
« on: September 17, 2021, 01:21:42 pm »
Hi,
Below you have the steps that I followed to access to the shares with a domain user through FTP:
1. Install the FTP module, disable the option 'Restrict to personal directories' and enable the module.
2. Through FileZilla, create a FTP connection using a 'Passive' transfer mode.
3. Connect to the FTP server, and then, just search for the path '/home/samba/shares'.
I also tested with SFTP, I enabled PAM and then, I could be able to connect to the shares through Filezilla. I think, this method requires steps 1 and 3 from above.
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
Below you have the steps that I followed to access to the shares with a domain user through FTP:
1. Install the FTP module, disable the option 'Restrict to personal directories' and enable the module.
2. Through FileZilla, create a FTP connection using a 'Passive' transfer mode.
3. Connect to the FTP server, and then, just search for the path '/home/samba/shares'.
I also tested with SFTP, I enabled PAM and then, I could be able to connect to the shares through Filezilla. I think, this method requires steps 1 and 3 from above.
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
171
Installation and Upgrades / Re: Stuck Upgrading from 5.1.3 to 6.0
« on: September 17, 2021, 01:03:57 pm »Any solutions? After restart my server get EBox::DNS::appArmorProfiles - Setting DNS apparmor profile and i cant run it
You can try to locate the DNS process, kill it and then, reconfigure the broken or pending packages. And then, restart again the module.
Code: [Select]
## To detect a process
ps -ef | egrep -i 'dns|zentyal'
lslocks | grep -Ei 'dns|zentyal'
## To kill the process
kill -9 pid_of_the_process
## To reconfigure the broken or pending packages
## It is possible that you need to run this
## command more than once
dpkg --configure -a
## Restarting the module
zs dns restart
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
172
Spanish / Re: GeoIP Firewall
« on: September 15, 2021, 01:29:14 pm »
Holap,
Puedes tratar de combinar las siguientes herramientas y funcionalidades:
* Ipset:
* https://wiki.archlinux.org/title/Ipset_(Espa%C3%B1ol)
* Direcciones IP por paises:
* http://www.ipdeny.com/ipblocks/data/countries
* Iptables:
* https://wiki.archlinux.org/title/Iptables_(Espa%C3%B1ol)
* Hooks:
* https://doc.zentyal.org/es/appendix-c.html#hooks
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
Puedes tratar de combinar las siguientes herramientas y funcionalidades:
* Ipset:
* https://wiki.archlinux.org/title/Ipset_(Espa%C3%B1ol)
* Direcciones IP por paises:
* http://www.ipdeny.com/ipblocks/data/countries
* Iptables:
* https://wiki.archlinux.org/title/Iptables_(Espa%C3%B1ol)
* Hooks:
* https://doc.zentyal.org/es/appendix-c.html#hooks
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
173
Other modules / Re: How to configure ssh access to the Zentyal 7.0
« on: September 10, 2021, 04:38:25 pm »
According the output, your SSH service is using port 100. Did you modify the SSH service (Network -> Services) or created a new one with that particular port?
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever"
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever"
174
Installation and Upgrades / Re: Migration from zentyal 4.0.18 to 7.0.4
« on: September 10, 2021, 04:34:38 pm »
When you import that backup, did you check in the Sogo database if the values of the users are restored?
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever"
Code: [Select]
## To access to the Sogo database
mysql -u root -p$(cat /var/lib/zentyal/conf/zentyal-mysql.passwd) sogo
--
“This world is ours, and by the Holy Light we will keep it safe, now and forever"
175
Other modules / Re: How to configure ssh access to the Zentyal 7.0
« on: September 06, 2021, 03:50:48 pm »
Hi,
You need to check if the ssh service is running, which port it is using and if it is listening in that port:
Once you have ensure that the service is OK, make sure that the firewall allows the connection. You can check it in Zentyal Admin Interface.
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
You need to check if the ssh service is running, which port it is using and if it is listening in that port:
Code: [Select]
## To see if the SSH is running
sudo systemctl status ssh
## To get the SSH port
sudo grep 'Port' /etc/ssh/sshd_config
## To see if the port is correctly listening (in this example, the port is 22)
ss -tunpl | grep '22'
Once you have ensure that the service is OK, make sure that the firewall allows the connection. You can check it in Zentyal Admin Interface.
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
176
Installation and Upgrades / Re: Migrated Windows AD & DC roles to Zentyal ADC, but it's not replecting in GUI
« on: September 06, 2021, 03:44:19 pm »
Hi,
Even Zentyal has all the FSMO roles, it will always displays that it is an Additional Domain Controller. Don't change it or you will loose all the information from your Domain Controller, just ignore it.
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
Even Zentyal has all the FSMO roles, it will always displays that it is an Additional Domain Controller. Don't change it or you will loose all the information from your Domain Controller, just ignore it.
---
“This world is ours, and by the Holy Light we will keep it safe, now and forever".
177
Other modules / Re: DNS error after update
« on: August 23, 2021, 10:58:53 am »
If you are not using the HTTP Proxy module, just remove the module or move the configuration file '/etc/resolvconf/update-libc.d/squid'. After that, try to restart the network module and check if the issue is fixed.
178
Installation and Upgrades / Re: CLI exporting Users/Computers from 6.2 for use in version 7.x
« on: August 13, 2021, 10:10:51 am »
The scripts are located at: '/usr/share/zentyal-samba/'.
179
Directory and Authentication / Re: can't create or edit users
« on: July 22, 2021, 12:11:25 pm »
Did you check the status of the internal database of Samba?
* https://wiki.samba.org/index.php/Dbcheck
* https://wiki.samba.org/index.php/Dbcheck
180
Installation and Upgrades / Re: Zentyal 7 domain controller
« on: July 09, 2021, 10:12:37 am »
Hi,
You can add Windows XP machines to the domain, but keep in mind that this task reduces the security of the Domain Controller. Below you have the parameters that I added to the stub 'smb.conf.mas' in the section '[global]' to achieve this goal:
You can add Windows XP machines to the domain, but keep in mind that this task reduces the security of the Domain Controller. Below you have the parameters that I added to the stub 'smb.conf.mas' in the section '[global]' to achieve this goal:
Code: [Select]
## 09-07-2021
## Allowing Windows XP
server min protocol = NT1
lanman auth = yes
ntlm auth = yes