鍍金池/ 問答/Linux  網(wǎng)絡安全/ VMware centos7 克隆后的虛擬機 網(wǎng)卡配置

VMware centos7 克隆后的虛擬機 網(wǎng)卡配置

hi~
VMware克隆虛擬機后,網(wǎng)卡只有l(wèi)o、virbr0,缺少網(wǎng)卡

  • 平臺:VMware
  • 環(huán)境:centos7
[root@localhost network-scripts]# ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 384  bytes 33408 (32.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 384  bytes 33408 (32.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
        ether 52:54:00:8e:82:c8  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
[root@localhost network-scripts]# ifconfig -a
ens33: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether 00:0c:29:f6:05:c7  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 384  bytes 33408 (32.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 384  bytes 33408 (32.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
        ether 52:54:00:8e:82:c8  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0-nic: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether 52:54:00:8e:82:c8  txqueuelen 500  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
[root@localhost network-scripts]# nmcli con show
名稱   UUID                                  類型            設備 
ens33  c96bc909-188e-ec64-3a96-6a90982b08ad  802-3-ethernet  --   

70-persistent-ipoib.rules文件

# This file was automatically generated on systemd update
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:59:6d:5a", NAME="eno16777736"

90-eno-fix.rules文件

#ACTION=="add", SUBSYSTEM=="net", DRIVERS=="?*", ATTR{type}=="32", ATTR{address}=="?*00:02:c9:03:00:31:78:f2", NAME="mlx4_ib3"
[root@localhost Desktop]# vim /etc/sysconfig/network-scripts/ifcfg-ens33

#BOTPROTO=dhcp
BOOTPROTO=static
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
NAME=eno16777736
#HWADDR=00:0c:29:59:6d:5a
#UUID=0ae9d555-0fa5-427b-a186-ffe9c2e98aa4
DEVICE=ens33
ONBOOT=yes
PEERDNS=yes
PEERROUTES=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPADDR=192.168.176.107
DNS1=192.168.176.2

重啟error:

[root@localhost rules.d]# journalctl -xe
11月 07 05:07:21 localhost.localdomain network[5941]: Bringing up interface ens3
11月 07 05:07:22 localhost.localdomain network[5941]: [FAILED]
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:23 localhost.localdomain network[5941]: RTNETLINK answers: File ex
11月 07 05:07:25 localhost.localdomain systemd[1]: network.service: control proc
11月 07 05:07:25 localhost.localdomain systemd[1]: Failed to start LSB: Bring up
-- Subject: Unit network.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit network.service has failed.
-- 
-- The result is failed.

通過查閱一些資料,配置如上
網(wǎng)上方法有如下:

  • method1:centos7直接注釋掉uuid、HWADDR,重啟
  • method2:將HWADDR修改成對應rules里的網(wǎng)關地址,重啟
  • 等等
    還是不行= =
回答
編輯回答
久礙你

請勿在VMware 10或更低版本運行centos 7,推薦在VMware 12 或更高版本運行。運行l(wèi)spci看看有沒有網(wǎng)卡。看看/etc/network/interfaces 里面的內(nèi)容

2018年6月11日 16:49
編輯回答
冷溫柔

重啟網(wǎng)絡服務的時候是什么錯誤呢?

2017年11月25日 00:14