Advertisement
jewome62

isc-dhcp-server

Mar 4th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. # Defaults for isc-dhcp-server initscript
  3. # sourced by /etc/init.d/isc-dhcp-server
  4. # installed at /etc/default/isc-dhcp-server by the maintainer scripts
  5.  
  6. #
  7. # This is a POSIX shell fragment
  8. #
  9.  
  10. # Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
  11. #DHCPD_CONF=/etc/dhcp/dhcpd.conf
  12.  
  13. # Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
  14. #DHCPD_PID=/var/run/dhcpd.pid
  15.  
  16. # Additional options to start dhcpd with.
  17. # Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
  18. #OPTIONS=""
  19.  
  20. # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
  21. # Separate multiple interfaces with spaces, e.g. "eth0 eth1".
  22. INTERFACES="lan"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement