View Single Post
  #10 (permalink)  
Old 11-28-2008, 07:27 AM
Peperzaken Peperzaken is offline
Junior Member
 
Posts: 8
Default

Quote:
Originally Posted by phoenix View Post
Your hosts file is still slightly wrong, this line

Code:
10.0.0.175	zimbra.peperzaken.nl
should be like this
Code:
10.0.0.175	zimbra.peperzaken.nl zimbra
Fixed.
Quote:
The results from your DNS are incorrect, they should point to the LAN IP of your Zimbra server, you seem to get conflicting results from the 'host `hostname`' command and the dig output. Does the output of this command:

Code:
cat /etc/resolv.conf
give you the IP of your LAN server only?
I deleted the 10.0.0.1 (router) entry and now 10.0.0.175 is the only nameserver IP. But the Zimbra server could not be reached:

Code:
root@zimbra:/etc/bind# host `hostname`
;; connection timed out; no servers could be reached
What could be wrong and should be the solution to fix this?
Reply With Quote