ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamv_5.4.0.1/rzamvtcpbootstrap.htm

59 lines
3.8 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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 Bootstrap Protocol server" />
<meta name="abstract" content="Bootstrap Protocol (BOOTP) provides a dynamic method for associating workstations with servers and assigning workstation IP addresses and initial program load (IPL) sources." />
<meta name="description" content="Bootstrap Protocol (BOOTP) provides a dynamic method for associating workstations with servers and assigning workstation IP addresses and initial program load (IPL) sources." />
<meta name="DC.Relation" scheme="URI" content="rzamvtcpsetupsecurity.htm" />
<meta name="DC.Relation" scheme="URI" content="rzamvtcpstopbootp.htm" />
<meta name="DC.Relation" scheme="URI" content="rzamvtcpsecbootp.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="tcpbootstrap" />
<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 Bootstrap Protocol server</title>
</head>
<body id="tcpbootstrap"><a name="tcpbootstrap"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Security considerations for using Bootstrap Protocol server</h1>
<div><p>Bootstrap Protocol (BOOTP) provides a dynamic method for associating
workstations with servers and assigning workstation IP addresses and initial
program load (IPL) sources. </p>
<p>BOOTP is a TCP/IP protocol used to allow a media-less workstation (client)
to request a file containing initial code from a server on the network. The
BOOTP server listens on the well known BOOTP server port 67. When a client
request is received, the server looks up the IP address defined for the client
and returns a reply to the client with the clients IP address and the name
of the load file. The client then initiates a TFTP request to the server for
the load file. The mapping between the client hardware address and IP address
is kept in the BOOTP table on the system.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzamvtcpstopbootp.htm">Prevent BOOTP access</a></strong><br />
If you do not have any thin clients attached to your network, you do not need to run the BOOTP server on your system.</li>
<li class="ulchildlink"><strong><a href="rzamvtcpsecbootp.htm">Secure the BOOTP server</a></strong><br />
The BOOTP server does not provide direct access to your iSeries™ system,
and thus represents a limited security exposure.</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>