CentOS7修改网卡名称为eth0

  • 原创
  • Madman
  • /
  • /
  • 0
  • 9664 次阅读

CentOS7修改网卡名称为eth0-min.png

Synopsis: CentOS6之前基于传统的网卡命名方式如eth0、eth1等,缺点是多接口时可能重启系统后ethX对应的网卡接口会变动。CentOS7之后提供了不同的命名规则,默认是基于固件、拓扑、位置信息来分配,这样做的优点是命名是全自动的、可预知的,缺点是比eth0、wlan0更难读,比如enp131s0f0

1. 修改grub

编辑/etc/default/grub文件:

# vi /etc/default/grub
在GRUB_CMDLINE_LINUX参数中增加net.ifnames=0,即:
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap net.ifnames=0 rhgb quiet"

重新生成GRUB配置文件,并更新内核参数:

# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.10.0-327.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-327.el7.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-d3ea6ff7d55d4a409459174c8477366f
Found initrd image: /boot/initramfs-0-rescue-d3ea6ff7d55d4a409459174c8477366f.img
done

2. 创建udev网络命名规则文件

2.1 获取mac地址

(1) 查看本机所有网络设备的MAC地址

1. ifconfig命令输出信息中的 ether 00:0c:29:02:2f:d3
# ifconfig

2
                                
                            
分类: Linux
标签: CentOS eth0 grub network
  • slinzhang007
  • We have a cash payout ready in your name cd030746.tw1.ru 1E
  • Secure Scholarships and Win Cash seurkdfjkh.temp.swtest.ru ph
  • Secure a Payout in USD Cash seurkdfjkh.temp.swtest.ru fn
  • Money that comes with no requirements cg384778.tw1.ru 0q
  • You qualify for a tailored cash bonus cd030746.tw1.ru Rl
  • Share the news claim your cash cd030746.tw1.ru 5h
  • Monetize Your Complete Referral Influence cg384778.tw1.ru mw
  • Score immediate cash prizes cd030746.tw1.ru tZ
  • It’s Easy to Receive Your Cash cd030746.tw1.ru s1
  • You've stumbled upon serendipitous cash cg384778.tw1.ru vk
  • Get involved and collect your pay seurkdfjkh.temp.swtest.ru OA
  • Learn Now Receive Money Later cg384778.tw1.ru oM
  • Trigger Your Crypto Bonus Opportunities cg384778.tw1.ru vz
  • Our 12 hour flash offer is live seurkdfjkh.temp.swtest.ru sh
  • Discover your rapid payout inside cd030746.tw1.ru Yx
  • Receive Bonuses for Staying Active seurkdfjkh.temp.swtest.ru R0
  • Your Monetary Motivation is Ready cg384778.tw1.ru Pp
  • Simple Like  Money reward seurkdfjkh.temp.swtest.ru 6r
  • Make the most of our weekend cash deal cd030746.tw1.ru Ic
  • Your efforts earned you this easy money cd030746.tw1.ru lf
  • Withdraw Your Study Bonus seurkdfjkh.temp.swtest.ru rn
  • A Sign Up Bonus Awaits Your First Deposit cd030746.tw1.ru oz
  • Redeem Your Special Bonus Today cd030746.tw1.ru Ho
未经允许不得转载: LIFE & SHARE - 王颜公子 » CentOS7修改网卡名称为eth0

分享

作者

作者头像

Madman

如需 Linux / Python 相关问题付费解答,请按如下方式联系我

0 条评论

暂时还没有评论.

专题系列