raspap-webgui
raspap-webgui copied to clipboard
Devices with static ip are not displayed
Checklist
- [ x] This is a bug report
- [x ] I observed this bug on a clean install of the OS
- [ x] I have followed the project prerequisites
- [ x] I have searched this repository for existing issues
- [x ] I checked the FAQ and official documentation before creating this issue
- [ x] I have read and understand the issue reporting guidelines
Bug description
Devices with a static ip are not displayed in the overview!
Your environment
- Operating System: RPi OS 32-bit Lite
- Hardware and version: RPi 3B+
- RaspAP version: RaspAP v2.8.5
- Clean install of a compatible operating system? Yes
- RaspAP Quick Install or Manual setup? Quick Install
- Using default configuration? Yes
- Simultaneous AP and managed mode? No ????
- Onboard wireless chipset or external adapter? Onboard
- Other software or services running with RaspAP? No
Steps to reproduce
I connected 4 devices with static IP to raspAP. The devices are not displayed but are connected.
Screenshots
Additional context
I connected 4 devices with static IP to raspAP. The devices are not displayed but are connected.
RaspAP uses the contents of /var/lib/misc/dnsmasq.leases
and the output of iw
to create the client list. It does not rely on the ARP cache.
https://github.com/RaspAP/raspap-webgui/blob/ee3de983ab37be73dd9044d9ccf771f0870ce44c/includes/dashboard.php#L193
A solution could be my feature request #1332 .
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.