Specifications
10 / 15
ipaddr=10.10.10.10
7. If the IP address information in step 6 is correct (i.e. matches your Arctic configuration)
then proceed to chapter 3.6. If not, follow the instructions on next chapter.
3.5.1. Changing the Arctic’s IP address if needed
Arctic network setting can be changed by changing the following parameters:
• ipaddr (IP address of Arctic device, default is 10.10.10.10)
• netmask (Netmask used by Arctic device, default 255.0.0.0)
• gatewayip (Gateway used to access hosts outside local LAN)
Still at the arctic> prompt, the command printenv shows the parameters with their values and
command saveenv saves the values to flash memory.
An example printout for interrupting the boot sequence, printing the configuration and changing the
IP address of the Arctic:
PPCBoot 1.1.6 (Apr 14 2005 - 18:44:18)
Viola Systems Arctic Board
CPU: MOTOROLA Coldfire MCF5272
Board: Viola Systems Oy Arctic Board
http://www.violasystems.com/
DRAM: 32 MB
FLASH: 8 MB
In: serial
Out: serial
Err: serial
Net: 00:06:70:02:07:4E
Hit any key to stop autoboot: 0
arctic>
arctic> printenv
baudrate=19200
loadaddr=0x20000
pm=1384004456
gatewayip=0
flashmem=8MB
bootdelay=2
bootargs=root=/dev/mtdblock2 rw
bootcmd=bootm ff820000
hwver=3.1
hostname=Arctic1
prodname=Arctic EDGE Router
watchdog=1
conswitch=1
ethaddr=00:06:70:02:07:4E
ipaddr=10.10.10.10
netmask=255.0.0.0
serverip=10.10.10.11
stdin=serial
stdout=serial
stderr=serial
Environment size: 342/4092 bytes
Disabling watchdog
arctic> setenv ipaddr 10.10.10.10
arctic> setenv netmask 255.0.0.0
arctic> setenv gatewayip 10.0.0.1