WatchYourLAN icon indicating copy to clipboard operation
WatchYourLAN copied to clipboard

Feature Request: add VLAN support

Open jchurchward opened this issue 3 years ago • 6 comments

I am sure this has been asked many times already, but I couldn't see it here. Is VLAN support able to be added this would be amazing to sit across multiple VLANs, that and or ability to integrate with Unifi API and pull the data from there.

jchurchward avatar Oct 19 '22 21:10 jchurchward

The way I see it, for VLAN checks it would "just" need a config entry for allowed VLAN ids and then run arp-scan with the --vlan tag for each and every vlan specified. Outside of that it would be a matter of watching for traffic on any vlans not allowed and alert that there's an unknown vlan in use. Since adding VLANs is not a common occurrence in any network there should be no need for a UI component, only a config file entry.

markus-li avatar Oct 20 '22 03:10 markus-li

Excellent that sounds easy enough then. hopefully the developer will see this and share some thoughts on the topic and can make it work 👍

jchurchward avatar Oct 20 '22 03:10 jchurchward

Another vote on this. To add additional subnets. Like:

192.168.28.0/24 - eth0 10.0.107.0/24 - eth1 - vlan 107 10.0.208.0/24 - eth0 - vlan 208

Command line would be for example:

arp-scan --ignoredups --retry=6 192.168.28.0/24 --interface=eth0 arp-scan --ignoredups --retry=6 10.0.107.0/24 --vlan=107 --interface=eth1 arp-scan --ignoredups --retry=6 10.0.208.0/24 --vlan=208 --interface=eth0

This works and returns devices. Can you please support this function in GUI configuration?

thehijacker avatar Feb 05 '23 17:02 thehijacker

Another vote here, I need to add multiple VLANs.

TheCableGuy99 avatar Mar 08 '23 02:03 TheCableGuy99

+1. Love the tool! Adding VLAN support would make it absolutely perfect for the its use case!

GentleHoneyLover avatar Mar 10 '23 18:03 GentleHoneyLover

+1

tonicb78 avatar Apr 10 '24 15:04 tonicb78