如何访问在VirtualBox上运行的Cassandra浏览器终端?

时间:2015-02-14 01:54:14

标签: cassandra virtualbox

我试图访问Cassandra浏览器终端,但报告的IP无法访问。

我按照说明在VirtualBox here上安装Cassandra,并具有以下配置:

DHCP Server Config

Cassandra似乎适当地启动了:

enter image description here

但我无法点击提供的IP(10.0.0.2

enter image description here

知道什么是错的吗?

2 个答案:

答案 0 :(得分:6)

好的,所以我去了Install Cassandra OVA on VirtualBox并按照说明(就像你那样)。它对我来说也不起作用。

什么工作,搞乱网络设置并最终切换到“桥接”网络适配器:

enter image description here

这将CassandraVM放在我的内部网络上,然后我就可以从内部IP(192.168.0.103,在我的情况下)中获取所有内容。

另外,不确定它是否有所作为,但我将混杂模式设置为“全部允许”。

答案 1 :(得分:2)

有同样的问题。这对我有用(解决方案来自this VirtualBox forum post)。

Host-only Network Details中选择Adapter标签,将ipv4地址更改为10.0.0.x范围内的内容。我认为您应该避免与DHCP Server标签中的设置发生冲突,因此合适的选择就是10.0.0.254,例如。

enter image description here

此外,我认为您应该以这种方式配置虚拟机的网络设置:

  • Attach to:选择Host-only Adapter
  • Name:选择vboxnet0

enter image description here

我还为Allow All设置了Promiscous Mode,但我不知道是否严格要求。