View Single Post
  #4 (permalink)  
Old 07-07-2009, 01:06 AM
phoenix phoenix is offline
Zimbra Consultant & Moderator
 
Posts: 11,518
Default

Quote:
Originally Posted by bkarthick4u View Post
cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.0.0.17 server.example.com
This is incorrect it should be as follows:

Code:
127.0.0.1  localhost.localdomain localhost
10.0.0.17 server.example.com server
Quote:
Originally Posted by bkarthick4u View Post
host server.example.com
server.example.com has address 10.0.0.17
dig example.com
The output from this is incorrect run the command exactly as I've given it to you, do not change it, do not add your hostname to it.

Post the output of the dig commands that I've asked you for.
__________________
Regards


Bill
Reply With Quote