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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.