I am trying to install zimbra 4.5.4 on Ubuntu 6.1.0 but I have a problem at step 1.3 Apply Static IP Addr and Hostname (steps are from the install procedures).
The posted failure is:
ERROR: Installation can not proceeed. Please fix your /etc/hosts file
to contain:
Whereis the ip address of the host,
is the FULLY QUALIFIED host name, and
is the (optional) hostname-only portion
I have a static IP 71.158.190.150 which goes to my 2wire.gateway router. I have a dhcp lan who's IP addresses are:
gateway - 172.16.0.1
subnet mask - 255.255.0.0
address - 172.16.1.38 (the ubuntu box where I want Zimbra to run)
My network file changes are as follows:
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 172.16.1.38
netmask 255.255.0.0
gateway 172.16.0.1
/etc/hosts
127.0.1.1 obaMasiUb2 localhost.localdomain localhost
172.16.1.38 kumasi.net kumasi
My MX record info is:
kumasi.net. IN MX 25 mail.kumasi.net.
mail.kumasi.net. IN A 71.158.190.150
kumasi.net. IN A 71.158.190.150
www.kumasi.net. IN A 71.158.190.150
kumasi.net. 86400 IN NS ns26a.sbc-webhosting.com.
kumasi.net. 86400 IN NS ns26b.sbc-webhosting.com.
www.kumasi.net. 86400 IN MX 50 mail-fwd.sbc-webhosting.com.
webmail.kumasi.net. 86400 IN A
Can someone help me please?
Thanks!


LinkBack URL
About LinkBacks




