'호스트네임변경'에 해당되는 글 1건

CentOS 7.x 호스트네임 변경하기



기존 방식대로 /etc/hostname 파일을 수정해도 되고 hostnamectl 유틸을 사용해도 된다.



▶ 호스트네임 확인


[root@conoha bin]# hostnamectl

   Static hostname: localhost

         Icon name: computer-vm

           Chassis: vm

        Machine ID: ce592a37a02b45f78d729b0b2e24d5cf

           Boot ID: 62082661e9f840a59c2ebf6789b7a56e

    Virtualization: kvm

  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


▶ 호스트네임 변경


[root@conoha bin]# hostnamectl set-hostname www.example.com



변경이 되었는지 확인해보자.


[root@conoha bin]# hostnamectl

   Static hostname: www.example.com

         Icon name: computer-vm

           Chassis: vm

        Machine ID: ce592a37a02b45f78d729b0b2e24d5cf

           Boot ID: 62082661e9f840a59c2ebf6789b7a56e

    Virtualization: kvm

  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


[root@conoha bin]# cat /etc/hostname

www.example.com


[root@conoha bin]# hostname

www.example.com



블로그 이미지

영은파더♥

가상서버호스팅 VPS 리눅스 서버관리 윈도우 IT

,