美文网首页
虚拟机复制下, Device eth0 does not see

虚拟机复制下, Device eth0 does not see

作者: 暗里着迷Robert | 来源:发表于2019-05-26 10:04 被阅读0次

1. config eth0:

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

BOOTPROTO=static

IPADDR=192.168.0.X

NETMASK=255.255.255.0

GATEWAY=192.168.0.1

2. rm -rf /etc/udev/rules.d/70-persistent-net.rules

3. vi /etc/hosts

192.168.0.X hostname

4. vi /etc/sysconfig/network

相关文章

网友评论

      本文标题:虚拟机复制下, Device eth0 does not see

      本文链接:https://www.haomeiwen.com/subject/cflxtctx.html