Skip to content
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

Devices with static ip are not displayed #1201

Closed
DerDoubleD opened this issue Jul 30, 2022 · 4 comments
Closed

Devices with static ip are not displayed #1201

DerDoubleD opened this issue Jul 30, 2022 · 4 comments
Labels

Comments

@DerDoubleD
Copy link

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

  1. Operating System: RPi OS 32-bit Lite
  2. Hardware and version: RPi 3B+
  3. RaspAP version: RaspAP v2.8.5
  4. Clean install of a compatible operating system? Yes
  5. RaspAP Quick Install or Manual setup? Quick Install
  6. Using default configuration? Yes
  7. Simultaneous AP and managed mode? No ????
  8. Onboard wireless chipset or external adapter? Onboard
  9. 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

image
image

Additional context

I connected 4 devices with static IP to raspAP. The devices are not displayed but are connected.

@billz
Copy link
Member

billz commented Jul 30, 2022

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.

exec('cat ' . RASPI_DNSMASQ_LEASES . '| grep -E $(iw dev ' . $apInterface . ' station dump | grep -oE ' . $MACPattern . ' | paste -sd "|")', $clients);

@iakiakiak
Copy link

A solution could be my feature request #1332 .

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Nov 28, 2023
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants