You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found the issue. I publish in case it helps:
The port 8840 was blocked by the host firewall.
I figured this out because "curl localhost:8840" showed the whished page in raw html
this command solved the issue:
iptables -A INPUT -p tcp --dport 8840 -j ACCEPT
This should really be added to the documentation for the project. With the current doc, the application is only available via localhost. Adding the above firewall rule (or the one I have below for firewalld) allows access from the LAN.
Hi everyone,
I have done a fresh install of WhatchYourLAN:
Pointing at the docker host IP:8850 I get the directory structure of the needed files:
http://192.168.1.112:8850/
Index of /
(drwxr-xr-x) 27-Jun-2024 17:11 icons/
(drwxr-xr-x) 27-Jun-2024 17:11 node_modules/
(-rw-r--r--) 27-Jun-2024 17:11 3.2k package-lock.json
(-rw-r--r--) 27-Jun-2024 17:11 195B package.json
Node.js v22.3.0/ http-server server running @ 192.168.1.112:8850
But At IP:8840 where I should see the watchyourlan GUI, there is no answer !
Portainer does not show any published ports either ?!
At least the "wyl_1" container arp-scan works fine: the logs shows all the machines on the LAN.
have you any idea where to look ?
best regards
Jean-Marc.
The text was updated successfully, but these errors were encountered: