码迷,mamicode.com
首页 > 其他好文 > 详细

使用ifconfig命令,不显示eth0

时间:2018-04-06 14:03:40      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:使用   inet6   输入   存在   blog   rip   ice   ifcfg   网卡   

1. 输入ifconfig -a命令,可以看到eth0和lo。

2. 进入/etc/sysconfig/network-scripts 目录,发现有ifcfg-eth0,即网卡(驱动)存在但未启用。

3. 输入ifconfig eth0 up,启用网卡。此时用ifconfig,只能看到inet6的地址,没有ip

4. vi /etc/sysconfig/network-scripts/ifcfg-eth0 文件, 把ONBOOT=no 改为 ONBOOT=yes,检查其他信息又没错误。

5. service network restart,重启

使用ifconfig命令,不显示eth0

标签:使用   inet6   输入   存在   blog   rip   ice   ifcfg   网卡   

原文地址:https://www.cnblogs.com/liangxc/p/8727344.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!