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.


Topics - kamil2685

Pages: [1]
1
Directory and Authentication / Zentyal 5 - change domain name / realm
« on: June 13, 2018, 08:31:28 am »
Hi how can I change domain name (realm) ?
Reinstall module via web don`t work. I find that command /usr/share/ebox-usersandgroups/ebox-usersandgroups-reinstall but this dir not exist.
Can you help me ?

2
Installation and Upgrades / Firewall script - how to add ?
« on: December 06, 2017, 12:49:32 pm »
Hi,
I have installed latest version of Zentyal OS.
I install and configure openvpn server in my network, but clients can`t connect to other stations. I find a bash script which make possible to coonect to other stations but when i save changes in web gui i must restart script from a bash gui.
The script seems like:
#!/bin/bash
echo "1" > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -A FORWARD -i eth0 -o tun0 -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A FORWARD -i tun0 -o eth0 -j ACCEPT


How can i add script to autorun when server starts or when i save changes ?
I looking for solution https://wiki.zentyal.org/wiki/En/4.0/Appendix_B:_Development_and_advanced_configuration#Advanced_Service_Customization but this don`t work.
Thanks for help! ;)

Pages: [1]