; Enable static IP address for VMINI1Note : VMINI1 is the correct key path to point to the registry settings used by this driver.
[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"
VMINI is the adapter name
source: http://nicolasbesson.blogspot.com/2007/11/static-ip-address-for-kitl-vmini.html
Hi Nicola,
ReplyDeleteIs there a way we can add a virtual IP to the adapter and map the vip to the real ip ?
Regards,
Maninder