-
Notifications
You must be signed in to change notification settings - Fork 14
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
level=warning msg=Received unexpected Bonjour packet #54
Comments
I would really like a packet capture when this happens of the 192.168.30.19 This is a packet addressed on the right multicast group and port, but is NOT a DNS query or DNS response. Line 35 in ea19ed8
So the content is totally unexpected to the bonjour reflector. As this is the case, it does not know if the packet is a response or query and therefor does not know how to securely handle it. Maybe there is something wrong with my detection, and I would love to fix it, but I need to see the content in order to make a determination |
How can I do this? With a tool in the MT router? 2nd question: Would this warning comes with any config.toml or must the unexpected package be related to any of my customized devices? |
Tools -> Network Sniffer In tab General set a Type in the ip adress, and set the Inferface to you veth interface for the reflector. Click apply, click Start, watch the Packets come in using Packets. Click stop if you captured enough, go to Files and download the pcap, upload it here. 2nd question: Because it cannot make heads or tails from this packet it can therefor be everything. As it cannot determine if its a query or a response |
sniff_vlan030.zip Attached ZIP (sniff-file ZIPped) as requested |
As I'd like to use the homebridge-container again in future it would be great, if you find a solution for this. |
Hi, |
Hi,
installed your nice solution on MT RB3011. in the log I get frequently (~3 secs) a warning. I'd like to understand, why a bonbjour-reflector doesn't expect bonjour packets ;)
What could this mean?
The text was updated successfully, but these errors were encountered: