Conductor Installation
After downloading the ISO, use the procedure in Creating a Bootable USB to create a bootable USB.
The steps in this section describe the interactive conductor installation from the packaged-based ISO, using the serial console. The section Initialize the Conductor describes using the Initializer to configure the system as a Conductor after installing using the interactive installation.
The Conductor installation must be completed before installing a Session Smart Router or routers using the ISO. The same ISO is used for both installations.
Prerequisites
- Installation is performed on a compliant platform; see Compliant SSR Hardware.
- Verify that the boot priority of the USB drive is properly listed in the system BIOS.
- Ensure local console connectivity to the device.
- Logging in as
rootover SSH is not permitted. When a system is installed using the OTP ISO, at128user is configured withsudoprivileges.
Installation
Connect the SSR to a Management Console
Ensure that you have an appropriate rollover cable available to connect to your computer. The SSR has a console port (CONSOLE) with an RJ-45 connector. Use the console port to connect the appliance to a management console or to a console server. The baud rate of the console port is 115200 bps.
- Connect the RJ45 rollover cable to the console port on the SSR device.
- Connect the other end of the cable to your computer.
- Insert your bootable USB with the new ISO image into the USB port of the SSR device.
- Connect the power input to the SSR device.
- Power on the SSR.
Boot from the USB
Use the steps appropriate for your device to direct the device to boot from the USB.
SSR100 Series Devices
-
At the instruction in the terminal window:
Press ESC for boot menu, do so.
-
From the boot menu, enter the boot device number corresponding to the USB, and press Enter.

-
When the USB installer boot menu is displayed, continue with the Conductor Installation.
SSR1000 Series Devices
-
At the instruction in the terminal window:
Press <Tab> or <DEL> to enter Setup, do so.
-
When the Setup Utility window appears, use the left and right arrow keys to navigate to the
Save & Exittab.
-
Use the up and down arrow keys to highlight the USB device in the Boot Override list.

-
Press Enter to confirm boot from the USB device.
-
When the USB installer boot menu is displayed, continue with the Conductor Installation.
Conductor Installation
Upon boot, the following screen is displayed. The default selection is booting to the serial console (115200 baud). You must manually choose the installation process suited for your environment.

- Use the Up/Down keys to select the
Install 128T Routing Software Serial Consoleoption. This is the supported installation option for Common Criteria. It uses/dev/ttyS0115200 baud as the serial console for interacting with the installer.
Selecting the wrong type of console (Serial or VGA) may result in garbled characters being displayed. If allowed to continue it will result in an incorrect installation. If the wrong console is selected, reboot the target system and select the correct line for the target hardware.
For serial console issues please refer to Serial Console Troubleshooting.
- Press the TAB key to edit the configuration.
To enable FIPS Enforcement for SSR software version 6.2.5-5r2, add the fips=1 kernel option to the kernel command line during system installation as shown in the steps below. This ensures that key generation is done with FIPS approved algorithms and continuous monitoring tests in place.
FIPS mode is required for Common Criteria compliance. Failure to configure FIPS mode, or the use of any other cryptographic engine nullifies compliance.
- Add
fips=1to the end of thevmlinuzparameters.

- Press Enter to start the installation.
After the Linux installation is complete, the SSR software installation begins. Note that this may take several minutes to complete (up to 40 minutes). After the process has completed, the following screen is displayed:

Select <Yes> to shut down the system. Remove the USB device, then power the system up to complete the installation process.
Initial Boot and Management Network Configuration
When the system boots from the Install 128T Routing Software... Interactive Installation work flow, the system asks whether to configure initial Linux Networking before the SSR Initializer is started.

Selecting Yes launches the NMTUI application to perform an initial network interface setup.

Configure the Network Interface
Configure the IP address that will be used to manage the network routers.
- Select the device ethernet interface that corresponds to the management port for your Conductor and select
<Edit>
- In the Edit Connection screen, configure the following:
- The IP address for the port
- the Gateway IP address
- DNS server addresses
- Scroll to the bottom of the screen and select
Automatically ConnectandAvailable to All Users, then select OK.
- From the NMTUI screen, select
Set system hostname, and<OK>.
- Enter the hostname and select
<OK>. Note that the hostname will be used as the Asset ID.
When the port has been activated, an asterisk will appear next to the port name.
Ethernet (enp2s0f0)
* enp2s0f0
- Select
<Back>and then<Quit>NMTUI.
The Initializer process starts automatically.
Initialize the Conductor Node
The SSR Initializer tunes your operating system, prepares the platform to run the SSR software, and creates the bootstrapping files necessary to load the software. The Initializer is launched on first boot.
There are two different types of conductor installations supported:
- Standalone Conductor
- Conductor High Availability
All High Availability configurations must be run and managed over private connections.
Conductor High Availability for Cloud Deployments is not supported under Common Criteria.
Standalone Conductor
- On the SSR Initializer wizard screen, use the down arrow on the keyboard, or press "C" to select the Conductor role for the SSR node, and press the Enter key to select OK.

- When asked What kind of Conductor node is this?, select Standalone from the following options:

- Standalone: This conductor has no highly available peer, and is not currently planned for high availability.
-
Enter the following system properties on the Node Info screen:

- Node Name: The name of the system within your Conductor, in this example, test-conductor. By default this field uses the Linux system's hostname. The node name identifies the conductor node under the Conductor element in the Authority.
noteBoth routers and conductors can consist of one node (for standalone systems) or two nodes (for highly available systems).
- Conductor Name: SSR devices follow a naming scheme akin to domain names (e.g.,
specific.general). As it relates to SSR devices, the leading name identifies the node and the trailing name identifies the name of the HA conductor or router pair. When referring to a running SSR software instance, it is identifiable by the full name; e.g.,test-conductor.conductor. The full system name is reflected in the CLI prompt.
-
On the Password Setup screen, create a password for the SSR Admin user. The administrator password must be:
- At least 9 characters long
- Contain at least one uppercase letter
- At least one lowercase letter
- At least one number
- At least one special character (` ! @ # $ % ^ & * ( ) _ + ? ~ " -)
- Cannot contain the username in any form
- Cannot repeat characters more than 3 times This operation is only performed on the standalone or first node in the HA peer, and the password must be entered twice. For supporting password information, see Username and Password Policies.
Resetting a password requires entering the old password. If a password is lost or forgotten and the account is inaccessible, the account cannot be recovered. Please keep password records accessible and secure.

-
Press the Enter key to select OK. The Initializer performs a hardware compatibility check.
-
When prompted, select
<Yes>to start the conductor.

Root Access
To permit root access to the SSR system, ensure that there is at least one user configured on each system with super user (sudo) privileges. Failure to do so may result in the loss of management connectivity to the router. SSH Root login is not permitted.
Prerequisites for installation and upgrades now include configuring a super user in /etc/sudoers that is allowed to execute Linux shell commands as root (sudo privileges). During an upgrade, if the existing version allows SSH Root login, it will be disabled. When a system is installed using the OTP ISO, a "t128" user is automatically configured with sudo privileges.
- Login using the admin credentials.
- Enter the Linux shell: Type
shellto suspend the CLI and enter the Linux shell. - Type
suand enter the default root password. - Use the following command to grant sudo privilege to the
adminuser account:/usr/sbin/visudo - Add an entry for admin as follows:
admin ALL=(ALL) ALL
- Save the file and exit from
visudo. - Type
exitto leave thesuprompt.