RHEL 6 修改网卡名称
RHEL(Redhatenterprise linux) 6 修改网卡名称某些服务器安装redhat 6.4时,会自动把网卡名字设置为em1、em2等等,而不是以前的是 eth0等,但是flexlm只认识eth0的mac地址,(不过我在虚拟机上装的rhel6.4,网卡名字还是eth0) 修改的办法:1、修改/boot/grub/grub.conf#boot=/dev
RHEL(Redhatenterprise linux) 6 修改网卡名称
某些服务器安装redhat 6.4时,会自动把网卡名字设置为em1、em2等等,而不是以前的是eth0 等,但是flexlm只认识eth0的mac地址,
(不过我在虚拟机上装的rhel6.4,网卡名字还是eth0)
修改的办法:
1、修改/boot/grub/grub.conf
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux(2.6.32-358.el6.x86_64)
root (hd0,0)
kernel /tboot.gzlogging=vga,serial,memory
module /vmlinuz-2.6.32-358.el6.x86_64 roroot=UUID=4b47b4f8-de88-4803-bd32-d145dccff17f intel_iommu=onrd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD KEYTABLE=us SYSFONT=latarcyrheb-sun16crashkernel=128M rd_NO_LVM rd_NO_DM rhgb quietbiosdevname=0
module/initramfs-2.6.32-358.el6.x86_64.img
2、
cd /etc/sysconfig/network-scripts
mv ifcfg-em1 ifcfg-eth0
mv ifcfg-em2 ifcfg-eth1
mv ifcfg-em3 ifcfg-eth2
mv ifcfg-em4 ifcfg-eth3
修改ifcfg-eth0到ifcfg-eth4 的内容
3
删除(如果有此文件的话)
/etc/udev/rules.d/70-persistent-net.rules
欢迎交流,有问题可联系 QQ: 83555727 或Email 83555727@qq.com
更多推荐
所有评论(0)