IgnoreRequestedAddress

Changes how the DHCP Server interprets the requested address submitted from a client.

[Settings]
IgnoreRequestedAddress=1        ; Default: 0 (don't ignore)

If IgnoreRequestedAddress is set to 0 (default): The DHCP server will take the requested address from an unknown client into account when selecting an address to offer, matching the requested address as long as it is free and inside the IP pool.

If IgnoreRequestedAddress is set to 1: The DHCP server will ignore unknown clients suggestion on IP address. Leading to the DHCP server not taking the client request for a specific IP address in account when selection an address to offer the client.

This behavior might not be fully confirmative with the DHCP specification and is not recommended in general usage. But might be useful in special cases.

This feature was an added in V2.10.0.0.