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 not visible if connected to a wifi extender #852

Closed
2 tasks done
Metathesus opened this issue Oct 18, 2024 · 2 comments
Closed
2 tasks done

Devices not visible if connected to a wifi extender #852

Metathesus opened this issue Oct 18, 2024 · 2 comments
Labels
Setup 📥 These are probably setup or user environment related issues. Waiting for reply⏳ Waiting for the original poster to respond, or discussion in progress.

Comments

@Metathesus
Copy link

Is there an existing issue for this?

Current Behavior

Devices not visible if connected to a wifi extender!
Logs are spammed, it show the mac adress of the repeater and multiple IP change.

Expected Behavior

All devices are visible

Steps To Reproduce

I use a wifi extender (wifi repeater) TP-Link RE305
All device connecter to the repeater are not visible

app.conf

No response

docker-compose.yml

No response

What branch are you running?

Production

app.log

No response

Debug enabled

  • I have read and followed the steps in the wiki link above and provided the required debug logs and the log section covers the time when the issue occurs.
@Metathesus Metathesus added the bug 🐛 Something isn't working label Oct 18, 2024
@jokob-sk
Copy link
Owner

Hi @Metathesus ,

That behavior is expected. A Wi-Fi extender typically works by creating a separate network or subnet, which can cause certain network scanning tools, like arp-scan, to be unable to detect devices behind the extender.

This happens because arp-scan uses ARP (Address Resolution Protocol) to map IP addresses to MAC addresses on the local network. Since ARP is a Layer 2 (data link layer) protocol, it usually only works within a single broadcast domain, which is typically limited to a single router or network segment.

When you introduce a Wi-Fi extender, it may isolate devices on different segments of the network, meaning ARP packets cannot easily traverse from one segment (your main network) to another (the network behind the extender).

To scan devices behind the extender, you can try:

  • Scanning the specific subnet that the extender uses, if it is separate from the main network.
  • Using supplementing plugins that use alternate methods. Protocols used by the SNMPDSC or DHCPLSS plugins have good support and usually can be used as a workaround.

Check the plugins list to find a plugin supported by your router and your network setup.

Hope this helps,
j

@jokob-sk jokob-sk added Setup 📥 These are probably setup or user environment related issues. Waiting for reply⏳ Waiting for the original poster to respond, or discussion in progress. and removed bug 🐛 Something isn't working labels Oct 18, 2024
jokob-sk pushed a commit that referenced this issue Oct 18, 2024
@Metathesus
Copy link
Author

Hi, Thanks for your explanations and all your works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Setup 📥 These are probably setup or user environment related issues. Waiting for reply⏳ Waiting for the original poster to respond, or discussion in progress.
Projects
None yet
Development

No branches or pull requests

2 participants