无法连接到虚拟机上的服务器 - 没有到主机的路由

无法连接到虚拟机上的服务器 - 没有到主机的路由

使用 Win7 主机、Ubuntu 14.04 LTS 客户机、VM Player4.0 和 Datastax 4.8.11 Cassandra 2.1.17

同一台虚拟机上的应用程序无法连接到在同一台虚拟机上运行的服务。一切正常,但突然不。这是 Cassandra 服务,并且该服务已启动并正在运行 - 我在日志中看不到任何内容。cqlsh 无法连接到服务器。我成功启动了 dse 和 datastax-agent,它们都运行良好,包括 cassandra。错误是:

ubuntu:~$ cqlsh 连接错误:('无法连接到任何服务器', {'192.168.254.143': error(113, "尝试连接到 [('192.168.254.143', 9042)]. 最后一个错误:没有到主机的路由“)}

尝试重新启动 VM 和我的 VM Player,也尝试了以下方法,但没有帮助

$ sudo service network-manager restart

@ubuntu:~$配置文件

eth0      Link encap:Ethernet  HWaddr 00:0c:29:0f:c0:d4  
          inet addr:192.168.254.145  Bcast:192.168.254.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fe0f:c0d4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1152 errors:0 dropped:0 overruns:0 frame:0
          TX packets:887 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:803063 (803.0 KB)  TX bytes:156336 (156.3 KB)

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:65536  Metric:1
          RX packets:546 errors:0 dropped:0 overruns:0 frame:0
          TX packets:546 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:61405 (61.4 KB)  TX bytes:61405 (61.4 KB)

@ubuntu:~$sudo netstat -anp|grep 9042

[sudo] password for xxxxx: 
@ubuntu:~$

无输出

l@ubuntu:~$路线-n

内核 IP 路由表

目标网关 Genmask 标志 指标参考使用 Iface

0.0.0.0 192.168.254.2 0.0.0.0 UG 0 0 0 eth0

192.168.254.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0

谢谢

(发布在堆栈溢出上没有得到响应尝试在这里 - 抱歉重复)

相关内容