-
Notifications
You must be signed in to change notification settings - Fork 685
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
Mac Address not well reported when scanning network #2647
Labels
Comments
Hi @thongor77, where do you see the 00:00:00... as output? In the view (arp or netbios?) / copy&paste / export? There are currently two ways to detect the MAC address of a host.
|
hello, sorry for the delay
i'm seeing them when i'm doing a scan of a range of IP
the application display the Hostname, ping with success for some result it dispay Netbios reachable :yes but le column MAC address still have the 00:00:00:00:00:00 result
I attach a screenshot
[cid:64631925-7b1a-4576-a175-193f2aad3862]
Stephane
…________________________________
De : BornToBeRoot ***@***.***>
Envoyé : vendredi 15 mars 2024 17:34
À : BornToBeRoot/NETworkManager ***@***.***>
Cc : thongor77 ***@***.***>; Mention ***@***.***>
Objet : Re: [BornToBeRoot/NETworkManager] Mac Address not well reported when scanning network (Issue #2647)
Hi @thongor77<https://github.com/thongor77>,
where do you see the 00:00:00... as output? In the view (arp or netbios?) / copy&paste / export?
There are currently two ways to detect the MAC address of a host.
1. ARP - which will only work on the same layer 2 network.
You can verify this with
# run ping agains host
ping <IP_ADDR>
# get local arp table
arp -a
You should find here the MAC address of the host there...
2. NETBIOS which is not supported by every operating system...
—
Reply to this email directly, view it on GitHub<#2647 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVWQAJDBGOCRNFGETWP7GCLYYMPKDAVCNFSM6AAAAABEXUJOP2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBQGAZTEOBVGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
not sure if it's a bug or something not fully implemented but when I scan my Network most of the time it report 00:00:00:00:00:00 as MAC Address (mostly when scanning an address where a Macintosh is connected to but not only)
thanks
The text was updated successfully, but these errors were encountered: