Showing posts with label windows2003. Show all posts
Showing posts with label windows2003. Show all posts

Wednesday, January 4, 2012

Windows 2003 Server evaluation copy expiration behavior

This article describes the behavior of the evaluation version of Windows Server 2003. It also contains information about the 14-day activation grace period and the 180-day evaluation period, and it describes what occurs when these time periods expire.

Windows Product Activation (WPA) 
The End User License Agreement (EULA) for an evaluation version of Windows Server 2003 requires that you activate your installation of Windows Server 2003 within 14 days from the time that you install it. If you choose not to activate Windows the first time that you start it, an Activate icon is displayed in the notification area at the far right of the taskbar. This icon periodically displays notifications to remind you of the number of days remaining in the 14-day grace period. After this period expires, you must activate your installation of Windows Server 2003 before you can continue to use Windows


None of the information that is collected during product activation will be used to personally identify you. For more information about Windows Product Activation, visit the following Microsoft Web site
/>

Evaluation time period 

The evaluation version of Windows Server 2003 expires 180 days from the time that you install and start it. You are reminded periodically of the number of days that are remaining in the 180-day evaluation period. Messages are logged to the Application Event log, and you also receive notification messages that are similar to the following when you log on to the computer
The evaluation period for this product will expire in Number days. Please upgrade this version to the retail product.
When the kernel time bomb period expires, you receive an error message that is similar to the following
The evaluation period for this installation of Windows has expired. This system will shut down in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
After approximately one hour (this time period may vary), you may receive the following Stop error message, and the computer may automatically restart:
*** STOP: 0x00000098 (parameter1, parameter2, parameter 3, parameter 4) END_OF_NT_EVALUATION_PERIOD
When the WPA time bomb period expires, you receive an error message after you log on to Windows that is similar to the following:
STOP: c000021a {Fatal System Error} The Windows Logon Process system process terminated unexpectedly with a status of 0xc0000268 (0x00000000 0x00000000). The system has been shut down.

When you receive this error message, you can no longer use the evaluation copy of Windows Server 2003. You must obtain and install the retail, released version of Windows Server 2003
Important You can log on to the computer in safe mode only if you log on to the computer by using the local administrator account. You can upgrade to the retail, released version of Windows Server 2003 while you are in safe mode. The option to upgrade in safe mode may not be available if your computer is running as a domain controller.

Use Winver.exe to Determine the Expiration Date 
You can run the Winver.exe command-line tool to determine the version of Windows Server 2003 that is installed on your computer and the date when your evaluation copy of Windows Server 2003 expires. To do so:
1. Click Start, and then click Run.
2. In the Open box, type winver.exe, and then press ENTER.

Upgrade an evaluation version of Windows Server 2003 to a retail version 
To remove the 180-day expiration period for an evaluation version of Windows Server 2003, upgrade your computer to the full retail, released version of Windows Server 2003. For more information about Windows Server 2003, visit the following Microsoft Web site:


Friday, December 30, 2011

How to Manually Configure FSMO Roles to Separate DC’s


How can I determine who are the current FSMO Roles holders in my domain/forest

Windows 2000/2003 Active Directory domains utilize a Single Operation Master method called FSMO (Flexible Single Master Operation), as described in Understanding FSMO Roles in Active Directory.

The five FSMO roles are:

Schema master - Forest-wide and one per forest.
Domain naming master - Forest-wide and one per forest.
RID master - Domain-specific and one for each domain.
PDC - PDC Emulator is domain-specific and one for each domain.
Infrastructure master - Domain-specific and one for each domain

In most cases an administrator can keep the FSMO role holders (all 5 of them) in the same spot (or actually, on the same DC) as has been configured by the Active Directory installation process. However, there are scenarios where an administrator would want to move one or more of the FSMO roles from the default holder DC to a different DC. The transferring method is described in the Transferring FSMO Roles article, while seizing the roles from a non-operational DC to a different DC is described in the Seizing FSMO Roles article
In order to better understand your AD infrastructure and to know the added value that each DC might possess, an AD administrator must have the exact knowledge of which one of the existing DCs is holding a FSMO role, and what role it holds. With that knowledge in hand, the administrator can make better arrangements in case of a scheduled shut-down of any given DC, and better prepare him or herself in case of a non-scheduled cease of operation from one of the DCs.

How to find out which DC is holding which FSMO role? Well,
one can accomplish this task by many means. This article will list a few of the available methods.

