Jump to content

I've been tasked to make a small school network for a private school that I don't go to but I'm tight with the people that run it. They need a storage space for each of the students, a central admin account that can manage all of the students' accounts, a single server for all programs to run off of, and individual logins for each of the students. They have maybe 40 kids so it's a pretty small school so i don't need to buy a large rack or anything. I was researching it and I've downloaded Windows Server 2016 180 trial on a bootable USB drive read to put on a PC... I'm currently watching Eli The Computer Guy's series on Server 2012 and hoping most of hte things are the some because I need to setup a domain (DNS), file server (storage spaces), and a server where all programs can be put on one system and deployed to other systems remotely. Is there any way I can make this happen without having to go to a networking class? I already know the basics and I'm in Cisco working on my CCNA right now.

Link to comment
https://linustechtips.com/topic/842207-making-a-windows-network-for-my-school/
Share on other sites

Link to post
Share on other sites

2 minutes ago, Oberon.Smite said:

I've been tasked to make a small school network for a private school that I don't go to but I'm tight with the people that run it. They need a storage space for each of the students, a central admin account that can manage all of the students' accounts, a single server for all programs to run off of, and individual logins for each of the students. They have maybe 40 kids so it's a pretty small school so i don't need to buy a large rack or anything. I was researching it and I've downloaded Windows Server 2016 180 trial on a bootable USB drive read to put on a PC... I'm currently watching Eli The Computer Guy's series on Server 2012 and hoping most of hte things are the some because I need to setup a domain (DNS), file server (storage spaces), and a server where all programs can be put on one system and deployed to other systems remotely. Is there any way I can make this happen without having to go to a networking class? I already know the basics and I'm in Cisco working on my CCNA right now.

Not an expert by any stretch. But as far as administering the Student accounts, you would use Active Directory for that. The little I have done with AD, it was fairly easy. The true issue is figuring out how many Domain Controllers you need. As I was told you should have more than one, in case one dies. Because if the PCs on the network have no access to the Active Directory database then your boned if you need to log in. Active directory from what I remember can help with most of this, Its a big database that contains all the users accounts, their permissions and access, such as where their data is stored on a file server. 

 

Networking class isnt really where you learn this stuff. There is a difference between networking and Windows Server. You might check out Lynda.com as well, Im sure they would have some material on it. Most of my experience with Windows Server was a class I had back in 09, with Windows Server 2003. 

I just want to sit back and watch the world burn. 

Link to post
Share on other sites

Just now, jnic said:

so if your still in school you could get a free license for windows server 2016 here https://imagine.microsoft.com/en-us/catalog 

No the op is setting up a network for a school. The school would need to purchase a license from Microsoft. 

I just want to sit back and watch the world burn. 

Link to post
Share on other sites

A VMWare host sounds like a good option to host virtual machines

 

You are going to need at least one Domain Controller running DNS, DHCP, Active Directory Services, Windows File Services which could be on Server 2012 R2 or Server 2016.

You can make cifs shares which is what the Windows File Services allow you set setup for sharing files and some programs. Those things can all be hosted on a single VM.

 

SCCM is Windows native way of installing programs remotely that has extra cost and would need its own server or VM.

 

 

This is systems task not a networking task you do not need a CCNA for this.  

CPU: Intel i7 6700k Cooler: Fractal Design Celsius S36 GPU: Asus GTX 970 Strix RAM: Corsair Vengeance LPX DDR4 2x8GB 2400  Mobo: Asus Z170 Pro Gaming Case: Fractal Design Define S PSU:  EVGA Supernova 750 W G2 SSD: Samsung 850 Evo 256 GB

Link to post
Share on other sites

9 hours ago, jnic said:

so if your still in school you could get a free license for windows server 2016 here https://imagine.microsoft.com/en-us/catalog 

Those are student use and personal use. You cannot use them for anything other than what is stated. The school would have to buy the licenses for Windows.

CPU: AMD Ryzen 5 5600X | CPU Cooler: Stock AMD Cooler | Motherboard: Asus ROG STRIX B550-F GAMING (WI-FI) | RAM: Corsair Vengeance LPX 32 GB (4x 8 GB) DDR4-3000 CL16 | GPU: Nvidia GTX 1060 6GB Zotac Mini | Case: K280 Case | PSU: Cooler Master B600 Power supply | SSD: 1TB  | HDDs: 1x 250GB & 1x 1TB WD Blue | Monitor: 24" Acer S240HLBID | OS: Win 11 Pro.

 

Home Lab:  Lenovo ThinkCenter M82 Hyper-V Server 2022 | Dell OptiPlex 9020 Hyper-V Server 2022 | TP-LINK TL-SG108E | Cisco Catalyst C2960CG 8 Port Switch | HP MicroServer G8 SCCM Server | 2x Dell PowerEdge R630 Hyper-V Server 2022

 

 

Link to post
Share on other sites

 Make sure you have one machine (preferably virualized) being the domain controller with the ad ds role.

Have a second machine be the dhcp, dns and file server. For expand ability sake I suggest using dfs.

 

For the programs you need to see how to tackle it, you could package them and use sscm or something like that to manage it. Just booting them from a network drive often leads to problems.

You could also opt to use mdt or something like this to make a golden image and spool all devices over pxe with this image. So the applications are stored locally.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×