Linux setting hostname and domain name of my server

by on May 12, 2006 · 6 comments· LAST UPDATED October 21, 2007

in , ,

Q. I would like to change hostname and domain name for my Linux server. Where can I set the local hostname and domain name of my server?

A. You can use hostname command to show or set the system's host name and dnsdomainname command to show the system's DNS domain name. But the changes are temporary if you use these commands.

Local hostname and domain name of your server defined in text configuration located in /etc directory.

If you are using Red Hat or Fedora Linux
Use redhat-config-network GUI tool. Type following command and click on DNS tab > Setup hostname and domain name:
# redhat-config-network
On other hand you can edit a text file. Find out and set up the value for HOSTNAME in the file /etc/sysconfig/network:
# vi /etc/sysconfig/network
Setup/replace HOSTNAME
HOSTNAME=web.nixcraft.com
Where, web is hostname and nixcraft.com is your DNS domain name.

If you are using Debian Linux

You need to edit /etc/hostname file and put hostname.domain.com in this file:
# vi /etc/hostname
Set or replace hostname:
web.nixcraft.com

Debian, Suse and other Linux distro support GUI tool called network-admin. Type following command and click on DNS tab > Setup hostname and domain name:
$ network-admin

Please note that you must have properly configured DNS server to work FQDN based hostname. See how to configure Linux as a dns client.

See also:



If you would like to be kept up to date with our posts, you can follow us on Twitter, Facebook, Google+, or even by subscribing to our RSS Feed.


{ 6 comments… read them below or add one }

1 shuvo009 January 19, 2009 at 7:22 pm

thank you bro. it is really helpfull

Reply

2 sanjay Katiyar May 8, 2009 at 1:53 pm

I think we have to restart the network service after making the changes.

service network restart

Reply

3 Raj February 15, 2012 at 10:40 pm

Thank you so much for this information. It was very useful for me!

Reply

4 sidharth May 2, 2012 at 1:45 am

Do you also want to tell in your artice about restarting services so the new changes can come to effect? At the moment the article is half baked.

Reply

5 ritesh jha May 17, 2012 at 6:47 am

thanks a lot.

Reply

6 jim February 5, 2013 at 7:05 am

Thanks a lot from a CentOS newbie.

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , ,

Previous Faq:

Next Faq: