cyberjunky / home-assistant-arpscan_tracker

This component tracks devices using the arp-scan liinux command, it's very fast, and reasonably accurate.
MIT License
28 stars 4 forks source link

Set up the network interface, HA, rasp3b+ #2

Closed nortuzar closed 4 years ago

nortuzar commented 4 years ago

Hi, i want to try this, but I cant understand how to set up my internal network that is 192.168.1.0/24 If I leave it by default, arpscan start adding devices with ip 172.30.32.X I add the scan_options: " --interface=enp2s0 192.168.1.0/24 -g", but I think I need to understand the specific interface of my network right? (It should not be enp2s0) How can I get it? Running HA on a rasp3b+

Thanks!

nortuzar commented 4 years ago

Realize Im using ethernet cable, so I add the option scan_options: " --interface=eth0 192.168.1.0/24 -g"