Configuring a Dynamic IP Address on a Run-Time Image

By default, all run-time images created in Target Designer are configured to use DHCP. If you set a static IP address on a network interface, you can reconfigure it to DHCP by using Netsh.

To configure a dynamic IP address on a run-time image

  1. Open a command prompt on your run-time image.

  2. Type the following Netsh syntax:

    netsh interface ip set address "Local Area Connection" dhcp
    

    After configuring the dynamic IP address, you can make additional configurations with Netsh, including setting addresses for multiple network interfaces or configuring routers.

See Also

Network Configuration | How to Configure a Static IP Address on a Run-Time Image

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.