All Forums
 Microsoft Windows CE
 General CE
 Disabling DHCP and using a fixed IP
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

cbadr

154 Posts

Posted - 28 May 2009 :  11:27:33  Show Profile  Email Poster
Disabling DHCP and using a fixed IP

To disable DHCP and use a fixed IP with Windows CE 5.0, you need to add or modify the following entries in ADSLoad.reg:

On BitsyXb or VGX

[HKEY_LOCAL_MACHINE\Comm\LAN90001\Parms\TcpIp]
  "EnableDHCP"=dword:0     ; <== set to 1 if DHCP enabled.
  "DefaultGateway"="0"      ; If set to 0 then enter the values next entries
  "UseZeroBroadcast"=dword:0
  "IpAddress"=""         ; <== enter IP here
  "Subnetmask"=""     ; <== enter subnet mask here
  "ConnectDampingInterval"=dword:4
  "DisconnectDampInterval"=dword:8

On BitsyG5 or TurboXb

[HKEY_LOCAL_MACHINE\Comm\SMSC911X1\Parms\TcpIp]
  "EnableDHCP"=dword:0
  "DefaultGateway"=""   ; <== enter default gateway here
  "UseZeroBroadcast"=dword:0
  "IpAddress"=""     ; <== enter IP here
  "Subnetmask"=""   ; <== enter subnet mask here

On Sphere II

[HKEY_LOCAL_MACHINE\Comm\CS89501\Parms\TcpIp]
  "EnableDHCP"=dword:0
  "DefaultGateway"=""   ; <== enter default gateway here
  "LLInterface"=""
  "UseZeroBroadcast"=dword:0
  "IpAddress"=""     ; <== enter IP here
  "Subnetmask"=""   ; <== enter subnet mask here

  Topic  
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000