I'm installing ZCS 6.0.7. I'm using dns on the local server for zimbra. ldap fails configuration when trying to insert "server entry". I've install ZCS 6 several times without indecent. The only difference here is I'm using kvm. This a Ubuntu 10.04 LTS Host with a 8.04 LTS guest.
Here are the outputs for the dig (any/mx), hostname, resolv.conf, hosts. I iptables is off on both host and guest.
host `hostname`
samwise.mmnetwork.com has address 192.168.1.48
cat /etd/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.48 samwise.mmnetwork.com samwise
# 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
dig mmnetwork.com any
; <<>> DiG 9.4.2-P2.1 <<>> mmnetwork.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39622
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;mmnetwork.com. IN ANY
;; ANSWER SECTION:
mmnetwork.com. 38400 IN SOA samwise.mmnetwork.com. admin.mmnetwork.com. 2006081417 28800 3600 604800 38400
mmnetwork.com. 38400 IN NS samwise.mmnetwork.com.
mmnetwork.com. 38400 IN MX 10 samwise.mmnetwork.com.
;; ADDITIONAL SECTION:
samwise.mmnetwork.com. 38400 IN A 192.168.1.48
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Aug 4 09:31:04 2010
;; MSG SIZE rcvd: 127
dig mmnetwork.com mx
; <<>> DiG 9.4.2-P2.1 <<>> mmnetwork.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17710
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;mmnetwork.com. IN MX
;; ANSWER SECTION:
mmnetwork.com. 38400 IN MX 10 samwise.mmnetwork.com.
;; AUTHORITY SECTION:
mmnetwork.com. 38400 IN NS samwise.mmnetwork.com.
;; ADDITIONAL SECTION:
samwise.mmnetwork.com. 38400 IN A 192.168.1.48
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Wed Aug 4 09:31:12 2010
;; MSG SIZE rcvd: 85
cat /etc/resolv.conf
search mmnetwork.com
namserver 192.168.1.48


LinkBack URL
About LinkBacks

