The GL UI client list currently only displays devices connected to the Main and Guest networks. Devices connected to custom-created VLAN networks are not supported in the client list at this time.
Regarding the incorrect IP address display, we noticed that this device appears only in the Offline Clients section (historical records). Because of this, the system is showing the information from when the device was previously connected to the Guest network, rather than its more recent connection to the VLAN network. This behavior is expected. You can simply remove this offline record if it is no longer needed.
As for displaying devices from custom VLAN networks in the client list, we have already forwarded this request to the product team for evaluation.
The client list retrieves device information for br-lan and br-guest.
Do you use the same bridge names for the VLAN networks you created? If so, this could cause issue.
If that’s not the case, please try SSHing into the router and running the following commands to check:
cat /proc/oui-tertf/term
ip neigh show dev br-lan
ip neigh show dev br-guest
opkg update && opkg install sqlite3-cli
sqlite3 -header -column /etc/oui-tertf/client.db "SELECT * FROM client;"
You can also try deleting the client list database and see if that helps (note: all client records will be cleared, but black/whitelist and address reservations will remain intact):
Could you provide the information we mentioned earlier so we can investigate further, or try to delete the database as we suggested before to see if they help?
I’ve just send you the info via PM with the subject “INFO - The client list shows the wrong IP, but LuCI shows the correct one”
Regarding to delete the the database I prefer don’t do it and try to find other solution because I hace set names to the MAC in order to identify IoT devices.
We tried to reproduce the issue locally, but unfortunately were unable to do so.
Could you follow the guide below to share your device with us via GoodCloud for remote inspection?
Please also send us the device’s MAC address and the admin panel password via private message so we can access it.
The development team has confirmed that this issue is related to previously mentioned compatibility limitations with custom-created network interfaces.
For now, please use the DHCP lease list in LuCI to check device IP addresses.
We plan to add VLAN support in a later v4.9.x release (not the initial version). At that point, the client list display for VLAN interfaces should be improved.