Quote:
|
Originally Posted by BigBadDom Hi All,
Thus internally the Zimbra box has an IP of 192.168.x.x but externally it has the firewalls IP (and DNS name test.domain.com)
I must be missing something obvious but how do I tell the setup program & /etc/host entry what it needs to know so that it completes the install process. Every time I try to install it, it fails at the 'sldapd fails to start' stage.
Dom |
The internal Zimbra box has only one network interface, correct? If so, then its IP is 192.168.x.x and must resolve via DNS to that IP. So, if, for example, your box is named zimbra.test.domain.com, nslookup should return zimbra.test.domain.com 192.168.x.x. If it doesn't... you will get errors.
I have a similar setup to you here at our clinic(OSS 4.0.3 ubuntu-dapper). On the Zimbra box, I installed and setup bind using the wiki as guidance. I commented out the namerserver lines in /etc/resolv.conf and added the line "nameserver 127.0.0.1". So, on the Zimbra box, nslookup will go to /etc/resolv.conf and see that it should go to 127.0.0.1 (the Zimbra box itself) for a DNS query. Bind is set up to return 192.168.x.x.
In /etc/hosts I have
127.0.0.1 localhost.localdomain localhost
192.168.x.x zimbra.test.domain.com zimbra
192.168.x.y firewall.test.domain.com firewall
Mike