About Us

Pages

Rajanya Aksesioris Komputer

Foto Saya
Menjual Berbagai Macam Aksesioris Komputer / Laptop dengan harga grosir. Invite Pin : 32927878.

search

Senin, 21 Mei 2012

setting DHCP Windos 2000 Server

Installing DHCP

Installing DHCP on a Windows 2000 Server or Advanced Server is a fairly simple process. During the installation, you might get prompted to insert your Windows 2000 Server or Advanced Server CD (or locate the i386 folder on a local or network drive).
To install DHCP Service:
  1. Open the Control Panel and double-click Add/Remove Programs.
  2. Click Add/Remove Windows Components.
  3. Highlight Networking Services and click Details.
  4. Select Dynamic Host Configuration Protocol (DHCP) as shown in Figure A and click OK.
  5. Click Finish when prompted.
Figure A
Configuring your DHCP server
After you install a DHCP server, go to Start | Programs | Administrative Tools | DHCP to open the Windows 2000 console for managing the DHCP service (see Figure B).
Figure B
When setting up a DHCP server, the first thing you have to do is define a scope. A scope is a list of valid IP addresses you want the DHCP server to be able to assign to clients. When a machine requests TCP/IP information from the DHCP server, the information is provided from the scope you created.
Author’s note
Every DHCP server is required to have at least one scope. You can, however, create multiple scopes on a DHCP server to administer different subnets. About scopes
When you create a scope, you must select the range of IP addresses and you must specify the appropriate scope options to include. These options are what we were referring to above when we mentioned that you can assign other network information to your clients at the time they are given an IP address. There are two types of scope options: Global and Scope. Global options are propagated to all the scopes that you create on that DHCP server, while Scope options are only for the individual scope that you are working with. For example, if you have different scopes for several different subnets and each subnet will have a different default gateway but will share the same DNS servers, you would want to set the DNS servers as a Global option while the default gateways would be set separately in each scope as a Scope option.
Table A shows a list of all of the Global and Scope options available in a Windows 2000 DHCP server.
Table A
·  Time Offset ·  Trailer Encapsulation
·  Router ·  ARP Cache Timeout
·  Time Server ·  Ethernet Encapsulation
·  Name Servers ·  TCP Default Time-to-Live
·  DNS Servers ·  Keepalive Interval
·  Log Servers ·  Keepalive Garbage
·  Cookie Servers ·  NIS Domain Name
·  LPR Servers ·  NIS Servers
·  Impress Servers ·  NTP Servers
·  Resource Location Servers ·  Vendor Specific Info
·  Host Name ·  WINS/NBNS Servers
·  Boot File Size ·  NetBIOS Over TCP/IP NBDD
·  Merit Dump File ·  WINS/NBT Node Type
·  DNS Domain Name ·  NetBIOS Scope ID
·  Swap Server ·  XWindow System Font
·  Root Path ·  XWindow System Display
·  Extensions Path ·  NIS+ Domain Name
·  IP Layer Forwarding ·  NIS+ Servers
·  Nonlocal Source Routing ·  Boot Server Host Name
·  Policy Filter Masks ·  Bootfile Name
·  Max DG Reassembly Size ·  Mobile IP Home Agents
·  Default IP Time-to-Live ·  Simple Mail Transfer Protocol (SMTP) Servers
·  Path MTU Aging Timeout ·  Post Office Protocol (POP3) Servers
·  Path MTU Plateau Table ·  Network News Transfer Protocol (NNTP) Servers
·  MTU Option ·  World Wide Web (WWW) Servers
·  All Subnets Are Local ·  Finger Servers
·  Broadcast Address ·  Internet Relay Chat (IRC) Servers
·  Perform Mask Discovery ·  StreetTalk Servers
·  Mask Supplier Option ·  StreetTalk Directory Assistance (STDA) Servers
·  Perform Router Discovery ·  Router Solicitation Address
If you create a scope and later run out of IP addresses, don’t fret. You can create an additional scope and your new scope will assign IP addresses where your previous scope ended.
To define a scope using the Create Scope Wizard:
  1. From the Action menu, select New Scope to launch the Create Scope Wizard, and then click Next.
  2. Type a name and description of your scope (Figure C) and click Next.
Figure C
  1. Enter the start and end IP addresses of your scope. Remember to also assign the appropriate subnet mask as well (Figure D). Click Next.
Figure D
  1. This window is where you specify all of your static IP addresses to exclude from your scope (Figure E). Add any exclusions and click Next.
Figure E
  1. Enter the amount of time the lease is active (Figure F) and click Next.
Figure F
  1. The next screen asks you whether you want to configure your DHCP options now or later. For this article, we will select Yes, I Want To Configure These Options Now and click Next.
  2. Enter your domain name and add the IP addresses for your DNS servers as shown in Figure G.
Figure G
  1. Enter the addresses of any WINS servers you configured on your network for resolving NetBIOS names into IP addresses, as shown in Figure H.
Figure H
  1. Choose Yes or No to indicate whether to activate your scope. There is still more work to be done, so we will choose No, as shown in Figure I.
Figure I
  1. Click Finish.
Superscopes
Some networks implement superscopes, which are collections of scopes that are grouped to allow multiple logical subnets on one physical network. For more information on creating superscopes, see Microsoft’s article Q161571: “Using DHCP ‘Superscopes’ to Serve Multiple Logical Subnets.” Adding reservations
In addition to specifying exclusions, you can add reservations to your DHCP server. By adding a reservation, you ensure that a machine always receives the same IP address from the DHCP server. To add a reservation:
  1. From the DHCP console, click the + sign next to the scope you created.
  2. Click Reservations and select Action | New Reservation, as shown in Figure J.
Figure J
  1. Enter a friendly name for the reservation and the IP address you want to assign to the computer or device.
  2. Enter the MAC address of the computer or device. (For Windows NT/2000 machines, you can find the MAC address by running ipconfig/all from the command prompt of the machine.)
  3. Enter a description and then choose the following reservation type: DHCP, BOOTP (going across a router), or both, as shown in Figure K. Click Add.
Figure K
Authorizing the DHCP server and activating scopes
Remember that after you install and configure your DHCP server, you will need to authorize your scope before it can be activated. Authorizing your DHCP server allows you to prevent hackers from configuring rogue DHCP servers.
To authorize your DHCP server:
  1. From the DHCP console, click on the DHCP icon.
  2. From the Action menu, select Manage Authorized Servers, as shown in Figure L.
Figure L
  1. Click Authorize and enter the name or IP address for your server (Figure M).
Figure M
  1. Now you’re ready to activate your DHCP server and bring it online. Click the scope you created and choose Activate from the Action menu (Figure N).
Figure N
Troubleshooting DHCP
After configuring DHCP, the easiest way to troubleshoot is to use Ipconfig from a command prompt in Windows NT/2000. To view all TCP/IP information on a machine. just typeipconfig/all from a command prompt. To release a DHCP lease, type ipconfig/release; to renew a lease, type ipconfig/renew.
On Windows 98 machines, you must use the Winipcfg utility to access TCP/IP information. You can access this utility by choosing Start | Run and typing winipcfg (Figure O). From there, you can click the Release and Renew buttons to access other options.
Figure O

0 komentar:

Posting Komentar