1 <!--
   2   -- ident      "%W%    %E% SMI"
   3   --
   4     CDDL HEADER START
   5 
   6     The contents of this file are subject to the terms of the
   7     Common Development and Distribution License, Version 1.0 only
   8     (the "License").  You may not use this file except in compliance
   9     with the License.
  10 
  11     You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  12     or http://www.opensolaris.org/os/licensing.
  13     See the License for the specific language governing permissions
  14     and limitations under the License.
  15 
  16     When distributing Covered Code, include this CDDL HEADER in each
  17     file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  18     If applicable, add the following below this CDDL HEADER, with the
  19     fields enclosed by brackets "[]" replaced with your own identifying
  20     information: Portions Copyright [yyyy] [name of copyright owner]
  21 
  22     CDDL HEADER END
  23 
  24  -- Copyright (c) 2000-2001 by Sun Microsystems, Inc.
  25   -- All rights reserved.
  26   -->
  27 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  28 <html>
  29 
  30 <head>
  31 <title>DHCP Manager Help: Servers and Relays</title>
  32 <meta NAME="AUTHOR" CONTENT="smorgan">
  33 <meta NAME="KEYWORDS" CONTENT="DHCP">
  34 
  35 </head>
  36 <body bgcolor="#ffffff">
  37 
  38 <a name="top"></a>
  39 
  40 <table border=0 cellspacing=0 cellpadding=0 width=615>
  41 
  42 
  43 <!-- Start navigation banner -->
  44 
  45 <tr><td colspan=4  WIDTH="615" align="left" valign="top"><IMG SRC="art/bannersmc.gif" WIDTH=615 BORDER=0 ALT="DHCP Manager Help">
  46 
  47         </td>
  48         </tr>
  49 
  50 <!-- End navigation banner -->
  51 
  52 
  53 <tr>
  54 
  55 <!-- Start contents block -->
  56 
  57         <td colspan=1 valign="top" WIDTH="105">
  58         <P>&nbsp;</P>
  59         <STRONG><A HREF="dhcp_main_top.html">Overview</A></STRONG><P>
  60                 <IMG SRC="art/tip2.gif" WIDTH=12 HEIGHT=10 BORDER=0 ALT=""><STRONG>Servers and Relays</STRONG><BR>
  61         &nbsp;&nbsp;<A HREF="dhcp_config_wiz.html">DHCP Config</A><BR>
  62         &nbsp;&nbsp;<A HREF="dhcp_relay_config.html">Relay Config</A><BR>
  63         &nbsp;&nbsp;<A HREF="dhcp_net_wiz.html">Network Config</A><BR>
  64         &nbsp;&nbsp;<A HREF="dhcp_server_serv.html">DHCP Services</A><BR>
  65         &nbsp;&nbsp;<A HREF="dhcp_relay_serv.html">Relay Services</A><BR>
  66         &nbsp;&nbsp;<A HREF="dhcp_relay_how.html#start">Start/Stop</A><BR> 
  67         &nbsp;&nbsp;<A HREF="dhcp_relay_how.html#dis">Enable/Disable</A><BR>
  68         &nbsp;&nbsp;<A HREF="dhcp_relay_how.html#exp">Export/Import Data</A><BR>      
  69 &nbsp;&nbsp;<A HREF="dhcp_relay_how.html#conv">Convert Data Store</A><BR>
  70 &nbsp;&nbsp;<A HREF="dhcp_relay_how.html#uncon">Unconfigure</A><P>
  71         <A HREF="dhcp_addr_ref.html"><STRONG>Addresses</STRONG></A><P>
  72         <A HREF="dhcp_macro_ref.html"><STRONG>Macros</STRONG></A><P>
  73         <A HREF="dhcp_option_ref.html"><STRONG>Options</STRONG></A><P>            
  74         
  75  <A HREF="dhcp_main_how.html"><STRONG>How To..</STRONG></A><P>
  76         <A HREF="dhcp_main_menus.html"><STRONG>Menus</STRONG></A><P>
  77 <A HREF="dhcp_main_idx.html"><STRONG>Index</STRONG></A>
  78         
  79                 </td>
  80         
  81 <!-- End contents block -->
  82 
  83 <!-- Start column rule -->
  84 
  85         <td colspan=1 width=5 bgcolor="#CCCCCC">&nbsp;</td>
  86 
  87 <!-- End column spacer -->
  88 
  89 <!-- Start column spacer -->
  90 
  91         <td colspan=1 width=10 bgcolor="#FFFFFF">&nbsp;</td>
  92 
  93 <!-- End column spacer -->
  94 
  95 
  96 
  97 <!-- Start topic block -->
  98 
  99 <td colspan=1 valign="top" bgcolor="#ffffff" width="495">
 100 
 101 
 102         
 103 <P>&nbsp;</P>
 104 
 105 
 106 <H1>DHCP Servers and BOOTP Relay Agents</H1>
 107 
 108 You can use DHCP Manager to configure and manage your DHCP server or BOOTP relay agent, and their associated networks.<P>
 109 <H2>DHCP Server</H2>
 110 The DHCP server manages the IP address space of networks connected to the server. Use the <A HREF="dhcp_config_wiz.html">DHCP Configuration Wizard</A> to configure your DHCP server.
 111 The DHCP Configuration Wizard steps through the procedure to configure the system as a DHCP server and configures the first network. The wizard performs the same steps as the Solaris <tt>dhcpconfig</tt> command.<p>
 112 After initial configuration, you can configure additional options to customize the behavior of the DHCP server using the Modify option from the Service menu to open the  <A HREF="dhcp_server_serv.html">Modify Service Options</A> dialog box. Use the Service menu to <A HREF="dhcp_relay_how.html#start"> stop, start,</A> <A HREF="dhcp_relay_how.html#dis">disable, enable, </A>and <A HREF="dhcp_relay_how.html#uncon">unconfigure</A> the DHCP server. The Service menu also provides selections for <A HREF="dhcp_relay_how.html#exp">exporting and importing data</A>, and <A HREF="dhcp_relay_how.html#conv">converting the data store</A>.
 113 
 114 <H2>BOOTP Relay Agent</H2>
 115 The BOOTP relay agent can receive requests for configuration from a client in a network not directly connected to a DHCP server and forward the request to a DHCP server. Use the <A HREF="dhcp_relay_config.html">BOOTP Configuration</A> dialog box for initial configuration. You can configure additional options using the Modify option from the Service menu to open the  <A HREF="dhcp_relay_serv.html">Modify Service Options</A> dialog box.  Use the Service menu to <A HREF="dhcp_relay_how.html#start"> stop, start,</A> <A HREF="dhcp_relay_how.html#dis">disable, enable, </A>and <A HREF="dhcp_relay_how.html#uncon2">unconfigure</A> the BOOTP relay agent. <P>
 116 
 117 <H2>Networks</H2>
 118 The DHCP server can manage clients and addresses on configured networks. Use the <A HREF="dhcp_config_wiz.html">DHCP Configuration Wizard</A> to configure the first network. After initial configuration, you can configure additional networks with the <A HREF="dhcp_net_wiz.html">Network Wizard</A>, available from the Edit menu.<P>
 119 Select <A HREF="dhcp_net_del.html">Delete Network</A> from the Edit menu to remove a network from the list of monitored networks.
 120 
 121 
 122 <p>&nbsp;</p>
 123 
 124 
 125 <!-- Don't go past this line! -->
 126 
 127         </td>
 128 
 129 <!-- End topic block -->
 130 
 131 </tr>
 132 
 133 </table>
 134 
 135 <!-- End topic table -->
 136 
 137 </body>
 138 </html>