CentOS7设置网卡静态IP
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7设置网卡静态IP相关的知识,希望对你有一定的参考价值。
参考技术A centos7网络配置文件在/etc/sysconfig/network-scripts目录下,ens33网卡对应的配置文件为ifcfg-ens33。使用vi编辑该文件如下:1、配置hostname的方法为 hostnamectl set-hostname (mini1)
2、配置IP地址映射域名为 vi /etc/hosts
以上是关于CentOS7设置网卡静态IP的主要内容,如果未能解决你的问题,请参考以下文章