64 lines
4.0 KiB
HTML
64 lines
4.0 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="Security considerations for using DHCP server" />
|
|
<meta name="abstract" content="These topics discuss methods for securing the DHCP server for authorized users and preventing access to the DHCP server." />
|
|
<meta name="description" content="These topics discuss methods for securing the DHCP server for authorized users and preventing access to the DHCP server." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzamvtcpsetupsecurity.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzamvtcpstopdhcp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzamvtcpsecdhcp.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="tcpdhcp" />
|
|
<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>Security considerations for using DHCP server</title>
|
|
</head>
|
|
<body id="tcpdhcp"><a name="tcpdhcp"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Security considerations for using DHCP server</h1>
|
|
<div><p>These topics discuss methods for securing the DHCP
|
|
server for authorized users and preventing access to the DHCP server.</p>
|
|
<p>Dynamic host configuration protocol (DHCP) provides a framework for passing
|
|
configuration information to hosts on a TCP/IP network. For your client workstations,
|
|
DHCP can provide a function similar to auto configuration. A DHCP-enabled
|
|
program on the client workstation broadcasts a request for configuration information.
|
|
If the DHCP server is running on your system, the server responds to the request
|
|
by sending the information that the client workstation needs to correctly
|
|
configure TCP/IP. </p>
|
|
<p>You can use DHCP to make it simpler for users to connect to your system
|
|
for the first time. This is because the user does not need to enter TCP/IP
|
|
configuration information. You can also use DHCP to reduce the number of internal
|
|
TCP/IP addresses that you need in a subnetwork. The DHCP server can temporarily
|
|
allocate IP addresses to active users (from its pool of IP addresses).</p>
|
|
<p>For thin clients, you can use DHCP in place of BOOTP. DHCP provides more
|
|
function than BOOTP, and it can support dynamic configuration of both thin
|
|
clients and PCs.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzamvtcpstopdhcp.htm">Prevent DHCP access</a></strong><br />
|
|
This article discusses the steps for preventing users from accessing the DHCP server.</li>
|
|
<li class="ulchildlink"><strong><a href="rzamvtcpsecdhcp.htm">Secure the DHCP server</a></strong><br />
|
|
This article provides recommendations for securing the DHCP server.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzamvtcpsetupsecurity.htm" title="The following information guides you through the process of setting up TCP/IP security.">Set up TCP/IP security</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |