While assigning subnets to a single server on a single site, I am not sure which way to properly create the subnet.
Example: If I have a single DHCP Scope of 10.190.8.0/21 (addresses 10.190.8.1 to 10.190.15.254), what would the proper "Best Practice" way be of adding this scope into the Server 2019 AD subnets???
Should I add just a single subnet of 10.190.8.0/21 or should I create 10.190.8.0/24 followed by 10.190.9.0/24 followed by 10.190.10.0/24, etc. until I get to 10.190.15.0/24 ???
What are the repercussions of doing it one way versus the other? If a single subnet would cover it, my major questions would be:
- will clients in the 10.190.9 thru .15.xxx still be able to communicate and "Find" their AD "Site" correctly?
- if I use Symantec GHOST v3.3 across this subnet (meaning 200 clients broadcasting at the same time during the ghost session) would there be any issues???
Thanks in advance for your time!!!
Edit:
@law29 - Hopefully the below clears it up. All users have separate logins. Standard textbook AD configuration and login, but we have lots of devices, so the scopes are large to avoid IP exhaustion, especially on wireless devices.
@joeqwerty - We actually have five separate 2019 Domain Controllers on five separate sites:
- Site #1 DC - IP=10.190.1.18
- Site #2 DC - IP=10.191.1.11
- Site #3 DC - IP=10.192.1.13
- Site #4 DC - IP=10.193.1.10
- Site #5 DC - IP=10.194.1.15
Site #1 DHCP Scopes:
- 10.190.8.0/21 - Student Devices (Hardwired)
- 10.190.30.0/23 - Staff Devices (Hardwired)
- 10.190.50.0/23 - Maintenance HVAC Devices
- 10.190.96.0/21 - Wireless Devices
Site #2 DHCP Scopes:
- 10.191.8.0/21 - Student Devices
- 10.191.30.0/23 - Staff Devices
- 10.191.50.0/23 - Maintenance HVAC Devices
Etc, etc. All those DHCP Scopes = our subnets exactly. Each Building routes into an HP 5412 core router using OSPF. Below is a section of what's in our Site 1 HP Core router:
vlan 10
name "Student-VLAN"
untagged A11,C10,C12,C22,D9-D10
tagged A12,Trk3,Trk5,Trk7-Trk14
ip address 10.190.8.1 255.255.248.0
ip igmp
ip ospf 10.190.8.1 area backbone
ip pim-sparse
ip-addr any
vlan 30
name "Staff"
untagged A13-A17,A20,C4-C5,C8-C9,C11,C13-C21,D15
tagged A12,Trk3,Trk5,Trk7-Trk14
ip address 10.190.30.1 255.255.254.0
ip igmp
ip ospf 10.190.30.1 area backbone
ip pim-sparse
ip-addr any
So if for example I create a new Subnet in AD S&S on the 10.190.8.0/21 DHCP Scope (or router), would I use a single subnet in AD S&S called 10.190.8.0/21, or would I have to enter 10.190.8.0/24, 10.190.9.0/24, 10.190.10.0/24, etc. ???
I hope I've explained it better.