By default, Ember Debug Adapters are configured to acquire IP addresses using DHCP. If your network environment requires use of static IP addresses, configure the Ember Debug Adapter as follows:
em3xx_isa.exe --admin “ip status IPADDR NETMASK GATEWAY”
Example:
The following command line changes settings to a static IP address of 192.168.1.100 with a netmask of 255.255.255.0 and gateway of 192.168.1.1
em3xx_isa --admin “ip static 192.168.1.100 255.255.255.0 192.168.1.1”
em3xx_isa.exe --admin “ip dhcp off”