-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Feature Request: Scan VLAN subnets #47
Comments
I made some changes to the internal/scan/arpscan.go:
Basically the parameters can be anything and it will pass them as array of parameters. For example:
or long syntax
Using this changes and IFACE parameters, all three of my home networks are scanned. Could this be included in next version? Or possible improved. First time I looked at a go code :) Next I need to figure out how to put this new binary inside my docker container. |
+1 for the feature. Segmented my network into VLANs recently and realized that WatchYourLAN can only see within its subnet... |
Just set up an instance myself and noticed there wasnt an option for specifying what subnets to scan. I have a few subnets, based on wifi, homelab, hardwire, guest, iot devices, etc. I dont want to have to run an instance for each. +1 for this |
Multiple subnets/vlans would be wonderful! |
Agreed. I just tried this (and the various forks of Pi Alert) trying to find one that would work for my multi-VLAN setup. This feature would be amazing. |
This feature would be awsome! sadly im not a dev and cant help :( I will try to get my head into how to fix that like @thehijacker advertised, maybe you could provide a little guide for non devs? thx in advance |
Done in v2.0.1 - see docs/VLAN_ARP_SCAN.md for a howto. |
Looking for alternative to PiAlert. This looks like much simpler version of it with simillar features. But one is missing that I need so I can capture all my subnets. Arp-scan can also scan VLAN subnets with syntax:
arp-scan --ignoredups --retry=6 10.0.107.0/24 -vlan=107 --interface=eth0
Can this vlan parameter be added as well as option to scan multiple subnets?
Thank you.
The text was updated successfully, but these errors were encountered: