自动发现选择了错误的网络接口

发布于 2024-08-23 00:22:57 字数 137 浏览 10 评论 0原文

我使用 REALBasic 编写了一个简单的应用程序。

问题是 AutoDiscovery 绑定到了错误的接口。该机器有 1 个物理网卡和 2 个虚拟网卡。

虚拟卡是因为VMWare而存在的

我如何绑定到物理卡?

I wrote a simple application using REALBasic

The issue is that AutoDiscovery is binding to the wrong interface. The machine has 1 physical and two virtual NIC cards.

The virtual ones are there because of VMWare

How can I bind to the physical card?

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

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

发布评论

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

评论(1

ぶ宁プ宁ぶ 2024-08-30 00:22:57

您是否正在使用 NetworkInterface 查看可用接口?您应该能够列出并选择可用的接口。

然后,您应该能够设置 Socket.NetworkInterface 属性,因为 AutoDiscovery 类是 SocketCore 类的子类。

Are you looking at the available interfaces using NetworkInterface? You should be able to list and select the available interfaces.

You should then be able to set the Socket.NetworkInterface property since the AutoDiscovery class is a sub of the SocketCore class.

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