dhcp.conf 640 B

12345678910111213141516171819202122232425
  1. dhcp {
  2. # Always use the configured server address.
  3. # force_server_address = no
  4. # Derive user-defined MAC address from hash of IKE identity and send client
  5. # identity DHCP option.
  6. # identity_lease = no
  7. # Interface name the plugin uses for address allocation.
  8. # interface =
  9. # Whether to load the plugin. Can also be an integer to increase the
  10. # priority of this plugin.
  11. load = yes
  12. # DHCP server unicast or broadcast IP address.
  13. # server = 255.255.255.255
  14. # Use the DHCP server port (67) as source port when a unicast server address
  15. # is configured.
  16. # use_server_port = no
  17. }