美文网首页
关于linux contos 7 版本 ifconfig不能使用

关于linux contos 7 版本 ifconfig不能使用

作者: s_u_n | 来源:发表于2020-03-11 14:08 被阅读0次

    摘要:安装新版的CentOS7,发现ifconfig不可用,执行以下命令,即可完美解决!

    1、编辑ifcfg-ens33,修改ONBOOT=yes

    vi /etc/sysconfig/network-scripts/ifcfg-ens33

    2、重启网络服务,执行:

    service network restart 

    3、 查询相关软件包:

    yum provides ifconfig

    4、安装net-tools,安装完成如下图所示:

    yum install net-tools

    相关文章

      网友评论

          本文标题:关于linux contos 7 版本 ifconfig不能使用

          本文链接:https://www.haomeiwen.com/subject/ihxcjhtx.html