User's Manual

STAR 3000 Installation Manual
Mojix Incorporated
www.mojix.com
(877) 886-6549
Page
23
of
45
Confidential and Proprietary
2. Method 1: Connect to the STAR by entering the default IP address listed above for Ethernet 1. Figure
16 shows the graphical interace presented to the user for network setup. Enter the desired network
addresses and then click on the Commit Changes button.
Figure 16: STAR Web UI Network Setup
3. Method 2: Log into the STAR using SSH using the following credentials:
Username: root
Password: root
To edit the configuration file, the user must use the vi editor with the following command:
vi /mnt/boot/etc/rc.conf (Note: this is an advanced method of modifying IP addresses and
assumes the user is familiar with the basics of the vi editor.)
The file consists of lines of the format 'export VARNAME="string"
The variables relevant to network settings for the Ethernet ports are as follows:
Ethernet 1 Address: IPADDR0
Ethernet 1 Netmask: NETMASK0
Ethernet 1 Gateway: GATEWAY0
Ethernet 2 Address: IPADDR1
Ethernet 2 Netmask: NETMASK1
Ethernet 2 Gateway: GATEWAY1
To set the IP address to DHCP, enter “dhcp” instead of a qualified IP address. If DHCP is used,
then there is no need to assign a netmask or gateway.
To use static IP addresses, the user must enter a netmask and gateway.
Reboot the system for the changes to take place
At the SSH command line, enter the this command: reboot