Installing zimbra in OpenVZ-Container of Proxmox

mrbrown997

New Member
Jul 16, 2013
11
0
1
Hey there,

after I managed to install a bond for two nics, splitting into two vmbr-interfaces for two different non-public subnets (using a bond alias and routing via masq-file of shorewall), I now want to install Zimbra into an OpenVZ-Container.

Zimbra is quite strict concerning the hostname, which need to be set perfectly and needs to be resolved straight without any errors. My problem now is, how to achieve this.
Searching via google told me, that I would need a split DNS but this is some technique im not really into.

So basically my system looks as followed:

Code:
Internet --- bond0                                                -----Zimbra CT using vmb1 with internal ip-address 192.168.1.102
                hostname: something.something.com                hostname:  mail.somethingelse.com
                shorewall for routing to the CT´s
                DNS: 8.8.8.8
                2 public ip`s
So how can i achieve, that the Zimbra CT is reachable as mail.seomthingelse.com??
I followed this http://wiki.zimbra.com/index.php?title=Ubuntu_8.04_LTS_Server_(Hardy_Heron)_Install_Guide but actually it did not work for me!

I would appreciate any help!