Replies: 1 comment 1 reply
-
Hi, I answered your questions in the other discussion. J |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
I initially jumped in a post done here in General parts , similar to my issue put want to ensure what to do.
Here is the link I am talking about #1060
Sorry to write it twice, but now in the Q&A parts , and not that much very familiar with Github, Docker, and generally want to learn on IT & linux.
I have a similar set up but with 3 RPi Zero 2 W , all on the same network(wlan0)
I amended the subnet from eth0 to wlan0 with "192.168.1.0/24 --interface=wlan0"
my current set up is :
Rpi_1 : Tailscale + Pihole_1 enabling DHCP server with range from 192.168.1.1 to 192.168.1.100 + unbound
Rpi_2 : Tailscale + Pihole_2 enabling DHCP server with range from 192.168.1.101 to 192.168.1.253 thus avoiding IP's overlapping.
Rpi_3 : Tailscale + just installed NetAlertx i discovered y'day.
Both DHCPLSS & PIHOLE plugins have been loaded.
As mentioned above, It's clear that I should copy / transfer the 2 dhcp.leases files to my RPI_3 running NetAlertX via Docker.
Ok, It makes sense, and I should find the way to write scripts to do this with a cron scheduler...I am a newbie on RPI and Linux, and It's never to late to learn (close to 60's :D)...
Q1 : For DHCP lease set up, as NetAlertX is running via Docker, should I copy/transfer the 2 DHCP files in a specific directory on the RPI_3 or somewhere on Docker ?
Q2 : For PiHole device Sync : I know that I can save and export SQL files ; SoI assume that I could do something similar to the DHCP leases, but in the PiHole Sync setting screen, It seems that it's not enable to add 2 or more SQL database , is it ?!
Any ideas, suggestions will be welcome ;).
Best
Beta Was this translation helpful? Give feedback.
All reactions