aceberg / WatchYourLAN

Lightweight network IP scanner. Can be used to notify about new hosts and monitor host online/offline history
https://hub.docker.com/r/aceberg/watchyourlan
MIT License
3.84k stars 119 forks source link

incorrect IP shown in UI for existing MAC #75

Open SlavikCA opened 8 months ago

SlavikCA commented 8 months ago

I'm not sure on exact steps to reproduce, But in my UI,, I see this record:

10.0.4.185 02:11:32:2e:95:e9 (Unknown: locally administered)

But I don't have any device with that IP, and that MAC is for VM, which actually has that MAC, but another IP. Looking at the log, - I see correct IP:

2024/02/01 15:37:55 INFO: scanning interface ovs_eth1 2024/02/01 15:37:55 INFO: found IPs: ... 10.0.4.186 02:11:32:2e:95:e9 (Unknown: locally administered)

But UI has incorrect IP