Difference between revisions of "Netband Project - Windows server"

From Teknologisk videncenter
Jump to: navigation, search
m
(DFS)
Line 49: Line 49:
  
 
==DFS==
 
==DFS==
 +
Before DFS one server share some folders and another server shared other folders. To finde de right share you would need to look on different servers and sometimes the files you needed were on a remote location. DFS solves all the diffuculties in senarios like this. Both on the administrator side and on the user side.
 +
 +
 
Introduction to DFS:<br/>
 
Introduction to DFS:<br/>
 
http://www.microsoft.com/windowsserver2003/docs/dfs.swf<br/>
 
http://www.microsoft.com/windowsserver2003/docs/dfs.swf<br/>
 
http://www.microsoft.com/windowsserver2003/technologies/storage/dfs/default.mspx<br/>
 
http://www.microsoft.com/windowsserver2003/technologies/storage/dfs/default.mspx<br/>
 
http://technet.microsoft.com/en-us/library/cc787066.aspx<br/>
 
http://technet.microsoft.com/en-us/library/cc787066.aspx<br/>
 
  
 
==NTP Client==
 
==NTP Client==
 
http://support.microsoft.com/kb/314054
 
http://support.microsoft.com/kb/314054

Revision as of 12:38, 28 April 2009

<accesscontrol>NetBand</accesscontrol> This page is part of the Netband Project


DHCP

  • Install DHCP from add/remove programs > Windows components > Network Services > Dynamic Host Configuration Protocol(DHCP)
  • Right click on the server in DHCP management and select new scope.
  • Follow the wizard and configure the scope according to specifications
DHCP Scope name
DHCP Scope Addresses and subnetmask
DHCP Scope Lease duration
  • Click yes when it asks to configure Scope options
DHCP Scope Default Gateway
DHCP Scope Client Domain and DNS server
  • Skip WINS server options
  • Activate the scope now or later
DHCP Scope Activation


The Scope is now active and working for the Phone LAN.


Active Domain

  • On the first server run a dcpromo and create a new domain(New tree in a new forrest)
  • Create a domain admin account for the domain, this will be used to create users and add computers and new controllers to the domain.
  • When the domain is up and running do a dcpromo on the second controller and add it to the domain with the new AD account


Sites and Services

The Sites and services in an AD is used to control userloggons. If you have multiple sites it is important that users always logon to the closest DC. No need to loggon over the WAN.

  • In the Active Directory Site and Services create the subnets for each site
  • Create a site for the HQ and the different Braches.
AD Sites and Services Create new site
  • Drag the newly created domain controller into the new site, and set up bindings between the subnets and the sites.
  • Make sure there is a IP site link across the to sites.

It should look something like this.

AD Sites and Services

DFS

Before DFS one server share some folders and another server shared other folders. To finde de right share you would need to look on different servers and sometimes the files you needed were on a remote location. DFS solves all the diffuculties in senarios like this. Both on the administrator side and on the user side.


Introduction to DFS:
http://www.microsoft.com/windowsserver2003/docs/dfs.swf
http://www.microsoft.com/windowsserver2003/technologies/storage/dfs/default.mspx
http://technet.microsoft.com/en-us/library/cc787066.aspx

NTP Client

http://support.microsoft.com/kb/314054