HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<interface-name>
Data type | Range | Default value |
---|---|---|
REG_SZ | IPAddress[ IPAddress...] (A-space delimited list of dotted decimal IP addresses.) | (There is no default value for this entry. The value is configured by DHCP.) |
Specifies the IP addresses of the interface, as configured by DHCP.
The IP address of the interface is managed by two entries, DhcpIPAddress, which is configured by DHCP, and IPAddress, which you can configure. If the value of IPAddress contains one or more valid values (to replace 0.0.0.0), it overrides the value of DhcpIPAddress.
Caution
The DHCP client service adds this entry to the registry when the service is enabled. It is maintained for internal use by the DHCP client service. Do not delete this entry or change its value.
Related Entries