Centos6 没有eth0 其他网口(p4p1)转eth0

Centos6 没有eth0 其他网口(p4p1)转eth0

vi /etc/sysconfig/network-scripts/ifcfg-eth0 

DEVICE=eth0 

NAME="System eth0"  

vi /etc/udev/rules.d/70-persistent-net.rules

KERNEL=="eth*", NAME="eth0" 

reboot后一般都生效,但restart network后又不管用了

参考:http://blog.51yip.com/linux/1617.html

猜你喜欢

转载自crabdave.iteye.com/blog/2340912