自动发现选择了错误的网络接口
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否正在使用 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.