June 2, 2011

Windows CE static IP registry setting

; Enable static IP address for VMINI1
[HKEY_LOCAL_MACHINE\Comm\VMINI1\Parms\Tcpip]
"EnableDHCP"=dword:0 ; Disable the DHCP/ enable static IP
"IPAddress"="192.168.1.3"
"SubnetMask"="255.255.255.0"
Note : VMINI1 is the correct key path to point to the registry settings used by this driver.
VMINI is the adapter name

source: http://nicolasbesson.blogspot.com/2007/11/static-ip-address-for-kitl-vmini.html

1 comment:

  1. Hi Nicola,

    Is there a way we can add a virtual IP to the adapter and map the vip to the real ip ?

    Regards,
    Maninder

    ReplyDelete