this post was submitted on 11 Sep 2023
10 points (85.7% liked)

Selfhosted

37824 readers
474 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi all,

I have Pi.Alert (along with Pi.hole) running on a RPi4. I recently moved my Dokuwiki instance (running in Docker) onto the same device and now Pi.Alert is complaining about lots of new devices. If I look at the IP addresses I can see they correspond to the network interfaces created by Docker. Is there any way to exclude these networks from Pi.Alert?

Thanks

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 10 months ago (1 children)

If you run both Pi.Alert and Pi-hole, Pi.Alert will get the information on network devices from Pi-hole. The only way of I know of excluding active devices would be adding their MAC addresses to MAC_IGNORE_LIST in pialert.conf.

[–] [email protected] 2 points 10 months ago

After adding about 20 MAC addresses I gave up and just moved pi.alert to my secondary dns server (a pi zero) which has no docker

[–] [email protected] 2 points 10 months ago (1 children)

Has anyone tried the docker variant of pi.alert? I presume that one must be smart enough to filter out docker ‘devices’

[–] [email protected] 2 points 9 months ago

I have it running in a docker container and the subnet setting seems to work. Also should mention it's restricted to eth0.

[–] [email protected] 1 points 10 months ago (1 children)

You can set the subnet to be scanned in the arpnet settings. Restricting the scans to your devices subnet will get rid of all the extra docker IPs.

[–] [email protected] 1 points 10 months ago

Yeah i tried setting my subnet to 192.168.3.0/24 (the one used by my intranet) but they still show up