Method #1: Know the default settings
The FSMO roles were assigned to one or more DCs during the DCPROMO process. The following table summarizes the FSMO default locations

FSMO Roll -  Schema   
Number of DC's Holding this Role- One per forest
Original DC Holding this Role  - The first DC in the first Domin                   

Domain Naming
One per forest
forest (i.e. the Forest Root Domain)
RID
One per domain
The first DC in a domain (any domain,
PDC Emulator
One per domain
including the Forest Root Domain, any
Infrastructure
One per domain
Tree Root Domain, or any Child


Domain)
Method #2:Use The GUI
The FSMO role holders can be easily found by use of some of the AD snap-ins. Use this table to see which tool can be used for what FSMO role

Fsmo Role                   Which snap-in should I use?
Schema                     Schema snap-in
Domain Naming           AD Domains and Trusts-in
RID                            AD User and Computers snap-in
PDC emulator
Infrastructure

Finding the RID Master, PDC Emulator, and Infrastructure Masters via GUI 
To find out who currently holds the Domain-Specific RID Master, PDC Emulator, and Infrastructure Master 

FSMO Roles
1.Open the Active Directory Users and Computers snap-in from the Administrative Tools folder. 
2.Right-click the Active Directory Users and Computers icon again and press Operation Masters. 
3.Select the appropriate tab for the role you wish to view. 
4.When you're done click Close.

Finding the Domain Naming Master via GUI 
To find out who currently holds the Domain Naming Master Role: 
1.Open the Active Directory Domains and Trusts snap-in from the Administrative Tools folder. 
2.Right-click the Active Directory Domains and Trusts icon again and press Operation Masters. 
3.When you're done click Close. 

Finding the Schema Master via GUI 
To find out who currently holds the Schema Master Role: 

1.Register the Schmmgmt.dll library by pressing Start > RUN and typing: 
2.Press OK. You should receive a success confirmation. 
3.From the Run command open an MMC Console by typing MMC. 
4.On the Console menu, press Add/Remove Snap-in. 
5.Press Add. Select Active Directory Schema. 
6.Press Add and press Close. Press OK. 
7.Click the Active Directory Schema icon. After it loads right-click it and press Operation Masters. 
8.Press the Close button. 

Method #3: Use the Ntdsutil command 
The FSMO role holders can be easily found by use of the Ntdsutil command. 

Caution: Using the Ntdsutil utility incorrectly may result in partial or complete loss of Active Directory functionality

1.On any domain controller, click Start, click Run, type Ntdsutil in the Open box, and then click OK. 
2.Type roles, and then press ENTER. 

Note:To see a list of available commands at any of the prompts in the Ntdsutil tool, type ?, and then press ENTER

1.Type connections, and then press ENTER. 
2.Type connect to server <servername>, where <servername> is the name of the server you want to use, and then press ENTER. 
3.At the server connections: prompt, type q, and then press ENTER again. 
4.At the FSMO maintenance: prompt, type Select operation target, and then press ENTER again.
At the select operation target: prompt, type List roles for connected server, and then press ENTER again. select operation target: List roles for connected server 

Server "server100" knows about 5 roles Schema - CN=NTDS Settings,CN=SERVER100,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=C  
onfiguration,DC=dpetri,DC=net 
Domain - CN=NTDS 
Settings,CN=SERVER100,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=C 
onfiguration,DC=dpetri,DC=net PDC - CN=NTDS 
Settings,CN=SERVER100,CN=Servers,CN=Default-First-Site
Name,CN=Sites,CN=Conf 
iguration,DC=dpetri,DC=net 
RID - CN=NTDS Settings,CN=SERVER100,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Conf iguration,DC=dpetri,DC=net 
Infrastructure - CN=NTDS 
Settings,CN=SERVER100,CN=Servers,CN=Default-First-Site-Name,CN=Si 
tes,CN=Configuration,DC=dpetri,DC=net 

Select operation target:
8.Type q 3 times to exit the Ntdsutil prompt

Note: You can download THIS nice batch file that will do all this for you (1kb). 

Another Note: Microsoft has a nice tool called Dumpfsmos.cmd, found in the Windows 2000 Resource Kit (and can be downloaded here: Download Free Windows 2000 Resource Kit Tools). This tool is basically a one-click Ntdsutil script that performs the same operation described above

Method #4: Use the Netdom command 

The FSMO role holders can be easily found by use of the Netdom command

