Hostname Problem On WHM / cPanel Installation

Posted by Eray on Server Fault See other posts from Server Fault or by Eray
Published on 2011-09-18T22:22:17Z Indexed on 2012/10/24 23:03 UTC
Read the original article Hit count: 385

Filed under:
|
|
|
|

My CentOS 5.6 server's hostname was "centos" . And then i change it to my domain :

hostname domain.com

And i started to installing WHM / cPanel as explained in here : http://etwiki.cpanel.net/twiki/bin/view/AllDocumentation/InstallationGuide/InstallingCpanel

It's installed very well. And the i reboot my server.

After rebooting, i was execute this command for open WHM's 2087 port :

iptables -I RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 2087 -j ACCEPT

Now i'm trying to browse domain.com:2087 i'm getting Server (centos) not found .I noticed it's forwarding to my old hostname (centos) . And then execute this command to verify me hostname

hostname

it's returned "centos" again. I'm not sure, why it's returned to old hostname. (I think it returned to old hostname after rebooting) . I'm changed it one more time :

hostname domain.com

Finally, now my hostname is domain.com . BUt still i'm getting centos server not found error.

This is result of iptables -L command.

P.S. : domain.com/cpanel is working

© Server Fault or respective owner

Related posts about centos

Related posts about installation