Start a conversation

Connecting to Kerio Control Hardware Appliances with Serial Consoles

Overview

It might be necessary to connect to a Kerio Control hardware appliance using a serial console. This is useful when network access breaks with the hardware appliance due to configuration mistakes or network hardware issues (from the box or network switch side), you need direct access to the Linux shell or BIOS, you need to view the boot sequence from the hardware appliance.


Prerequisites

Connection Settings

When setting up communication through a serial console, the connection requires these settings:

  • Speed: 9600
  • Data bits: 8
  • Stop bit: 1
  • Parity: none
  • Flow control: none

 

When accessing BIOS, the connection requires these settings:

  • Speed: 115200
  • Data bits: 8
  • Stop bit: 1
  • Parity: none
  • Flow control: none

 

Process 

Windows

Connecting to the Kerio Control hardware appliance using Windows requires using a special application such as PuTTY or RealTerm. Here are the steps for using RealTerm:

  1. Install RealTerm on your computer.
  2. Attach the serial cable to the hardware appliance and your PC.
  3. Run RealTerm.
  4. On the Display tab, select ANSI.
  5. Click the Port tab and make the following selections there:
    • Baud: 9600
    • Parity: none
    • Data bits: 8
    • Stop bit: 1
    • Hardware Flow Control: none
  6. Click Change.

    serialconsole1.png
  7. Before logging on to your hardware device, click Clear.

    serialconsole2.png
  8. Log into your hardware device as root. Use the admin password for verification. 

 

Linux

Connecting to the Kerio Control hardware appliance using Linux requires using a special terminal software such as minicom. Here are the steps for using minicom:

  1. Install the minicom application.
  2. Type the following command at the shell prompt: $minicom -s
  3. In the menu, select Serial port setup.

    serialconsole3.png
  4. Type A.
  5. In the A section, type the interface: TTYS0. If you use a USB-to-serial adapter, select USB instead.
  6. Press Enter.
  7. Type E.
  8. In the E section, type CQ for the following settings:
    • C: 9600 (Baudrate)
    • Q: 8 (Data Bits)-N (Parity as none)-1 (Stop Bit)

      serialconsole4.png
  9. Press Enter.
  10. Type F and set it to No.
  11. Press Enter to save the configuration as highlighted below:

    control-serial5.png
  12. Return to the main menu.
  13. Select Exit.

    control-serial6.png
  14. Log in to your hardware device as root. Use the admin password for verification. 

 

macOS

Connecting to the Kerio Control hardware appliance using Linux requires:

  • USB to Serial adapter with the FTDI chipset directly supported by macOS.
  • Special terminal software such as CoolTerm.

Here are the steps for using CoolTerm:

  1. Put the serial cable to the hardware appliance and also to your Mac with the USB to Serial adapter.
  2. Open CoolTerm.
  3. In the Serial Port section, select the USB adapter as the port with the following settings:
    • Baudrate: 9600
    • Data Bits: 8
    • Parity: none
    • Stop Bits: 1
    • Flow Control: no selection
  4. Click Connect.
  5. Log in to your hardware device as root. Use the admin password for verification.  

Back to top


 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments