Jey-Cee / ioBroker.net-tools

ioBroker network tools for ping, wake-on-lan and port scan.
Other
3 stars 3 forks source link

[Bug]: Problems finding RaspBerry with LAN and WLAN #21

Open Berchemer opened 1 year ago

Berchemer commented 1 year ago

Contact Details

No response

What happened?

I deleted all objects of the Net-Tools adapter and started a new scan. Among a lot of other devices, I also have a RasbPI in the network, which has switched on both WLAN and LAN. Net-Tools always only finds the WLAN device with the WLAN-IP, but with the MAC ID of the LAN device. Could this be checked?

Adapter Version

v0.2.0

JS-Controller Version

4.0.24

Node JS Version

v16.19.0

NPM Version

v8.19.3

Operating System

Ubuntu

Relevant log output

No response

Anything else?

No response

Jey-Cee commented 1 year ago

Sounds weird as IP is bound to the interface/mac. A cross detection seems only possible if the interface had the same ip in the past, while the ip is requested from the arp cache.