错误:激活连接失败:Failed to determine connection’s virtual interface name

简介: 问题背景:        用1U服务器搭建预演环境,单台物理服务器上部署多个KVM虚拟机,宿主机操作系统部署完毕,支持虚拟化所用软件包安装完毕,宿主机和虚拟机连接的网卡br100配置完毕,需要启动,在启动br100和eth1时,突然报错如下: [root@maker net...

问题背景:
       用1U服务器搭建预演环境,单台物理服务器上部署多个KVM虚拟机,宿主机操作系统部署完毕,支持虚拟化所用软件包安装完毕,宿主机和虚拟机连接的网卡br100配置完毕,需要启动,在启动br100和eth1时,突然报错如下:

[root@maker network-scripts]# ifup br100
错误:激活连接失败:Failed to determine connection's virtual interface name
[root@maker network-scripts]# ifup eth1
错误:激活连接失败:Master connection not found or invalid

解决办法:
[root@maker network-scripts]# chkconfig NetworkManager off
[root@maker network-scripts]# service NetworkManager stop
停止 NetworkManager 守护进程:                             [确定]
[root@maker network-scripts]# ifup eth1
[root@maker network-scripts]# ifup br100
[root@maker network-scripts]# ifconfig
br100     Link encap:Ethernet  HWaddr F8:0F:41:F3:CC:95
inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::fa0f:41ff:fef3:cc95/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2342 (2.2 KiB)  TX bytes:650 (650.0 b)

eth0      Link encap:Ethernet  HWaddr F8:0F:41:F3:CC:94
inet addr:172.168.1.10  Bcast:172.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::fa0f:41ff:fef3:cc94/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:2237 errors:0 dropped:0 overruns:0 frame:0
TX packets:1388 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:195995 (191.4 KiB)  TX bytes:269871 (263.5 KiB)
Memory:dfe20000-dfe40000

eth1      Link encap:Ethernet  HWaddr F8:0F:41:F3:CC:95
inet6 addr: fe80::fa0f:41ff:fef3:cc95/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:667 errors:0 dropped:0 overruns:0 frame:0
TX packets:325 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:67077 (65.5 KiB)  TX bytes:44911 (43.8 KiB)
Memory:dfe00000-dfe20000

lo        Link encap:Local Loopback
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 b)  TX bytes:240 (240.0 b)

virbr0    Link encap:Ethernet  HWaddr 52:54:00:EB:4F:F9
inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

目录
相关文章
|
6月前
|
Web App开发 前端开发
【前端异常】Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.
【前端异常】Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.
464 0
Flutter之运行提示Could not update files on device: Connection closed before full header was received
Flutter之运行提示Could not update files on device: Connection closed before full header was received
679 0
|
3月前
|
测试技术
Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded 的解决办法
Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded 的解决办法
127 0
|
4月前
|
iOS开发 MacOS
mac AnyConnect 连接报错 Posture Assessment Failed: Hostscan Initialize error.
mac AnyConnect 连接报错 Posture Assessment Failed: Hostscan Initialize error.
mac AnyConnect 连接报错 Posture Assessment Failed: Hostscan Initialize error.
|
10月前
|
关系型数据库 MySQL 数据库连接
一文全解决 数据库连接报错Communications link failure,create connection SQLException
一文全解决 数据库连接报错Communications link failure,create connection SQLException
2083 0
|
Linux
七个办法只有一个有效:200 PORT command successful. Consider using PASV.425 Failed to establish connection.
七个办法只有一个有效:200 PORT command successful. Consider using PASV.425 Failed to establish connection.
416 0
七个办法只有一个有效:200 PORT command successful. Consider using PASV.425 Failed to establish connection.
执行HQL直接被退出:Remote side unexpectedly closed network connection
执行HQL直接被退出:Remote side unexpectedly closed network connection
1051 0
执行HQL直接被退出:Remote side unexpectedly closed network connection
|
开发工具 Android开发
解决bug:使用Genymotion模拟器时,出现Unable to create virtual device: Connection timeout occurred
解决bug:使用Genymotion模拟器时,出现Unable to create virtual device: Connection timeout occurred
114 0
解决bug:使用Genymotion模拟器时,出现Unable to create virtual device: Connection timeout occurred
|
关系型数据库 MySQL Java
|
区块链
Error: No network specified. Cannot determine current network异常
Error: No network specified. Cannot determine current network异常
132 0