The MAC address doesn't match with the IP, so you probably have something like MAC randomization enabled, which means dnsamsq won't be able to accurately match the MAC with the IP to retrieve the actual hostname.It is directly on the router and MLO has been disabled.View attachment 59354View attachment 59355
The MAC address doesn't match with the IP, so you probably have something like MAC randomization enabled, which means dnsamsq won't be able to accurately match the MAC with the IP to retrieve the actual hostname.
The Wireless Log will show the actual network hostname. The clientlist below shows a client description, not the actual hostname, which is why it shows on that list.
The MAC address doesn't match with the IP, so you probably have something like MAC randomization enabled, which means dnsamsq won't be able to accurately match the MAC with the IP to retrieve the actual hostname.
The Wireless Log will show the actual network hostname. The clientlist below shows a client description, not the actual hostname, which is why it shows on that list.
How is your MLO configured? Is it set to share the same subnet as the main network? You are hiding almost everything, so I can't tell anything out of that screenshot.The <not found> device is my Pixel 8 Pro connected to my MLO ssid (currently connected to 5ghz and 6ghz bands.
I have no guest network and do not have MLO active. I do see that the MAC address is different in the wireless logs, but no idea why.How is your MLO configured? Is it set to share the same subnet as the main network? You are hiding almost everything, so I can't tell anything out of that screenshot.
I will need to see your and @GHammer 's Guest Network configuration, as I am unable to reproduce the issue here, and I can't test MLO specifically as I don't have any Wifi 7 client.
Check the content of the files in /var/lib/misc/, do you see the correct MAC and name for your misidentified devices in any of these files?I have no guest network and do not have MLO active. I do see that the MAC address is different in the wireless logs, but no idea why.
The MAC shown in the wireless log is incorrect, but just the last number. Wireless log shows 19 while the actual is 18
I don't think so, however it's disabled by default, so it shouldn't cause any issue.I see an IoT network that was created while setting up the router (I think). It is listed in Guest Network Pro.
I do not need or want the network, but don't see a way to delete it.
Is there a way to remove this network?
My MLO is configured via the Wireless > MLO tab. I created an MLO ssid (different name than my primary ssid) with "Access Intranet" selected. Shares same subnet. Only change is selecting "Access Intranet", everything else is default.How is your MLO configured? Is it set to share the same subnet as the main network? You are hiding almost everything, so I can't tell anything out of that screenshot.
I will need to see your and @GHammer 's Guest Network configuration, as I am unable to reproduce the issue here, and I can't test MLO specifically as I don't have any Wifi 7 client.
Check the content of the files in /var/lib/misc/, do you see the correct MAC and name for your misidentified devices in any of these files?
Try the GT-BE98_PRO_3006_102.1_beta1-g365b2b37c3_nand_squashfs.pkgtb test build to see if it helps, I changed the way it manages these dnsmasq lease files.
The MAC does not match the one listed on your Wireless Log, that one starts with 96, and the DHCP lease MAC starts with 94. Something is odd with that client's MAC handling, it obtained a DHCP lease from a different MAC address than the one reportedly connected to the radio, hence the log is unable to link the two together when determining the hostname.Correct name and MAC in dnsmasq.leases
73105 94:45:60:60:cd:18 10.10.100.182 Pixel-8-Pro 01:94:45:60:60:cd:18
It seems to be the case, since so far the only two reported issues are specifically Pixel 8 devices.Wonder if this is a Pixel 8 Pro-specific problem?
The client list probably only works at a different level (can't tell which, since networkmap has been closed source for many years now), while the Wireless Log works at the wifi radio level - I directly query the radio for each wireless interface to retrieve the list of associated MACs, then I match these MACs with dnsmasq leases.Strange thing is that right now it's not showing the IP of the device on either SSID in Wireless Log, but it does show the IP in Client List and in dnsmasq.leases.
Send me a PM with the following:My MAC (redacted) shows up correctly in dnsmasq.leases, as well as the device name:
Content of /var/lib/misc/* files
cat /proc/net/arp
wl -i wl0.1 assoclist
wl -i wl1.1 assoclist
wl -i wl2.1 assoclist
I will see if there is a way to corralate the lease list, the ARP cache content, and the radio associated devices into a single list even in a scenario where the client uses a different MAC for the DHCP lease and the actual wifi association.
Sent!Send me a PM with the following:
Code:Content of /var/lib/misc/* files cat /proc/net/arp wl -i wl0.1 assoclist wl -i wl1.1 assoclist wl -i wl2.1 assoclist
I will see if there is a way to corralate the lease list, the ARP cache content, and the radio associated devices into a single list even in a scenario where the client uses a different MAC for the DHCP lease and the actual wifi association.
Yeah, I definitely won't be going down that route. However I have another idea in mind. Currently the way I build the wireless log is like this:Doesn’t sound fun when you read how the “vendor” can decide the MAC algorithm for per-STA MAC addresses.Wi-Fi 7 | Android Open Source Project
source.android.com
Thanks. I'll probably upload test builds within 30-60 mins with a different method of matching IP and hostname with a device, but I want to see if based on your info I can confirm if this adjusted method would work.Sent!
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!