VMware Player 上的 java 套接字程序:网络不可用

发布于 2024-12-11 18:46:37 字数 391 浏览 0 评论 0原文

我试图通过运行客户端-服务器套接字程序来测试本地个人计算机和虚拟机之间的连接。

这就是我正在做的事情:

1)我在 vm 播放器上运行 Kubuntu 10.10。 2)安装java 6 3)通过konsole运行一个简单的java程序connectionServer,指定端口号7114。 4)Kubuntu显示它与这个IP地址连接:192.168.206.129 5)然后在我的win 7机器上我运行了一个java程序connectionClient,但它给了我以下错误:网络无法访问

我尝试通过dos ping IP地址,它工作正常,但我无法通过我的java程序连接它。 (程序正确)。禁用我的 win 机器上的所有防火墙。

请帮助我或建议我一些故障排除步骤。我将非常感谢你。

问候

I am trying to test the connectivity between the local personal computer and the virtual machine by running a client-server socket program.

here is what i am doing :

1) i am running the Kubuntu 10.10 on vm player.
2) Installed java 6
3) Ran a simple java program connectionServer through konsole specifying a port number 7114.
4) Kubuntu shows that its conected with this ip address : 192.168.206.129
5) then on my win 7 machine i ran a java program connectionClient but it gives me the following error : Network is unreachable

I tried pinging the IP adress through dos and it works perfectly but im not able to connect it through my java program. ( Program is correct ). Disabled all the firewalls on my win machine.

please help me or suggest me some troubleshoot steps. I'll be highly grateful to you.

Regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我家小可爱 2024-12-18 18:46:37

首先检查防火墙。通常,您在 Windows 上有 Windows 防火墙,在 Linux 上有一些防火墙。例如,如果是 iptables,则输入 /etc/iptables stop。然后再试一次。

First check firewall. Typically you have Windows firewall on windows and some firewall on linux. For example if it is iptables say /etc/iptables stop. Then try again.

悲凉≈ 2024-12-18 18:46:37

为了在虚拟机中使用套接字,需要创建虚拟套接字而不是普通套接字,因为虚拟机位于其自己的机器中,寻找适合您正在使用的虚拟机软件的虚拟套接字编程 API

In order to use sockets in virtual machine, virtual sockets are to be created instead of normal sockets as virtual machine lies in its own machine, look for virtual socket programming API suitable for your virtual machine software you are using

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文