View Single Post
  #14 (permalink)  
Old 08-20-2007, 09:50 PM
newmember newmember is offline
Senior Member
 
Posts: 59
Default

Quote:
Originally Posted by datajarmarty View Post
I had the same issue, turned out that your servers hostname also needs to match what you put in the /etc/hosts file.

I'm using CentOS so edited /etc/sysconfig/network and then did
hostname new.host.name as it is in /etc/hosts

Echo that:

vi /etc/sysconfig/network
and added
HOSTNAME=centos5.local

vi /etc/hosts
and added
192.168.0.115 centos5.local

works like a charm.

Cheers
Reply With Quote