Advertisement
Guest User

Untitled

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