Netdom.exe is a part of the Windows 2000/XP/2003 Support Tools. You must either download it separately (from here Download Free Windows 2000 Resource Kit Tools) or by obtaining the correct Support Tools pack for your operating system. The Support Tools pack can be found in the \Support\Tools folder on your installation CD (or you can Download Windows 2000 SP4 Support Tools, Download Windows XP SP1 Deploy Tools). 

1.On any domain controller, click Start, click Run, type CMD in the Open box, and then click OK. 
2.In the Command Prompt window, type netdom query /domain:<domain> fsmo (where <domain> is the name of YOUR domain)

Close the CMD window

Note: You can download THIS nice batch file that will do all this for you (1kb).  

Method #5: Use the Replmon tool 

The FSMO role holders can be easily found by use of the Netdom command. 

Just like Netdom, Replmon.exe is a part of the Windows 2000/XP/2003 Support Tools. Replmon can be used for a wide verity of tasks, mostly with those that are related with AD replication. But Replmon can also provide valuable information about the AD, about any DC, and also about other objects and settings, such as GPOs and FSMO roles. Install the package before attempting to use the tool. 

1On any domain controller, click Start, click Run, type REPLMON in the Open box, and then click OK. 
2.Right-click Monitored servers and select Add Monitored Server. 
3.In the Add Server to Monitor window, select the Search the Directory for the server to add. Make sure your AD domain name is listed in the drop-down list. 
4.In the site list select your site, expand it, and click to select the server you want to query. Click Finish. 
5.Right-click the server that is now listed in the left-pane, and select Properties. 
6.Click on the FSMO Roles tab and read the results. 
7.Click Ok when you're done.

Windows & systen admin Interview Questions and Answers- Part 1

Difference between 2000 &2003
Application Server mode is introduced in windows 2003 Possible to configure stub zones in windows 2003 DNS Volume shadow copy services is introduced Windows 2003 gives an option to replicate DNS data b/w all DNS servers in forest or All DNS servers in the domain.

Difference between PDC & BDC
PDC contains a write copy of SAM database where as BDC contains read only copy of SAM database. It is not possible to reset a password or create objects with out PDC in Windows NT.

Difference between DC &ADC
There is no difference between in DC and ADC both contains write copy of AD. Both can also handles FSMO roles (If transfers from DC to ADC). It is just for identification. Functionality wise there is no difference.

What is DNS & WINS
DNS is a Domain Naming System, which resolves Host names to IP addresses. It uses fully qualified domain names. DNS is a Internet standard used to resolve host names
WINS is a Windows Internet Name Service, which resolves Netbios names to IP Address. This is proprietary for Windows

Types of DNS Servers
Primary DNS Secondary DNS Active Directory Integrated DNS Forwarder Caching only DNS

If DHCP is not available what happens to the client
Client will not get IP and it cannot be participated in network . If client already got the IP and having lease duration it use the IP till the lease duration expires.

what are the different types of trust relationships
Implicit Trusts Explicit Trusts—NT to Win2k or Forest to Forest

what is the process of DHCP for getting the IP address to the client
There is a four way negotiation process b/w client and server DHCP Discover (Initiated by client) DHCP Offer (Initiated by server) DHCP Select (Initiated by client)
DHCP Acknowledgement (Initiated by Server)
DHCP Negative Acknowledgement (Initiated by server if any issues after DHCP offer)

Difference between FAT,NTFS &amp; NTFSVersion5
NTFS Version 5 features
Encryption is possible We can enable Disk Quotas File compression is possible Sparse files Indexing Service NTFS change journal In FAT file system we can apply only share level security. File level protection is not
possible. In NTFS we can apply both share level as well as file level security NTFS supports large partition sizes than FAT file systems NTFS supports long file names than FAT file systems
What are the port numbers for FTP, Telnet, HTTP, DNS
FTP-21, Telnet – 23, HTTP-80, DNS-53, Kerberos-88, LDAP-389

what are the different types of profiles in 2000
Local Profiles Roaming profiles Mandatory Profiles

what is the database files used for Active Directory
The key AD database files—edb.log, ntds.dit, res1.log, res2.log, and edb.chk—all of which reside in \%systemroot%\ntds on a domain controller (DC) by default. During
AD installation, Dcpromo lets you specify alternative locations for these log files and database files

What is the location of AD Database
%System root%/NTDS/NTDS&gt;DIT

