Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 882 Bytes

File metadata and controls

18 lines (15 loc) · 882 Bytes

FAQ

Allow custom MAC vendor overrides

Issues #169, #185

WatchYourLAN is using arp-scan, so most of its options are available to WYL users.

  1. Prepare a mac-vendor.txt file with additional MACs and put it in a mounted WYL directory.
  2. If you are using IFACES variable to define interfaces, add path to mac-vendor.txt to ARP_ARGS
arp_args: --macfile=/data/WatchYourLAN/mac-vendor.txt
  1. For interfaces defined in ARP_STRS add the same directly in the beginning of ARP_STRS string
arp_strs:
    - --macfile=/data/WatchYourLAN/mac-vendor.txt -gNx 10.144.0.1/24 -I eth0
  1. WARNING! To see an updated vendor, you'll have to delete host and wait for the next scan.