Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 06 Apr 2004 01:36 PM by  mikee@logicpd.com
I can't turn off DHCP
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
krw
New Member
New Member
Posts:1


--
02 Apr 2004 07:13 PM
    I can't seem to turn off DHCP.

    Even when I set EnableDHCP to 0, it seems to try and use it anyway.

    Has anyone else figured out how to turn it off for real?

    The two registery entries I changed are below...

    [HKEY_LOCAL_MACHINE\Comm\lpd_91C111_Async1\Parms\TcpIp]
    "EnableDHCP"=dword:0
    "IpAddress"=multi_sz:"192.168.1.25"
    ; "IpAddress"=multi_sz:"0.0.0.0"
    "Subnetmask"=multi_sz:"255.255.255.0"
    "DefaultGateway"=multi_sz:"0.0.0.0"
    "DNS"=multi_sz:"0.0.0.0"
    "WINS"=multi_sz:"0.0.0.0"
    "UseZeroBroadcast"=dword:0
    "DhcpMaxRetry"=dword:ffffffff
    "DhcpInitDelayInterval"=dword:2710
    "DhcpRetryDialog"=dword:ffffffff

    [HKEY_LOCAL_MACHINE\Comm\Tcpip\Parms]
    "IpEnableRouter"=dword:0
    "TcpWindowSize"=dword:8000
    "EnableDHCP"=dword:0
    mikee@logicpd.com
    New Member
    New Member
    Posts:


    --
    06 Apr 2004 01:36 PM
    krw,

    What you've done _should_ work just fine. That is what I do here to assign a static IP address. Did you re-build your platform after editing the registry file? You need to rebuild the platform to ensure that the new values make it into the system's registry.

    The way to make sure is to look inside init.ini inside your platform's release directory. This file will be the system's registry at startup.

    Please let me know if this does or doesn't work.

    Best regards,
    --mikee
    You are not authorized to post a reply.