What is the authentication protocol used in NT
NTLM (NT LAN Manager

What is subnetting and supernetting
Subnetting is the process of borrowing bits from the host portion of an address to provide bits for identifying additional sub-networks
Supernetting merges several smaller blocks of IP addresses (networks) that are continuous into one larger block of addresses. Borrowing network bits to combine several smaller networks into one larger network does supernetting

what is the use of terminal services
Terminal services can be used as Remote Administration mode to administer remotely as well as Application Server Mode to run the application in one server and users can login to that server to user that application

what is the protocol used for terminal services
RDP

what is the port number for RDP
Port Number-3389    


what is the difference between Authorized DHCP and Non Authorized DHCP
To avoid problems in the network causing by mis-configured DHCP servers, server in windows 2000 must be validate by AD before starting service to clients. If an authorized DHCP finds any DHCP server in the network it stop serving the clients

Difference between inter-site and intra-site replication. Protocols using for replication.
Intra-site replication can be done between the domain controllers in the same site. Inter-site replication can be done between two different sites over WAN links
BHS (Bridge Head Servers) is responsible for initiating replication between the sites. Inter-site replication can be done B/w BHS in one site and BHS in another site.
We can use RPC over IP or SMTP as a replication protocols where as Domain partition is not possible to replicate using SMTP

How to monitor replication 

We can user Replmon tool from support tools

Brief explanation of RAID Levels 

Microsoft Windows XP, Windows 2000 and Windows Server 2003 offer two types of disk storage: basic and dynamic

Basic Disk Storage
Basic storage uses normal partition tables supported by MS-DOS, Microsoft Windows 95, Microsoft Windows 98, Microsoft Windows Millennium Edition (Me), Microsoft Windows NT, Microsoft Windows 2000, Windows Server 2003 and Windows XP. A disk initialized for basic storage is called a basic disk. A basic disk contains basic volumes, such as primary partitions, extended partitions, and logical drives. Additionally, basic volumes include multidisk volumes that are created by using Windows NT 4.0 or earlier, such as volume sets, stripe sets, mirror sets, and stripe sets with parity. Windows XP does not support these multidisk basic volumes. Any volume sets, stripe sets, mirror sets, or stripe sets with parity must be backed up and deleted or converted to dynamic disks before you install Windows XP Professional

Dynamic Disk Storage
Dynamic storage is supported in Windows XP Professional, Windows 2000 and Windows Server 2003. A disk initialized for dynamic storage is called a dynamic disk. A dynamic disk contains dynamic volumes, such as simple volumes, spanned volumes, striped volumes, mirrored volumes, and RAID-5 volumes. With dynamic storage, you can perform disk and volume management without the need to restart Windows.
Note: Dynamic disks are not supported on portable computers or on Windows XP Home Edition-based computers.
You cannot create mirrored volumes or RAID-5 volumes on Windows XP Home Edition, Windows XP Professional, or Windows XP 64-Bit Edition-based computers. However, you can use a Windows XP Professional-based computer to create a mirrored or RAID-5 volume on remote computers that are running Windows 2000 Server, Windows 2000 Advanced Server, or Windows 2000 Datacenter Server, or the Standard, Enterprise and Data Center versions of Windows Server 2003.
Storage types are separate from the file system type. A basic or dynamic disk can contain any combination of FAT16, FAT32, or NTFS partitions or volumes.
A disk system can contain any combination of storage types. However, all volumes on the same disk must use the same storage type.

To convert a Basic Disk to a Dynamic Disk
Use the Disk Management snap-in in Windows XP/2000/2003 to convert a basic disk to a dynamic disk. To do this, follow these steps: 
1Log on as Administrator or as a member of the Administrators group. 
2Click Start, and then click Control Panel. 
3Click Performance and Maintenance, click Administrative Tools, and then double-click Computer Management. You can also right-click My Computer and choose Manage if you have My Computer displayed on your desktop. 
4In the left pane, click Disk Management. 
5In the lower-right pane, right-click the basic disk that you want to convert, and then click Convert to Dynamic Disk. You must right-click the gray area that contains the disk title on the left side of the Details pane. 
6Select the check box that is next to the disk that you want to convert (if it is not already selected), and then click OK. 
7Click Details if you want to view the list of volumes in the disk. Click Convert. 
8Click Yes when you are prompted to convert the disk, and then click OK. 

Warning: After you convert a basic disk to a dynamic disk, local access to the dynamic disk is limited to Windows XP Professional, Windows 2000 and Windows Server 2003. Additionally, after you convert a basic disk to a dynamic disk, the dynamic volumes cannot be changed back to partitions. You must first delete all dynamic volumes on the disk and then convert the dynamic disk back to a basic disk. If you want to keep your data, you must first back up the data or move it to another volume. 

Dynamic Storage Terms 
A volume is a storage unit made from free space on one or more disks. It can be formatted with a file system and assigned a drive letter. Volumes on dynamic disks can have any of the following layouts: simple, spanned, mirrored, striped, or RAID-5
A simple volume uses free space from a single disk. It can be a single region on a disk or consist of multiple, concatenated regions. A simple volume can be extended within the same disk or onto additional disks. If a simple volume is extended across multiple disks, it becomes a spanned volume. 
A spanned volume is created from free disk space that is linked together from multiple disks. You can extend a spanned volume onto a maximum of 32 disks. A spanned volume cannot be mirrored and is not fault-tolerant. 
A striped volume is a volume whose data is interleaved across two or more physical disks. The data on this type of volume is allocated alternately and evenly to each of the physical disks. A striped volume cannot be mirrored or extended and is not fault-tolerant. Striping is also known as RAID-0
A mirrored volume is a fault-tolerant volume whose data is duplicated on two physical disks. All of the data on one volume is copied to another disk to provide data redundancy. If one of the disks fails, the data can still be accessed from the remaining disk. A mirrored volume cannot be extended. Mirroring is also known as RAID-1
A RAID-5 volume is a fault-tolerant volume whose data is striped across an array of three or more disks. Parity (a calculated value that can be used to reconstruct data after a failure) is also striped across the disk array. If a physical disk fails, the portion of the RAID-5 volume that was on that failed disk can be re-created from the remaining data and the parity. A RAID¬5 volume cannot be mirrored or extended. 
The system volume contains the hardware-specific files that are needed to load Windows (for example, Ntldr, Boot.ini, and Ntdetect.com). The system volume can be, but does not have to be, the same as the boot volume. 
The boot volume contains the Windows operating system files that are located in the %Systemroot% and %Systemroot%\System32 folders. The boot volume can be, but does not have to be, the same as the system volume. 
RAID 0 – Striping 
RAID 1- Mirroring (minimum 2 HDD required) 
RAID 5 – Striping With Parity (Minimum 3 HDD required) 
RAID levels 1 and 5 only gives redundancy 

What are the different backup strategies are available 
Normal Backup 
Incremental Backup 
Differential Backup 
Daily Backup 
Copy Backup 

What is a global catalog 
Global catalog is a role, which maintains Indexes about objects. It contains full information of the objects in its own domain and partial information of the objects in other domains. Universal Group membership information will be stored in global catalog servers and replicate to all GC’s in the forest. 

What is Active Directory and what is the use of it 
Active directory is a directory service, which maintains the relation ship between resources and enabling them to work together. Because of AD hierarchal structure windows 2000 is more scalable, reliable. Active directory is derived from X.500 standards where information is stored is hierarchal tree like structure. Active directory depends on two Internet standards one is DNS and other is LDAP. Information in Active directory can be queried by using LDAP protocol 

What is the physical and logical structure of AD 
Active directory physical structure is a hierarchal structure which fallows Forests— Trees—Domains—Child Domains—Grand Child—etc 
Active directory is logically divided into 3 partitions 
1.Configuration partition 2. Schema Partition 3. Domain partition 4. Application Partition (only in windows 2003 not available in windows 2000) 
Out of these Configuration, Schema partitions can be replicated between the domain controllers in the in the entire forest. Where as Domain partition can be replicated between the domain controllers in the same domain 

What is the process of user authentication (Kerberos V5) in windows 2000 
After giving logon credentials an encryption key will be generated which is used to encrypt the time stamp of the client machine. User name and encrypted timestamp information will be provided to domain controller for authentication. Then Domain controller based on the password information stored in AD for that user it decrypts the encrypted time stamp information. If produces time stamp matches to its time stamp. It will provide logon session key and Ticket granting ticket to client in an encryption format. Again client decrypts and if produced time stamp information is matching then it will use logon session key to logon to the domain. Ticket granting ticket will be used to generate service granting ticket when accessing network resources 

What are the port numbers for Kerberos, LDAP and Global catalog 
Kerberos – 88, LDAP – 389, Global Catalog – 3268 

What is the use of LDAP (X.500 standard?) 
LDAP is a directory access protocol, which is used to exchange directory information from server to clients or from server to servers 

What are the problems that are generally come across DHCP 
Scope is full with IP addresses no IP’s available for new machines 
If scope options are not configured properly eg default gateway 
Incorrect creation of scopes etc 

what is the role responsible for time synchronization 
PDC Emulator is responsible for time synchronization. Time synchronization is important because Kerberos authentication depends on time stamp information 

What is TTL & how to set TTL time in DNS 
TTL is Time to Live setting used for the amount of time that the record should remain in cache when name resolution happened. 
We can set TTL in SOA (start of authority record) of DNS 

How to take DNS and WINS,DHCP backup 
%System root%/system32/dns 
%System root%/system32/WINS 
%System root%/system32/DHCP 

What is recovery console 
Recovery console is a utility used to recover the system when it is not booting properly or not at all booting. We can perform fallowing operations from recovery console 
We can copy, rename, or replace operating system files and folders Enable or disable service or device startup the next time that start computer Repair the file system boot sector or the Master Boot Record Create and format partitions on drives 

What is DFS & its usage 
DFS is a distributed file system used to provide common environment for users to access files and folders even when they are shared in different servers physically. 
There are two types of DFS domain DFS and Stand alone DFS. We cannot provide redundancy for stand alone DFS in case of failure. Domain DFS is used in a domain environment which can be accessed by /domain name/root1 (root 1 is DFS root name). Stand alone DFS can be used in workgroup environment which can be accessed through /server name/root1 (root 1 is DFS root name). Both the cases we need to create DFS root ( Which appears like a shared folder for end users) and DFS links ( A logical link which is pointing to the server where the folder is physically shared) 
The maximum number of Dfs roots per server is 1. 
The maximum numbers of Dfs root replicas are 31. 
The maximum number of Dfs roots per domain is unlimited. 
The maximum number of Dfs links or shared folders in a Dfs root is 1,000 

Friday, December 16, 2011

Install and Configure a DHCP Server win2003


How to Install the DHCP Service on an Existing Server

Click Start, point to Control Panel, and then click Add or Remove Programs.

1.In the Add or Remove Programs dialog box, click Add/Remove Windows Components.

2.In the Windows Components Wizard, click Networking Services in the Components list, and then click Details.

3.In the Networking Services dialog box, click to select the Dynamic Host Configuration Protocol (DHCP) check box, and then click OK.

4.In the Windows Components Wizard, click Next to start Setup. Insert the Windows Server 2003 CD-ROM into the computer's CD-ROM or DVD-ROM drive if you are prompted to do so. Setup copies the DHCP server and tool files to your computer.

When Setup is completed, click Finish.


How to Create a New Scope

Click Start, point to Programs, point to Administrative Tools, and then click DHCP.

1.In the console tree, right-click the DHCP server on w
hich you want to create the new DHCP scope, and then click New Scope.

2.In the New Scope Wizard, click Next, and then type a name and description for the scope. This can be any name that you want, but it should be descriptive enough so that you can identify the purpose of the scope on your network (for example, you can use a name such as "Administration Building Client Addresses"). Click Next.

3.Type the range of addresses that can be leased as part of this scope (for example, use a range of IP addresses from a starting IP address of 192.168.100.1 to an ending address of 192.168.100.100). Because these addresses are given to clients, they must all be valid addresses for your network and not currently in use. If you want to use a different subnet mask, type the new subnet mask. Click Next.

4.Type any IP addresses that you want to exclude from the range that you entered. This includes any addresses in the range described in step 4 that may have already been statically assigned to various computers in your organization. Typically, domain controllers, Web servers, DHCP servers, Domain Name System (DNS) servers, and other servers, have statically assigned IP addresses. Click Next.

5.Type the number of days, hours, and minutes before an IP address lease from this scope expires. This determines how long a client can hold a leased address without renewing it. Click Next, and then click Yes, I want to configure these options now to extend the wizard to include settings for the most common DHCP options. Click Next.

6.Type the IP address for the default gateway that should be used by clients that obtain an IP address from this scope. Click Add to add the default gateway address in the list, and then click Next.

7.If you are using DNS servers on your network, type your organization's domain name in the Parent domain box. Type the name of your DNS server, and then click Resolve to make sure that your DHCP server can contact the DNS server and determine its address. Click Add to include that server in the list of DNS servers that are assigned to the DHCP clients. Click Next,and then follow the same steps if you are using a Windows Internet Naming Service (WINS) server, by adding its name and IP address. Click Next.

8.Click Yes, I want to activate this scope now to activate the scope and allow clients to obtain leases from it, and then click Next.

9.Click Finish.

10.In the console tree, click the server name, and then click Authorize on the Action menu.

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More