# @(#)04 1.2 src/tcpip/etc/dhcprd.cnf, dhcp, tcpip720 10/16/95 09:48:25 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # tcpip720 src/tcpip/etc/dhcprd.cnf 1.2 # # Licensed Materials - Property of IBM # # Restricted Materials of IBM # # COPYRIGHT International Business Machines Corp. 1995 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # # dhcprd.cnf -- DHCP/BOOTP Relay Configuration File # # # A line starting with a '#' character is a comment and is ignored. # A '#' on a line which is not part of a quoted string indicates # that anything to the right of this character is a comment and should # be ignored. # # The directives are specified in the form of # ... . # # Here is a list of all the keywords whose value can be specified # in this file: # # Keyword Effect # ------------- --------------------------------------------------- # # numLogFiles The number of log files desired. # logFileSize The Size of log files in K bytes. # logFileName The name of the most recent log file. # logItem One item to be logged. # # server The server to send the packets to. Multiple are allowed. # # The presence and values of these parameters are picked up by the # relay agent that is started or restarted. # # # Log files. This set of parameters specifies the log files that will be # maintained by this server. Each parameter is identified by a keyword # and followed by its value. # # Keyword Value Definition # -------- ------------ ------------------------------------------ # numLogFiles 0 to n number of log files. If 0 is specified, # no log file will be maintained and no log # message is display anywhere. n is the # maximum number of log files maintained as # the size of the most recent log file # reaches its maximum size and a new log file # is created. # # logFileSize in K bytes maximum size of a log file. When the size # of the most recent log file reaches this # value, it is renamed and a new log file is # created. # # logFileName file path name of the most recent log file. Less # recent log files have the number 1 to # (n - 1) appended to their names; the larger # the number, the less recent the file. # # logItem One item that will be logged. # SYSERR System error, at the interface to the platform. # OBJERR Object error, in between objects in the process. # PROTERR Protocol error, between client and server. # WARNING Warning, worth of attention from the user. # EVENT Event occurred to the process. # ACTION Action taken by the process. # INFO Information that might be useful. # ACNTING Who was served when. # TRACE Code flow, for debugging. # # numLogFiles 4 logFileSize 100 logFileName /usr/tmp/dhcprd.log logItem SYSERR logItem OBJERR #logItem PROTERR #logItem WARNING #logItem EVENT #logItem ACTION #logItem INFO #logItem ACNTING #logItem TRACE # # Keyword Value #------------------------ # server ip address - Specifies the ip address of a bootp or dhcp server # The packet will be forwarded to the servers listed # in this file. # # server 192.24.24.1 - Server 192.24.24.1 is a server to send packets to.