WatchYourLAN icon indicating copy to clipboard operation
WatchYourLAN copied to clipboard

Scan multiple subnets

Open PacmanForever opened this issue 1 year ago • 3 comments

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

PacmanForever avatar Sep 30 '24 06:09 PacmanForever

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.

cesarubuntu avatar Nov 25 '24 08:11 cesarubuntu

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

DobroFenix avatar Dec 20 '24 06:12 DobroFenix

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.

andrewlow avatar Dec 22 '24 19:12 andrewlow