-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devices missing in scan #98
Comments
I have the same problem, that I cannot ping and the scan cannot find some of my devices.. I can ping the device from the container console |
The scan mechanism is based on arp-scan. As you can see, the binary file has been copied into the docker image and executed by this tool. Here are my experimental results:
Hard to say what's factor cause this issue, but it should be the arp-scan problem. |
I am having similar issues. Except in the console of the docker, it shows an IP address. lets say 192.168.1.23 and pulls the info but it is not displayed in the webpage. |
I built it on linux and tried copying it to the docker but it is missing a bunch of stuff
I was able to get it down to this by installing
Building inside the docker puts it in /usr/local/bin for some reason. but copying it runs with no errors and it still shows the same. Some are missing still. |
Hey I tried v1 and v2 of WYL.
On both it doesnt find some devices on my lan.
Those are devices by LAN cable, 24/7 online and I can ping them.
Any hints why or what I could do to get any device discovered?
screenshot is sorted by IP .. e.g. all devices 192.168.1.1- x.x.x.5 are missing.
I ping 2 of those in the cmd shell
The text was updated successfully, but these errors were encountered: