Quote:
Originally Posted by datajarmarty 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