From 2792bbdbccb6279d6a1dbf6805a31c2280c3087f Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 3 May 2022 16:49:09 -0500 Subject: [PATCH] Updated DHCP Replication (markdown) --- DHCP-Replication.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DHCP-Replication.md b/DHCP-Replication.md index a9b9ba2..c47f1dd 100644 --- a/DHCP-Replication.md +++ b/DHCP-Replication.md @@ -27,6 +27,8 @@ The network has around 50 devices on it that need IP addresses. We'll breakup th The split scopes are defined within the Pi-hole interface under `Settings > DHCP > Range of IP addresses to hand out` for each side. The shared scope are never explicitly listed in a range within the interface, but are individually assigned in the `Static DHCP leases configuration` part of the same page. +The total number of devices that need IP addresses on your network should always be less than your shared scope + a split scope. In this example there are 99 IPs available for the 50 or so devices. + ## Shared Scope Devices that we want to have consistent IP addresses will need to be part of the Shared Scope, which will then be managed by Gravity Sync. You should put any devices on your network that you want to be able to lookup via name resolution within your local network, or that you want to always have the same IP. Streaming media devices, cameras, home servers, or other such hosts that provide services to other devices on the network.