改linux网卡名字
vim/etc/default/grub
加net.ifnames=0
grub2-mkconfig -o /etc/grub2.cfg
cd /etc/sysconfig/network-scripts/
mv ifcfg-ens33 ifcfg-eth0
vim ifcfg-ens33 改name和device为etho
重启
改linux网卡名字
vim/etc/default/grub
加net.ifnames=0
grub2-mkconfig -o /etc/grub2.cfg
cd /etc/sysconfig/network-scripts/
mv ifcfg-ens33 ifcfg-eth0
vim ifcfg-ens33 改name和device为etho
重启