What IP's should the servers be assigned?
- by user273284
I have got 4 subnets (calculated using online calculators)
The major network is: 172.16.0.0/16
The students subnet having the highest IP requirement /22 mask gets 172.16.0.1 - 172.16.3.254 as assignable IP's
Staff subnet /23 mask gets 172.16.4.1 - 172.16.5.254 as assignable IP's
Management subnet /27 mask gets 172.16.6.1 - 172.16.6.30 as assignable IP's
Servers subnet /27 mask gets 172.16.6.33 - 172.16.6.62 as assignable IP's
Should I follow this IP addressing scheme or should the servers get the first 30 IP's of the network i.e. 172.16.0.1 - 172.16.0.31 ?
What is the best practice?