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

来源:互联网 发布:prim算法有什么用? 编辑:程序博客网 时间:2024/05/16 01:10

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”


1 0
原创粉丝点击