Difference between revisions of "Domain Server"

From wiki.IPBRICK.COM
Jump to: navigation, search
Line 12: Line 12:
 
* share/file permissions: users members of "Domain Admins" group have read-write permissions, all other users have read-only permissions in the netlogon shared folder. So, only "Domain Admins" user's are authorized to create/edit/delete netlogon files (scripts).
 
* share/file permissions: users members of "Domain Admins" group have read-write permissions, all other users have read-only permissions in the netlogon shared folder. So, only "Domain Admins" user's are authorized to create/edit/delete netlogon files (scripts).
 
* file/script creation: by default the logon script files do not exist, they are not created automatically. Domain users are automatically (by default) defined to look for '''[user's login].bat''', meanwhile this file is not automatically instantiated, so when you access for the first time to netlogon share you will find it empty.
 
* file/script creation: by default the logon script files do not exist, they are not created automatically. Domain users are automatically (by default) defined to look for '''[user's login].bat''', meanwhile this file is not automatically instantiated, so when you access for the first time to netlogon share you will find it empty.
 +
 +
 +
 +
''' ***CONSTRUCTION IN PROGRESS*** '''
 +
 +
== '''Is it possible to join Windows 10 to an IPBRICK v6.x domain?''' ==
 +
 +
Yes, it is. But before you start the process of joining a machine in a domain, you have to know the username/password of the administrator of the windows machine. Then, you can start the migration process.
 +
 +
Therefore you have to:
 +
# Press [windows];
 +
# Select ''My Local Network'';
 +
# Select ''Network Connections'';
 +
# Right click on the icon ''Local Network Connection'' and select ''Properties'';
 +
# Choose TCP/IP in the open window and click on ''Properties'';
 +
# Choose '''Get the IP Address Automatically''' in the open window and then select '''Get the DNS server addresses automatically''';
 +
# Close the network properties window.
 +
 +
The next step is to confirm that the machine IP address is the same that was introduced in IPBrick.I.
 +
 +
Therefore you have to:
 +
# Press the keys [windows]+[R];
 +
# cmd [ENTER];
 +
# ipconfig /all;
 +
# Check the information in the '''IP Address''' field.
 +
 +
If the IP address is not the one introduced in IPBRICK you have to release it and renew it with the following commands:
 +
# Press [windows]+[R] keys simultaneously;
 +
# cmd [ENTER];
 +
# ipconfig /release;
 +
# ipconfig /renew;
 +
# ipconfig /all.
 +
 +
If the machine IP address is right you can join the machine in the domain:
 +
# Press the keys [windows]+[pause] and open the '''System Properties''';
 +
# Select ”Computer Name”, click on ”Change...” and give the computer a name (the name must have been created in ''IPBrick.I'' before);
 +
# Press button ”more..” and add the dns machine domain. Do not select the option ''Change the primary DNS suffix when the association to the domain is changed'';

Revision as of 10:16, 5 October 2015

F.A.Q.

Is it possible to run a script when the user logs in the domain, at a windows workstation?

Yes. it is possible to run a script when the user logs in the domain at a windows workstation. These scripts are called netlogon scripts, and are to be published at the domain controller shared folder called netlogon.

In an IPBRICK setup all users are, by default, setup to look for netlogon script called [user's login].bat (ex.: for a user with the login johndoe the file should be named johndoe.bat).

The netlogon shared folder is located at //[server's name]/netlogon/ (ex.: //ipbrick/netlogon). On the server's file system you may find this folder located at /home1/_netlogon.

NOTE:

  • share/file permissions: users members of "Domain Admins" group have read-write permissions, all other users have read-only permissions in the netlogon shared folder. So, only "Domain Admins" user's are authorized to create/edit/delete netlogon files (scripts).
  • file/script creation: by default the logon script files do not exist, they are not created automatically. Domain users are automatically (by default) defined to look for [user's login].bat, meanwhile this file is not automatically instantiated, so when you access for the first time to netlogon share you will find it empty.


***CONSTRUCTION IN PROGRESS***

Is it possible to join Windows 10 to an IPBRICK v6.x domain?

Yes, it is. But before you start the process of joining a machine in a domain, you have to know the username/password of the administrator of the windows machine. Then, you can start the migration process.

Therefore you have to:

  1. Press [windows];
  2. Select My Local Network;
  3. Select Network Connections;
  4. Right click on the icon Local Network Connection and select Properties;
  5. Choose TCP/IP in the open window and click on Properties;
  6. Choose Get the IP Address Automatically in the open window and then select Get the DNS server addresses automatically;
  7. Close the network properties window.

The next step is to confirm that the machine IP address is the same that was introduced in IPBrick.I.

Therefore you have to:

  1. Press the keys [windows]+[R];
  2. cmd [ENTER];
  3. ipconfig /all;
  4. Check the information in the IP Address field.

If the IP address is not the one introduced in IPBRICK you have to release it and renew it with the following commands:

  1. Press [windows]+[R] keys simultaneously;
  2. cmd [ENTER];
  3. ipconfig /release;
  4. ipconfig /renew;
  5. ipconfig /all.

If the machine IP address is right you can join the machine in the domain:

  1. Press the keys [windows]+[pause] and open the System Properties;
  2. Select ”Computer Name”, click on ”Change...” and give the computer a name (the name must have been created in IPBrick.I before);
  3. Press button ”more..” and add the dns machine domain. Do not select the option Change the primary DNS suffix when the association to the domain is changed;