Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Open a command prompt on your run-time image. 
- 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.