Tuesday 23 August 2011

DHCP SERVER

How to configure DHCP ?
Installing the DHCP Service
You can install DHCP either during or after the initial installation of Windows 2000 Server or Advanced Server, although there must be a working DNS in the environment. To validate your DNS server, click Start, click Run, type cmd, press ENTER, type ping friendly name of an existing DNS server in your environment, and then press ENTER. An unsuccessful reply generates an "Unknown Host My DNS server name" message.

To install the DHCP Service on an existing Windows 2000 Server:
1. Click Start, click Settings, and then click Control Panel.
2. Double-click Add/Remove Programs, and then click Add/Remove Windows Components.
3. In the Windows Component Wizard, click Networking Services in the Components box, and then click Details.
4. Click to select the Dynamic Host Configuration Protocol (DHCP) check box if it is not already selected, and then click OK.
5. In the Windows Components Wizard, click Next to start Windows 2000 Setup. Insert the Windows 2000 Advanced Server CD-ROM into the CD-ROM drive if you are prompted to do so. Setup copies the DHCP server and tool files to your computer.
6. When Setup is complete, click Finish.
Back to the top
Configuring the DHCP Service
After you install and start the DHCP service, you must create a scope (a range of valid IP addresses that are available for lease to the DHCP clients). Each DHCP server in your environment should have at least one scope that does not overlap with any other DHCP server scope in your environment. In Windows 2000, DHCP servers within an Active Directory domain environment must be authorized to prevent rogue DHCP servers from coming online and authorizing a DHCP Server.

When you install and configure the DHCP service on a domain controller, the server is typically authorized the first time that you add the server to the DHCP console. However, when you install and configure the DHCP service on a member server, you need to authorize the DHCP server.

Note A stand-alone DHCP server cannot be authorized against an existing Windows Active Directory.

To authorize a DHCP server:
1. Click Start, click Programs, click Administrative Tools, and then click DHCP.

Note You must be logged on to the server with an account that is a member of the Enterprise Administrators group.
2. In the console tree of the DHCP snap-in, select the new DHCP server. If there is a red arrow in the bottom-right corner of the server object, the server has not yet been authorized.
3. Right-click the server, and then click Authorize.
4. After a few moments, right-click the server again and then click Refresh. The server should display a green arrow in the bottom-right corner to indicate that the server has been authorized.
To create a new scope:
1. Click Start, click Programs, point to Administrative Tools, and then click DHCP.

Note In the console tree, select the DHCP server on which you want to create the new DHCP scope.
2. Right-click the server, and then click New Scope. In the New Scope Wizard, click Next, and then type a name and description for the scope. This can be any name that you choose, but it should be descriptive enough to identify the purpose of the scope on your network. For example, you might use Administration Building Client Addresses.
3. Type the range of addresses that can be leased as part of this scope, for example, 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 should 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 you entered. This includes any addresses that may have already been statically assigned to various computers in your organization. Click Next.
5. Type the number of days, hours, and minutes before an IP address lease from this scope expires. This determines the length of time that a client can hold a leased address without renewing it. Click Next to select Yes, I want to configure these options now, and then 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 place the default gateway address into the list, and then click Next.

Note When DNS servers already exist on your network, type your organization's domain name in Parent domain. Type the name of your DNS server, and then click Resolve to ensure that your DHCP server can contact the DNS server and determine its address. Then click Add to include that server in the list of DNS servers that are assigned to the DHCP clients. Click Next.
7. 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. Click Finish.

Saturday 21 May 2011

NTLDR

“NTLDR is missing” problem solved in Windows XP.
You switch on your pc,select the OS and find what
NTLDR missing!!! Cant get in?
Here’s the solution..
What is NTLDR?
NTLDR is the boot loader for Windows NT operating systems including
Windows XP.It runs from primary hard drive to load the OS selected from
the startup menu with the help of boot sector in a file.
Components important to load OS:
NTLDR: contains boot loader
boot.ini : system file which stores list of Operating Systems
to be shown at start up .
ntdetect.com: detects basic hardware required to start the operating system.
ntoskrnl.exe/ntkrnlpa.exe : stores kernal image of Windows NT systems &
responsible for various system services such as hardware virtualisation process and memory management, etc.
Here’s how u can get back into your Windows XP.
1. Insert the Windows XP bootable CD into the computer.
2. When prompted to press any key to boot from the CD, press any key.
3. Once in the Windows XP setup menu press the “R” key to repair Windows.
4. Log into your Windows installation by pressing the “1″ key and pressing enter.
5. You will then be prompted for your administrator password, enter that password(Usually it is
password,if not set)
6. Copy the below two files to the root directory of the primary hard disk.
The CD-ROM drive letter may be different on your computer.
Here it is “e.”
copy e:\i386\ntldr c:\
copy e:\i386\ntdetect.com c:\
7. Once both of these files have been successfully copied, remove the CD from the computer and reboot.

Wednesday 16 February 2011

Fonts

Install New Fonts Doesn't Work or Is Missing
SUMMARY: Unable to install fonts on your Windows XP system? These two tweaks may fix the problem.


On some systems, the "Install New Fonts" option either does not work or is missing. Plus, dragging and dropping fonts to your Fonts folder may make them available for usage in Windows XP applications. You can solve this problem in one of the following ways:
Via the Windows XP command line
1) Open a command prompt (click "Start", select "run", type cmd (without quotes) and press ENTER).
2) Type cd %WINDIR% and press ENTER.
3) Type attrib -s fonts
4) Type attrib +r fonts
5) Type attrib +s fonts
6) Type exit to close the command prompt.
While steps 3-5 may not all be necessary, depending on your system configuration you may not be able to run step 4 without running step 3 first.