Centos 6.5Bringing up interface eth3 Device eth3 does not seem to be present 解决方法

xiaoxiao2021-02-27  487

确认vmx配置文件的mac地址

 ifconfig eth3      Link encap:Ethernet  HWaddr 00:50:56:BF:57:CD 

添加mac到eth3配置文件中

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

HWADDR=00:50:56:BF:57:CD

IPADDR=192.168.31.241 PREFIX=24 GATEWAY=192.168.31.1 DNS1=61.134.1.5 DNS2=8.8.8.8 DEFROUTE=yes ONBOOT=yes NAME=eth3 TYPE=Ethernet IPV4_FAILURE_FATAL=yes

重启网卡测试

service network restart

转载请注明原文地址: https://www.6miu.com/read-4831.html

最新回复(0)