RHEL7里面的网卡命名方式从eth0,1,2的方式变成了enoXXXXX的格式。
- en代表的是enthernet (以太网)
- o 代表的是onboard (内置)
- XXXXX那一串数字是主板的某种索引编号自动生成,以便保证其唯一性。
和原先的命名方式对比,这种新的方式比较长,难以记忆,不过优点在于编号唯一,做系统迁移的时候不容易出错。
1、修改/etc/sysconfig/network-scripts/eno16777736
查看网卡名称(本机是eno16777736)
编辑ifcfg-eno16777736文件
[[email protected] network-scripts]# vim ifcfg-eno16777736
重启网卡,测试网络
[[email protected] network-scripts]# systemctl restart network
2、图形工具nmtui
[[email protected] network-scripts]# nmtui
3、图形工具nm-connection-editor
[[email protected] 桌面]# nm-connection-editor
时间: 2024-12-20 01:10:08