Hi,
I've just set out on my first Zimbra installation. I'm using Ubuntu 8.04 LTS Server 64bit and following this guide: Ubuntu 8.04 LTS Server (Hardy Heron) Install Guide - Zimbra :: Wiki.
The server is behind a NAT router / firewall on a DMZ with local IP address 192.168.0.100.
I've followed the guide all the way through and can ping and resolve external hosts no problem, but if I attempt to do an nslookup on my domain, I get the following error:
root@mail:/home/administrator# nslookup mydomain.net
Server: 192.168.0.100
Address: 192.168.0.100#53
** server can't find mydomain.net: SERVFAIL
If I run the following commands I get:
cat /etc/hosts
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
cat /etc/resolv.conf
root@mail:/home/administrator# cat /etc/resolv.conf
nameserver 192.168.0.100
dig mydomain.net mx
root@mail:/home/administrator# dig mydomain.net mx
; <<>> DiG 9.4.2-P2 <<>> mydomain.net mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 19875
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mydomain.net. IN MX
;; Query time: 0 msec
;; SERVER: 192.168.0.100#53(192.168.0.100)
;; WHEN: Thu May 21 12:32:57 2009
;; MSG SIZE rcvd: 33
dig mydomain.net any
root@mail:/home/administrator# dig mydomain.net any
; <<>> DiG 9.4.2-P2 <<>> mydomain.net any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 6672
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mydomain.net. IN ANY
;; Query time: 0 msec
;; SERVER: 192.168.0.100#53(192.168.0.100)
;; WHEN: Thu May 21 12:34:09 2009
;; MSG SIZE rcvd: 33
host `hostname`
root@mail:/home/administrator# host `hostname`
Host mail.mydomain.net not found: 2(SERVFAIL)
It's likely I have missed something quite basic, as this is my first attempt. Any help greatly appreciated.
Thanks


LinkBack URL
About LinkBacks
. All problems solved. Thanks again for your help.

