home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20100913.bsc-siteConfiguration.tar.gz / bradford.20100913.bsc-siteConfiguration.tar / bsc / siteConfiguration / dhcpd.variables.bak_Wed_Jun_24_14:55:43_2009 < prev    next >
Text File  |  2009-06-24  |  2KB  |  52 lines

  1. # Configuration file for DHCP server:
  2.  
  3. #
  4. # Interface(s) for the DHCP server to listen on
  5. # (separated by spaces)
  6. #
  7. # Below is an example of what the DHCPD_INTERFACE declearation would
  8. # be for an 802.1Q port on interface 3 servicing DHCP on 2 vlans on
  9. # interface 3
  10. #DHCPD_INTERFACE="eth1 eth2 veth3.52 veth3.53" 
  11.  
  12. DHCPD_INTERFACE="eth1"
  13.  
  14. #
  15. # Shall the DHCP server dhcpd run in a chroot jail (/var/lib/dhcp)?
  16. #
  17. # Each time you start dhcpd with the init script, /etc/dhcpd.conf will 
  18. # be copied to /var/lib/dhcp/etc/.
  19. # Some files that are important for hostname to IP address resolution
  20. # (/etc/{hosts,host.conf,resolv.conf,localtime}, /lib/libnss_dns.so.2,
  21. # /lib/libresolv.so.2) will also be copied to the chroot jail by the 
  22. # init script when you start it (about 100kB altogether).
  23. # The pid file will be in /var/lib/dhcp/var/run/dhcpd.pid. 
  24. #
  25. DHCPD_RUN_CHROOTED="yes"
  26.  
  27. #
  28. # Since version 3, dhcpd.conf can contain include statements. 
  29. # If you enter the names of any include files here, _all_ conf
  30. # files will be copied to $chroot/etc/, when dhcpd is started in the 
  31. # chroot jail. (/etc/dhcpd.conf is always copied.)
  32. #
  33. # Example: "/etc/dhcpd.conf.shared /etc/dhcpd.conf.bootp-clients"
  34. #
  35. DHCPD_CONF_INCLUDE_FILES=""
  36.  
  37. #
  38. # Leave empty or enter "root" to let dhcpd run as root. 
  39. # Enter "nobody" to run dhcpd as user 'nobody' and group 'nogroup'.
  40. #
  41. DHCPD_RUN_AS="nobody"
  42.  
  43. #
  44. # Other arguments that you want dhcpd to be started with
  45. # Debug output will be sent to /var/log/rc.dhcpd.log
  46. #
  47. DHCPD_OTHER_ARGS="-d"
  48.