How to set hostname of the server: VPS or dedicated server.

Hello,

The hostname must be FQDN – Fully Qualified Domain Name
hostname is the your server’s name that you want to set. For example if you want to set it server.domain.com. Always set the hostname with the DomainName that you owns.

1. http://IP/whm edit dns zone .. select your domain

server IN A YourSeverIPHere
www.server IN A YourSeverIPHere
OR
if you are using shell then you can simply append following lines there in
# vi /var/named/domain.com.db

server IN A YourSeverIPHere
www.server IN A YourSeverIPHere

Save the file
#service named reload
#rndc reload domain.com

2. WHM >> Basic cPanel/WHM Setup >> Hostname
or
Login to shell /server as a root and fire this command the second parameter will the hostname that you want to set.
hostname server.domain.com

3. Check /etc/hosts file that it is set properly.

Just confirm from some expert that you have set that properly, cause changing the hostname will affect few services on your server if you have not done that properly or have done any spelling mistakewhile setting hostname of your server.

4. Fire hostname on your server if it shows the hostname then you have set it properly.

You have set the hostname now.
Cheers..!!

Share your Love

Technorati Tags:

This entry was posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting and tagged . Bookmark the permalink.

Leave a Reply