From 29de6654a8470bcfdf355c4ed5758e6a9e1f299f Mon Sep 17 00:00:00 2001 From: RincewindX <69382428+RincewindX@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:29:43 +0200 Subject: [PATCH] Update DEBUG_TIPS.md Add section for only one device shows up --- docs/DEBUG_TIPS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/DEBUG_TIPS.md b/docs/DEBUG_TIPS.md index dbb345ea..20cc8f0e 100755 --- a/docs/DEBUG_TIPS.md +++ b/docs/DEBUG_TIPS.md @@ -81,3 +81,7 @@ sudo dpkg -i libseccomp2_2.5.3-2_armhf.deb ``` The link above will probably break in time too. Go to https://packages.debian.org/sid/armhf/libseccomp2/download to find the new version number and put that in the url. + +### Only Router and own device show up + +Make sure that the subnet and interface in SCAN_SUBNETS are the correct ones. If your device/NAS has multiple ethernet ports, you probably need to change eth0 to something else!