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: Relay Agent Services</title> 32 <meta NAME="AUTHOR" CONTENT="smorgan"> 33 <meta NAME="KEYWORDS" CONTENT="DHCP"> 34 35 </head> 36 37 <body bgcolor="#FFFFFF"> 38 39 <a name="top"></a> 40 41 <table border=0 cellspacing=0 cellpadding=0 width=625> 42 43 44 <!-- Start navigation banner --> 45 46 <tr><td colspan=4 WIDTH="615" align="left" valign="top"><IMG SRC="art/bannersmc.gif" WIDTH=615 BORDER=0 ALT="DHCP Manager Help"> 47 48 </td> 49 </tr> 50 51 <!-- End navigation banner --> 52 53 54 <tr> 55 56 <!-- Start contents block --> 57 58 <td colspan=1 valign="top" WIDTH="105"> 59 <P> </P> 60 <STRONG><A HREF="dhcp_main_top.html">Overview</A></STRONG><P> 61 62 <A HREF="dhcp_relay_ref.html"><STRONG>Servers and Relays</STRONG></A><BR> 63 <A HREF="dhcp_config_wiz.html">DHCP Config</A><BR> 64 <A HREF="dhcp_relay_config.html">BOOTP Config</A><BR> 65 <A HREF="dhcp_net_wiz.html">Net Config</A><BR> 66 <A HREF="dhcp_server_serv.html">DHCP Services</A><BR> 67 68 <IMG SRC="art/tip2.gif" WIDTH=12 HEIGHT=10 BORDER=0 ALT="">BOOTP Services<BR> 69 <a href="#log"><EM>Verbose</EM></a><BR> 70 <a href="#hops"><EM>Hops</EM></a><BR> 71 <a href="#srvrs"><EM>Servers</EM></a><BR> 72 <a href="#inter"><EM>Interfaces</EM></a><P> 73 74 <A HREF="dhcp_addr_ref.html"><STRONG>Addresses</STRONG></A><P> 75 <A HREF="dhcp_macro_ref.html"><STRONG>Macros</STRONG></A><P> 76 <A HREF="dhcp_option_ref.html"><STRONG>Options</STRONG></A><P> 77 <A HREF="dhcp_main_how.html"><STRONG>How To..</STRONG></A><P> 78 <A HREF="dhcp_main_menus.html"><STRONG>Menus</STRONG></A><P> 79 <A HREF="dhcp_main_idx.html"><STRONG>Index</STRONG></A> 80 81 </td> 82 83 <!-- End contents block --> 84 85 <!-- Start column rule --> 86 87 <td colspan=1 width=5 bgcolor="#CCCCCC"> </td> 88 89 <!-- End column spacer --> 90 91 <!-- Start column spacer --> 92 93 <td colspan=1 width=10 bgcolor="#FFFFFF"> </td> 94 95 <!-- End column spacer --> 96 97 98 99 <!-- Start topic block --> 100 101 <td colspan=1 valign="top" bgcolor="#ffffff" WIDTH="495"> 102 103 <P> </P> 104 105 <h1>Modifying Service Options <BR>on a BOOTP Relay Agent</h1> 106 107 After the initial configuration, choose Modify from the Service menu to customize additional settings for the BOOTP Relay Agent. <P> 108 The Modify Service Options dialog lets you configure the following options. 109 <P> 110 111 <table border=0 cellspacing=4 cellpadding=3 width=440> 112 <tr> 113 <td width=125 valign="top"><A NAME="log"><STRONG>Verbose Log Messages </STRONG></A></td> 114 <td width=315 valign="top"> 115 The DHCP daemon writes messages to the <TT>syslogd</TT> facility. <P>In verbose mode, the DHCP daemon displays more messages than in non-verbose mode. This can reduce efficiency due to the time taken to write and display the messages, so it should be reserved for troubleshooting. The default is for non-verbose mode. 116 </TD> 117 </tr> 118 119 <tr> 120 <td width=125 valign="top"><A NAME="hops"><STRONG>Maximum Relay Agent Hops</STRONG></A> 121 </td> 122 <td width=315 valign="top">Specify the maximum number of times the request can be relayed to another server before the receiving BOOTP relay agent drops the request. The default is 4. 123 </td> 124 </tr> 125 126 <tr> 127 <td width=125 valign="top"><A NAME="srvrs"><STRONG>DHCP Servers</STRONG></A> 128 </td> 129 <td width=315 valign="top">Enter the host names or IP addresses of the DHCP servers to which this BOOTP relay agent will forward requests. Use this option to add to the list of servers that were configured during initial configuration. You can also use this option to delete configured servers.<P> 130 </td> 131 </tr> 132 133 134 <tr> 135 <td width=125 valign="top"><A NAME="inter"><STRONG>Interfaces</STRONG></A></td> 136 <td valign="top">Click the Interfaces tab to choose the network interfaces the DHCP server will monitor.<P> The interfaces are listed by device name and IP network address. Use the arrow keys to remove or restore a network interface to the list of monitored interfaces.<P> The default is to allow the server to monitor all network interfaces. 137 138 </td> 139 </TR> 140 141 </table> 142 143 144 145 <p> </p> 146 147 148 <!-- Don't go past this line! --> 149 150 </td> 151 152 <!-- End topic block --> 153 154 </tr> 155 156 </table> 157 158 <!-- End topic table --> 159 160 </body> 161 </html>