Ember Debug Adapter (ISA3) -- Configuring Static IP Addresses

洪飞龙
2023-12-01

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:

  • Disconnect the Ethernet connection from the Ember Debug Adapter.
  • Connect one end of the USB cable to the Ember Debug Adapter.
  • Connect other end of the USB cable to the PC.
  • Run em3xx_isa.exe with these parameters to configure static IP settings.

          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”


 类似资料:

相关阅读

相关文章

相关问答