|
Re: Not able to ping the system using its hostname
Hi,
Just edit in your system hosts file in which you write down the ip address and give some name to that ip adress like that
[root]# vi etc/hosts
################### In hosts file #########
127.0.0.1 localhost(name that you like to give )
10.0.0.1 mysystem
################################
then save that file and ping your system by using given name rather then address.
|