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

Scan multiple subnets #141

Open
PacmanForever opened this issue Sep 30, 2024 · 3 comments
Open

Scan multiple subnets #141

PacmanForever opened this issue Sep 30, 2024 · 3 comments

Comments

@PacmanForever
Copy link

Hi everyone,

I have this configuration in WYL v2:

imagen

WYL only detects devices in subnet 192.168.1.0/24 but not in 192.168.2.0/24.

I think the configuration is correct, otherwise I apologize.

Thanks

@cesarubuntu
Copy link

Hi everyone,

I have the same configuration, but doesn't work.

The configuration should be correct because if you launch this command arp-scan -gNx 192.168.1.0/24 -I enp1s0 via console works fine.

I wish this problem would be solved.

Thanks and best regards.

@DobroFenix
Copy link

This does not work for networks that are behind a router.
To scan other networks, use, for example, nmap.
Hopefully, ip scanning support will be added.
image

@andrewlow
Copy link

WatchYourLAN is built on top of arp-scan - there are other project (NetAlertX) that will use nmap and other approaches.

I like the simplicity and focus of WatchYourLAN - but wanted to do something different with arp-scan - so I built this: https://github.com/andrewlow/WatchYourLAN-Patch. It simply patches the existing container with a script that replaces arp-scan - with ssh commands to my openwrt router - which can see all the networks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants