FAQ.md
This commit is contained in:
parent
58453a7d8f
commit
7743c41f10
1 changed files with 18 additions and 0 deletions
18
FAQ.md
Normal file
18
FAQ.md
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# FAQ
|
||||||
|
|
||||||
|
## Allow custom MAC vendor overrides
|
||||||
|
Issues [#169](https://github.com/aceberg/WatchYourLAN/issues/169), [#185](https://github.com/aceberg/WatchYourLAN/issues/185)
|
||||||
|
|
||||||
|
WatchYourLAN is using `arp-scan`, so most of its options are available to WYL users.
|
||||||
|
|
||||||
|
1. Prepare a [mac-vendor.txt](https://manpages.debian.org/testing/arp-scan/mac-vendor.5.en.html) 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`
|
||||||
|
```yaml
|
||||||
|
arp_args: --macfile=/data/WatchYourLAN/mac-vendor.txt
|
||||||
|
```
|
||||||
|
3. For interfaces defined in `ARP_STRS` add the same directly in the beginning of `ARP_STRS` string
|
||||||
|
```yaml
|
||||||
|
arp_strs:
|
||||||
|
- --macfile=/data/WatchYourLAN/mac-vendor.txt -gNx 10.144.0.1/24 -I eth0
|
||||||
|
```
|
||||||
|
4. **WARNING!** To see an updated vendor, you'll have to delete host and wait for the next scan.
|
||||||
Loading…
Reference in a new issue