Home | History | Annotate | Line # | Download | only in bootpd
      1  1.1  gwr 
      2  1.1  gwr Installation instructions for SunOS
      3  1.1  gwr 
      4  1.1  gwr Compile the executable:
      5  1.1  gwr For SunOS 4.X:
      6  1.1  gwr 	make sunos4
      7  1.1  gwr For SunOS 5.X:  (Solaris)
      8  1.1  gwr 	make sunos5
      9  1.1  gwr 
     10  1.1  gwr Install the executables:
     11  1.1  gwr 
     12  1.1  gwr 	make install
     13  1.1  gwr 
     14  1.1  gwr Edit (or create) the bootptab:
     15  1.1  gwr (See bootptab.sample and bootptab.5 manual entry)
     16  1.1  gwr 	edit /etc/bootptab
     17  1.1  gwr 
     18  1.1  gwr Edit /etc/services to add these two lines:
     19  1.1  gwr bootps		67/udp		bootp		# BOOTP Server
     20  1.1  gwr bootpc		68/udp				# BOOTP Client
     21  1.1  gwr 
     22  1.1  gwr Edit /etc/inetd.conf to add the line:
     23  1.1  gwr bootp	dgram	udp	wait	root	/usr/etc/bootpd bootpd -i
     24  1.1  gwr 
     25  1.1  gwr If you compiled report.c with LOG_LOCAL2 (defined in the Makefile)
     26  1.1  gwr then you may want to capture syslog messages from BOOTP by changing
     27  1.1  gwr your syslog.conf file.  (See the sample syslog.conf file here).
     28  1.1  gwr Test the change with:  logger -t test -p local2.info "message"
     29  1.1  gwr 
     30