-
Notifications
You must be signed in to change notification settings - Fork 156
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
getting different/wrong MAC address now and then #199
Comments
The latest IEEE Mac/vendor mapping file from GitHub shows that the vendor name lookup gives the same results. So we can eliminate out of date mapping files and the hash table lookup process.
|
This is an unusual finding that I’ve not observed before, and there has not been any issues logged for it. So thank you for reporting it. What’s really strange is that it’s the OUI that’s changing, which no network stack should do. There are two bits that differ between 81 and 91, so it’s not a single bit change:
I’ll give this some thought and will comment later. |
You could try running arp-scan directly against the IP of the device in question. Arp-scan allows you to specify the same address multiple times (although this usage is uncommon), for example to run against
Note that only 8 out of the 10 requests results in a response. I’m not sure why this is but I don’t think it affects the result. This would remove netalertx from the equation and also provide more flexibility for debugging. |
hmm..
I've enabled email notifications on new devices in NetAlertX, so I'll wait and see if I can get an other occurrence. |
(as you know) I'm using ARPSCAN as part of NetAlertX, and I have now had two occurrences of a partial MAC duplicate.
device mac address is 9c:5a:81:ba:6a:46. But ARPSCAN has also reported it as 9c:5a:91:ba:6a:46 which isn't rec recognized as a valid MAC vendor id
correct:
incorrect:
Unfortunately I wasn't quick enough to see if there was any logging provided. Is this something known about?
The text was updated successfully, but these errors were encountered: