watchyourlan
Has anyone installed the addon?
What do you have to set other than the IP for this to work? Nothing is happening here, or the tool is generally having a problem getting out of its container.
As a Raspi that is always running, could that be something useful for the network?!
Yeah, I get nothing. I don’t think it can see outside of its container.
I tried this and it didn’t work after the installation, but I cheked network interfaces name of the Umbrel on my device and changed name of interface in config file (to enp2s0) and set the IP address and it started to work fine. Hope this helps.
Confirming, setting my interface to the interface (enp6s0) used by umbrel fixed it for me. I was able to do this in the config page of the app itself, no need to update a config file on my part.
Where did you find the name of the interface to use?
Greetings
Thomas
Where did you get the 6 in enp6s0?
If you log into the console you can enter the command:
ip a
you should get a list of virtual interfaces, check the one where the “inet” address matches your lan’s address range. In my case it was ens18.
Once I entered that, the add-on started working correctly.
-E-
OK, I figured it out. Note the
SSH to your umbrel and type the following command:
find /sys/class/net -type l -not -lname ‘virtual’ -printf ‘%f\n’
You’ll get the interface name you need to plug into your setup. Mine is eno1. At some point, it was enp1s0, but it has changed through upgrades.
Thanks!