grattman
I want the students to log on to the domain so that they have storage for their work. I am finding it difficult to figure out how to configure the two servers:
main server is server/gateway and has staff on it
second server is server only with students on it - uses main server as gateway
I cannot seem to get the student computers to authenticate to the domain, which would be the server only machine.
You can only have one domain controller, and I assume that would be the server/gateway (server1) machine. You will need both staff & students to be added to server1 as users in order to authenticate their logins. (I assume you are joining the workstations to the domain ?)
Then to permit access to shares etc, you will need to add all the students as users on the server only box (server2).
Then configure groups/users/ibays ownership appropriately on both boxes to allow staff to only have access to shares on server1 and students to only have access to shares on server2. Setup an appropriate login script (eg using the loginscript contrib), to map shares on server1 to staff and map shares on server2 to students.