082306_WS2003_DHCP

Views:
 
Category: Entertainment
     
 

Presentation Description

No description available.

Comments

Presentation Transcript

Windows Server 2003DHCP 安裝設定與管理維護 : 

Windows Server 2003DHCP 安裝設定與管理維護 林寶森 jeffl@ms11.hinet.net

How DHCP Allocates IP Addresses : 

How DHCP Allocates IP Addresses

The DHCP Lease Generation Process : 

The DHCP Lease Generation Process DHCP Servers DHCP Client 1 IP Lease Request 3 IP Lease Selection 2 IP Lease Offer 4 IP Lease Acknowledgement

The DHCP Lease Renewal Process : 

The DHCP Lease Renewal Process DHCP Client DHCP Server

Automatic Private IP Addressing : 

Automatic Private IP Addressing

Securing the DHCP Service : 

Securing the DHCP Service DHCP Administrators DHCP Users DHCP Server 1 DHCP Server 2

Overview of Scopes : 

Overview of Scopes Scope 192.168.1.0 192.168.1.1 192.168.1.2 192.168.1.3 192.168.1.4 IP Addresses Available for Lease to Client Computers DHCP Server

Selecting DHCP Options : 

Selecting DHCP Options

Reserving IP Addresses for Client Computers : 

Reserving IP Addresses for Client Computers A reservation is a specific IP address, within a scope, that is permanently reserved for leased use to a specific DHCP client

Examining Option Classes : 

Examining Option Classes Vendor-defined classes manage DHCP options that are assigned to clients that are identified by vendor type User-defined classes manage DHCP options that are assigned to clients with common configuration requirements

Relative IPCONFIG Options : 

Relative IPCONFIG Options IPCONFIG /all Display full configuration information IPCONFIG /renew Renew the IP address for the specified adapter IPCONFIG /release Release the IP address for the specified adapter

Configuring a Superscope : 

Configuring a Superscope

Configuring a Multicast Scope : 

Configuring a Multicast Scope Computer2 Computer3 Computer4 Computer1 MulticastGroup DHCP Server Request for Multicast Address Multicast Address Assigned

Routed Network Configuration Options : 

Routed Network Configuration Options DHCP Client DHCP Client Windows 2003 Server DHCP Server DHCP Client DHCP Client Non RFC Compliant Router Router RFC-1542 Compliant DHCP Client DHCP Client Non RFC Compliant Router DHCP Client

Enhancing DHCP Availability with Distributed Scopes : 

Enhancing DHCP Availability with Distributed Scopes DHCP Server DHCP Server Scope for 192.168.1.X/24 defined in both DHCP Servers Active Addresses Active Addresses Excluded Addresses Excluded Addresses

What Is a DHCP Database? : 

What Is a DHCP Database? The DHCP database contains DHCP configuration data, such as information about scopes, reservations, options, and leases Windows Server 2003 stores the DHCP database in the directory %Systemroot%\System32\Dhcp The DHCP database files include: DHCP.mdb Tmp.edb J50.log and J50*.log Res*.log J50.chk

How a DHCP Database Is Reconciled : 

How a DHCP Database Is Reconciled DHCP Server DHCP Database Registry Summary IP address lease information Detailed IP address lease information Compares information to find inconsistencies Reconciles inconsistencies in the DHCP database

What Are DHCP Statistics? : 

What Are DHCP Statistics? DHCP statistics represent statistics collected at either the server level or scope level since the DHCP service was last started DHCP Server

What Is a DHCP Audit Log File? : 

What Is a DHCP Audit Log File? A DHCP audit log is a log of service-related events, such as when: the service starts and stops; authorizations have been verified; or IP addresses are leased, renewed, released, or denied