You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, for our application, the device that we want easily accessible from Windows will in most cases be alone in the local network. And I'd prefer to give it a simple name, for example product-name. Rather than a serial-number or similar.
In a small percentage of the installs there will be multiple in one network. Meaning that there are multiple devices all responding to the same name in the network. Ie they will all reply on the llmnr request.
I tested this, with two devices, and Windows 8.1, and it works fine. In Wireshark I see two replies, and one if them (in my test the first reply, which makes sense) is the one that shows up in the browser. Which is fine for our use case.
Is there any problem you see in having multiple devices respond to the same name? Clients crashing, networks going a-wall, or anything similar?
The text was updated successfully, but these errors were encountered:
In principle I don't see a problem with responding to two (or more names). However, llmnrd currently only supports one name at a time, but support for it should be fairly easy to add.
Hi, for our application, the device that we want easily accessible from Windows will in most cases be alone in the local network. And I'd prefer to give it a simple name, for example
product-name
. Rather than a serial-number or similar.In a small percentage of the installs there will be multiple in one network. Meaning that there are multiple devices all responding to the same name in the network. Ie they will all reply on the llmnr request.
I tested this, with two devices, and Windows 8.1, and it works fine. In Wireshark I see two replies, and one if them (in my test the first reply, which makes sense) is the one that shows up in the browser. Which is fine for our use case.
Is there any problem you see in having multiple devices respond to the same name? Clients crashing, networks going a-wall, or anything similar?
The text was updated successfully, but these errors were encountered: