Ipanema IP|Engine basic setup

28 09 2007

Basic setup to get an IP|Engine onto the network:

View IP configuration:

[ipe]$ ipconfig -d
Current configuration:
[MGT] IPaddr : 192.168.0.1
IPmask : 255.255.255.0
intfMTU : 1500
Gateway :
Hostname : ipe
Serial mode : yes
Copyright (c) Ipanema Technologies 2000-2006
[ipe]$

Configure the IP information:

[ipe]$ ipconfig mgt -a 192.168.1.1 -m 255.255.255.0 -g 192.168.1.254

Set the hostname:

[ipe]$ ipconfig -h MyIPEngine

Permit telnet and SSH access:

[MyIPEngine]$ netconfig +ssh +telnet

You’ll need to reboot after these commands have been entered.  The command is (unsurprisingly) ‘reboot’.