centos 6 7更改主机名 命令添加ip

6:vi /etc/sysconfig/network 中hostname =主机名 vi /etc/hosts  添加127.0.0.1相应的主机名

7: hostnamectl set-hostname 主机名

6:ifconfig eth0:0 10.10.10.26/24 up |down

7:ip addr add 10.10.10.26/24 dev eth0

posted @ 2016-11-18 12:04  howhy  阅读(630)  评论(0编辑  收藏  举报