Configuring a Dynamic IP Address on a Run-Time Image
5/10/2007
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.
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
Concepts
How to Configure a Static IP Address on a Run-Time Image