shared_dhcp_range


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.52" ) ]
public string shared_dhcp_range { owned get; set; }

This option allows you to specify a custom DHCP range for the shared connection method.

The value is expected to be in `<START_ADDRESS>,<END_ADDRESS>` format. The range should be part of network set by ipv4.address option and it should not contain network address or broadcast address. If this option is not specified, the DHCP range will be automatically determined based on the interface address. The range will be selected to be adjacent to the interface address, either before or after it, with the larger possible range being preferred. The range will be adjusted to fill the available address space, except for networks with a prefix length greater than 24, which will be treated as if they have a prefix length of 24.