Microtronix Access User Guide
6) Enter the following commands replacing the example values with those provided by your network
administrator:
set ipaddr 10.1.1.240
set netmask 255.255.255.0
set gatewayip 10.1.1.1
7) (optional) Enter a new host name:
set hostname NEWNAME
8) Enter the following commands to save the changes and restart the system.
save
boot
3.3 Emergency IP Address Recovery
The u-boot console may be used to recover a forgotten IP address. While in the U-Boot console mode, the
default IP address and other parameters may be displayed:
print ipaddr
print netmask
print gatewayip
If the default values are not in current effect, they may override the system-defined values temporarily by setting
new default values (if desired) and entering the U-Boot commands:
set ipaddr 10.1.1.240
set netmask 255.255.255.0
set gatewayip 10.1.1.1
set runlevel 2
save
boot
When the system starts up, it will be using the default IP address information, and should be reachable on that
network. Browse into the web interface and access the Ethernet page to view the “forgotten” values. Restart the
system to get the U-Boot console, and reset run level:
set runlevel
save
boot
The system will restart with the system-defined values.
18