pucherot / Pi.Alert

WIFI / LAN intruder detector. Check the devices connected and alert you with unknown devices. It also warns of the disconnection of "always connected" devices
GNU General Public License v3.0
1.98k stars 122 forks source link

Feature Request: Ability to run arp-scan on multiple interfaces #19

Open mmchu opened 3 years ago

mmchu commented 3 years ago

I run pi.alert on a Raspberry Pi which has multiple network interfaces.

It would be good to have the ability to run arp-scan on multiple network interfaces so that I can capture responses from all of those networks. pi.alert already displays devices on all of these networks but some of them incorrectly show disconnected since arp-scan is missing them.

pucherot commented 3 years ago

Well, I will study this functionality. Thank you

jokob-sk commented 2 years ago

Available in this fork now: https://github.com/jokob-sk/Pi.Alert/

4Arthur2 commented 2 years ago

I've the same Issue. I can run with ARP-SCAN both, one by one successfully but I wasn't able to put more in the pialert.conf. If I use more than one SCAN_SUBNETS string, only the last will be choosen. If I put all subnets in one Line, I get only the results from eth0. is it possible, to configute multiple interfaces in the pialert.conf?

Best regards