Update documentation.

parent 04f96183
...@@ -12,8 +12,9 @@ Internals ...@@ -12,8 +12,9 @@ Internals
The following ports are reachable from the outside world: The following ports are reachable from the outside world:
22 -> 2222 22 -> 2222
443 -> 4443 443 -> 443
Others? 80 -> 80
25 -> 25
For each port, KVM does a NAT redirection from the VM to the local ipv4. Then, 6tunnel is called to redirect it to the outside world using ipv6. For each port, KVM does a NAT redirection from the VM to the local ipv4. Then, 6tunnel is called to redirect it to the outside world using ipv6.
...@@ -21,8 +22,14 @@ For each port, KVM does a NAT redirection from the VM to the local ipv4. Then, 6 ...@@ -21,8 +22,14 @@ For each port, KVM does a NAT redirection from the VM to the local ipv4. Then, 6
Deployment Deployment
---------- ----------
To deploy a new Zimbra service, you just need to request a new instance of it, To deploy a new Zimbra service:
then connect the the machine using ssh with root:zimbra credentials, reconfigure
* Install the SR, and run the commands to allow non-root users to run kvm with ports listening <1024::
setcap 'cap_net_bind_service=+ep' /opt/slapgrid/$SRMD5/parts/kvm/bin/qemu-system-x86_64
setcap 'cap_net_bind_service=+ep' /opt/slapgrid/$SRMD5/parts/6tunnel/bin/6tunnel
* Request new instance, then connect the the machine using ssh with root:zimbra credentials, reconfigure
Zimbra to use another domain name, and change root password. Zimbra to use another domain name, and change root password.
Disk Image content Disk Image content
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment