Guest User

Untitled

a guest
Oct 21st, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # Defaults for isc-dhcp-server (sourced by /etc/init.d/isc-dhcp-server)
  2.  
  3. # Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
  4. #DHCPDv4_CONF=/etc/dhcp/dhcpd.conf
  5. #DHCPDv6_CONF=/etc/dhcp/dhcpd6.conf
  6.  
  7. # Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
  8. #DHCPDv4_PID=/var/run/dhcpd.pid
  9. #DHCPDv6_PID=/var/run/dhcpd6.pid
  10.  
  11. # Additional options to start dhcpd with.
  12. # Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
  13. #OPTIONS=""
  14.  
  15. # On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
  16. # Separate multiple interfaces with spaces, e.g. "eth0 eth1".
  17. INTERFACESv4="wlx00c0caa51d03"
  18. INTERFACESv6=""
Advertisement
Add Comment
Please, Sign In to add comment