Allows you to search a variety of questions and answers
This solution will work on all RH-based operating systems.
1. Login to your server as 'root' and run
#vi /etc/hosts - this will open up the /etc/hosts file using VIM editor
2. Change the values after your server's main IP address to reflect your desired hostname. You must put in a valid hostname, one that will resolve as one of the options. Example:
127.0.0.1 localhost
1.1.1.1 myhostname.mydomain.com myhostname
3. After you are finished, save the file by running
:wq
4. When you're back at the prompt, run
#vi /etc/sysconfig/network
5. In the network file, next to your IP, change the current value with your new valid hostname (myhostname.mydomain.com)
6. When you're done, save the file
:wq
If the hostname did not take effect automatically (as it should), issue a server wide reboot for these effects to take change
#shutdown -r now
Wait for the machine to come back up and double check your new hostname by running the #hostname command.
Just to note, you can also check to make sure that /proc/sys/kernel/hostname has also been updated to the new hostname.
Thanks for the fast sollution, it was my fault since my original e-mail got somehow bugged and I didn't got the invoice mails.
We're Happy with our 1 Gigabit Server AYK Solutions! AYK Solutions provides all our back-end server infrastructure for our video streaming sites which burn up about 200 GB of data every day. I have had nothing less then 1 MB/second downloads from all the servers that I have had from them. Their technical support saved me several times, and their tech support is 24/7 and responsive. I currently have a Quad Xeon on a 1 gigE port for WAY LESS then any other dedicated server provider
Thanks for the fast sollution, it was my fault since my original e-mail got somehow bugged and I didn't got the invoice mails.