-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"ERROR MdnsBroadcaster Error: send EHOSTUNREACH ff02::fb:5353" on macos #184
Comments
The MDNS server tries to broadcast to the MDNS address but seem to fail on one interface. In MdnsServer can you add a log in announce() method to log the netInterface name? We should probably ignore some interfaces... |
i added catch in the "send" queue in announce to get all catches (and not only the first):
my ifconfig looks like:
|
How do you have some many interfaces? :-) utun2: the configuration of this interface seems incorrect. en5: not sure why it is not possible to broadcast MDNS messages on this interface. |
I've got a similar set of (confusing) interfaces on my Macbook. Must be an OSX thing. Physically, it's currently hooked up via a USB to Ethernet device through a switch, router, and then out to the Internet. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 |
No idea where all these interfaces come from. It is also in my case for the above list hooked with an usb-c dock and an apple monitor (both with 1g Ethernet options, monitor used) ... but have the same error when only usb-c hub is used. And I think same if I only use Wi-Fi - but need to re check. |
m interface list is kind of the same even if no USB-C is connected ... but tere is Cisco VPN client installed and also such ... so no idea ... (and no, no direct internet provider connection or such) |
Installing docker or other virtualization components usually creates many virtual network interfaces. I see these types of interfaces on all my VMs (on QNAP or Proxmox or similar platforms). |
Yes I also see that on my mac as stated ... the Github version will just logbut ignore this. It seems we need to do a better job in selecting "the right" interface to announce and which not to ... but for now it is no real issue |
On my Macos I get the above error in log
Full log see #181 (comment)
The text was updated successfully, but these errors were encountered: