Friday, 16 August 2013

Is it possible to configure a static IP alternative for all adapters using the registry?

Is it possible to configure a static IP alternative for all adapters using
the registry?

I was reading the alternative configuration documentation, and thought I'd
try to setup a fallback static IP to simplify my setup:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Tcpip/Parameters
"IPAutoconfigurationEnabled"=dword:0
"EnableDHCP"=dword:0
"DefaultGateway"="192.168.99.1"
"IpAddress"="192.168.99.199"
"Subnetmask"="255.255.255.0"
The auto configuration is disabled, but the static IP never takes effect.
Is there something I'm missing here?

No comments:

Post a Comment