Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The options available to you depend on whether you have access over a local serial/USB port or an SSH network port, and whether you have root or user-level login permission.

...

  1. Connect to the local serial port or over the network via SSH using a terminal program, such as PuTTY or Tera Term.

  2. Log in with the root username/password. (Contact Elecsys if you don't know the root password.)

  3. Enter the  ifconfig  command to check the current address settings.
  4. Enter the following command to change the Ethernet IP address setting (use eth0, eth1, etc. for the proper Ethernet interface).
    ipconfig interface address netmask subnet
    such as:
    ipconfig eth0 10.63.191.25 netmask 255.255.0.0



  5. Enter the  route  command to check the current default gateway setting and route entries.
  6. If needed, enter the following command to change the default gateway:
    route del default; route add default gw gatewayaddress
    such as:
    route del default; route add default gw 10.63.1.1

     


  7. After setting the network address, you should be able to log into it over the network in order to load a final configuration and other software.

...


Setting IP Address with Local Serial "Bootloader" Option

...

  1. Connect to the local serial port using a terminal program, such as PuTTY or Tera Term.

  2. Power cycle or reset the RediGate, and watch the Linux startup messages until you see a big "LOGIN" banner appear.

  3. Then quickly (within 15 seconds) enter the Bootloader username/password of user/user.
    (NOTE: Normally you should not log in at this point, as it will interrupt the RediGate software. Ordinarily, you should wait the 15 seconds and then wait until you see "RediGate Applications Started."
    (if you fail to enter it quickly enough, just reboot and try again).


  4. After logging in, you can enter 1 to configure an IP address of the Ethernet port (eth0 only).
    Enter the IP address, Subnet mask, and Default gateway in dotted notation.

    After entering the IP address, enter Y to create a configuration in the file system with the minimal system settings, including IP address.
  5. Enter a user password for the default (temporary) configuration, and then enter Y to reboot.
    The configuration will be saved, and a reboot will be triggered automatically after a short delay.


  6. After the system restarts, you should be able to log into it over the network in order to load a final configuration and other software.

 

...