moviezzworld
Active Member
Hello Friends Any One Help Me To Configure Hostname
Actually I created Hostname But I Can't Do This
I'm New In using Putty and Configure hostname and domain.
Please anyone advice me.....
Actually I created Hostname But I Can't Do This
Update /etc/hosts
Next, edit your /etc/hosts file to resemble the following example, replacing plato with your chosen hostname, example.com with your system's domain name, and 12.34.56.78 with your system's IP address. As with the hostname, the domain name part of your FQDN does not necesarily need to have any relationship to websites or other services hosted on the server (although it may if you wish). As an example, you might host "www.something.com" on your server, but the system's FQDN might be "mars.somethingelse.com."
File:/etc/hosts
127.0.0.1 localhost.localdomain localhost
12.34.56.78 plato.example.com plato
If you have IPv6 enabled on your Linode, you will also want to add an entry for your IPv6 address, as shown in this example:
File:/etc/hosts
127.0.0.1 localhost.localdomain localhost
12.34.56.78 plato.example.com plato
2600:3c01::a123:b456:c789:d012 plato.example.com plato
I'm New In using Putty and Configure hostname and domain.
Please anyone advice me.....