1–>Editar el archivo network y cambiar el nombre del host en la variable HOSTNAME.
$ nano /etc/sysconfig/network
CentOS-Server
HOSTNAME=
2–>Añadir el número ip del nuevo host.$ echo "192.168.2.200
CentOS-Server» >> /etc/hosts
3–> Cambiar el nombre del host con el comando hostname.
$
hostname
CentOS-Server
4–>Ejecutar nuevamente hostname para ver cambios.
$ hostname
5–>Reiniciar el servicio de red para aplicar cambios realizados.
$ service network restart
10351
Muchas gracias me fue muy sencillo hacerlo en centos 7.0 64bit
Muchas gracias
Justo lo que buscaba, estoy montando mi propio server y queria instalar cpanel.
Muy facil de hacer muchas gracias!
Realice los ajustes y todo ok.
Tengan en cuenta que para centos 7 el comando de reinicio de red es:
systemctl restart network.service
Gracias.
Centos 7 también reconoce «service network restart»
En CentOS 7.x es mas sencillo hacer:
# hostnamectl set-hostname centos.cadilinea.com
# hostnamectl
Static hostname: centos.cadilinea.com
Icon name: computer-laptop
Chassis: laptop
Machine ID: 6fec4145dcd94f41903f46cf10581e3d
Boot ID: 2870927e744b41f1a94974e82d57d971
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-327.10.1.el7.x86_64
Architecture: x86-64
Y no hace falta reiniciar, …