我有一台ubuntu 13.04服务器。在上面我有一个虚拟机(kvm),上面有Windows 2008。
我已经将/etc/network/接口配置为具有到机器的桥接连接,因此我能够访问所述虚拟机上的MS数据库。
然而,我仍然无法连接到它。我做错了什么?
以下是我当前的/etc/网络/接口:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto br0
iface br0 inet static
address 192.168.2.98
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
bridge_ports eth0
bridge_stp off
bridge_maxwait 5我注意到当我进入服务器时,没有列出这个IP,但是列出了一个具有不同IP地址的virbr0接口。
注意,我已经将虚拟机配置为使用该桥。虚拟机为IP地址提供了192.168.2.83,但是,当我试图从主机上打开它时,也不会有任何结果。(如果这有帮助的话)
发布于 2013-05-02 18:04:03
如果您在没有响应的情况下对主机进行ping操作,我建议您检查以下内容:

https://serverfault.com/questions/504563
复制相似问题