Scan multiple subnets
Hi everyone,
I have this configuration in WYL v2:
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
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.
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.
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.