73 lines
4.8 KiB
HTML
73 lines
4.8 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Problem: Duplicate IP address assignments on the same network" />
|
||
|
<meta name="abstract" content="An IP address should be unique across your network. The DHCP server cannot assign a single IP address to more than one client." />
|
||
|
<meta name="description" content="An IP address should be unique across your network. The DHCP server cannot assign a single IP address to more than one client." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgtroubleshooting.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakgmanaging.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzakgproblemdupip" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Problem: Duplicate IP address assignments on the same network</title>
|
||
|
</head>
|
||
|
<body id="rzakgproblemdupip"><a name="rzakgproblemdupip"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Problem: Duplicate IP address assignments on the same network</h1>
|
||
|
<div><p>An IP address should be unique across your network. The DHCP server
|
||
|
cannot assign a single IP address to more than one client.</p>
|
||
|
<p>Under certain conditions, the DHCP server will attempt to verify that an
|
||
|
address is not currently in use before it assigns it to a client. When the
|
||
|
DHCP server detects that an address is being used when it should not be, it
|
||
|
will temporarily mark that address as used and will not assign that address
|
||
|
to any client. You can use the DHCP Server Monitor to view which IP addresses
|
||
|
the server has detected are in use but were not assigned by the DHCP server.
|
||
|
These addresses will have a USED status and a UNKNOWN_TO_IBMDHCP client identifier.</p>
|
||
|
<p>Here are some common reasons for this problem.</p>
|
||
|
<dl><dt class="dlterm">Multiple DHCP servers are configured to assign the same IP address.</dt>
|
||
|
<dd>If two DHCP servers are configured to assign the same IP address to clients,
|
||
|
then it is possible for two different clients to receive the same IP address.
|
||
|
One of the clients will receive the IP address from one of the DHCP servers,
|
||
|
and another client will receive the same IP address from the other DHCP server.
|
||
|
Multiple DHCP servers can serve the same subnet or network, but they should
|
||
|
not be configured with the same address pool or overlapping address pools.</dd>
|
||
|
</dl>
|
||
|
<dl><dt class="dlterm">A client has been manually configured with an IP address which is managed
|
||
|
by DHCP.</dt>
|
||
|
<dd> The DHCP server typically attempts to verify whether an
|
||
|
IP address is currently in use before assigning it to a client. However, there
|
||
|
is no guarantee that the manually configured client is currently connected
|
||
|
to the network or available to respond when the DHCP server is verifying the
|
||
|
IP address. So, the DHCP server might assign the IP address to a DHCP client.
|
||
|
When the manually configured client connects to the network, you will have
|
||
|
duplicate IP addresses on your network. IP addresses that are managed by DHCP
|
||
|
should not be used to manually configure the network setup for a client. If
|
||
|
a client needs to be manually configured with an IP address, that IP address
|
||
|
should be excluded from the DHCP server's address pool.</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakgtroubleshooting.htm" title="You can view job log and trace data, as well as use troubleshooting lists for common problems.">Troubleshoot DHCP</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzakgmanaging.htm" title="The DHCP Server Monitor can help you to monitor and manage leases.">Manage leased IP addresses</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|