I'm subnetting the small network of our business for management and security reasons. Prior to this I had:
- 172.16.1.0/24
And now I want this:
- 172.16.1.0/24 -> corporate LAN
- 172.17.0.0/24 -> management of servers
- 172.17.1.0/24 -> hosting - managed services
- 172.17.2.0/24 -> game servers hosting
- 172.17.127.0/24 -> storage resources
- 172.17.128.0/20 -> hosting - servers (VPS, apps, etc)
I have a pfSense router between those subnets. All of the subnets have access to the Internet.
What I want to know is if there is a possibility to have one Active Directory, DNS and DHCP service running on a single server in the managed services subnet (172.17.1.0/24), and make it reachable by the subnets.
I already looked at DHCP relay, I guess I'll have to use it, but what about DNS and Active Directory? Anything to do on the router?
0 Answers