Updated on 31 Oct 2005

I strongly recommend having two DHCP servers to improve the server's availability. The explanation is below this page.

| Server Name | hoge-server |
|---|---|
| Network Address | 192.168.0.0 |
| Subnet Mask | 255.255.255.0 |
| Server IP Address | 192.168.0.1 |
| Default Gateway | 192.168.0.1 |
| DNS Server | 192.168.0.1 |
| DHCP Server | 192.168.0.1 |
| WINS Server | 192.168.0.1 |
















If server1 is down, other clients still can communicate with server2.
| \ | Server1 (DHCP,DNS,WINS) | Server2 (DHCP,DNS,WINS) |
|---|---|---|
| Server IP Address | 192.168.0.1 | 192.168.0.2 |
| IP Address Range | 192.168.0.100 - 192.168.0.200 | 192.168.0.100 - 192.168.0.200 |
| IP Address Exclution | 192.168.0.151 - 192.168.0.200 | 192.168.0.100 - 192.168.0.150 |
| Scope Options | ||
| DNS | 192.168.0.1, 192.168.0.2 | 192.168.0.2, 192.168.0.1 |
| WINS | 192.168.0.1, 192.168.0.2 | 192.168.0.2, 192.168.0.1 |
Note:
The point is both server's scope options must have different order of servers. See above table. You can also assign different IP address ranges to servers, then you don't need to configure exclusions.
| DHCP Server | Range | Exclution |
|---|---|---|
| DHCP1 | 192.168.10.10 - 192.168.10.254 | 192.168.10.200 - 192.168.10.254 |
| 192.168.20.10 - 192.168.20.254 | 192.168.20.10 - 192.168.20.200 | |
| DHCP2 | 192.168.10.10 - 192.168.10.254 | 192.168.10.10 - 192.168.10.200 |
| 192.168.20.10 - 192.168.20.254 | 192.168.20.200 - 192.168.20.254 |
C:\> ipconfig /release
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . . . . :
C:\> ipconfig /renew
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : grape-info.com
IP Address. . . . . . . . . . . . : 192.168.0.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.2
Note: Practically I have noticed that some computer does not get the new configuration. In such a case, restart the computer.
C:\> ipconfig /all
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : grape-info.com
Description . . . . . . . . . . . : Hoge hoge LAN Card
Physical Address. . . . . . . . . : 00-02-2D-4F-57-3B
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 192.168.0.1
192.168.0.2
Primary WINS Server . . . . . . . : 192.168.0.1
Secondary WINS Server . . . . . . : 192.168.0.2
Lease Obtained. . . . . . . . . . : 12 June 2002 12:34:22
Lease Expires . . . . . . . . . . : 20 June 2002 13:35:22