Example Configuration for a JETSTREAM 8500. Perle TruePort, IRG7000 5G Router, Console Server, Device Server, Router, Desktop Model, Terminal Server, IOLAN MDC, IOLAN SCR1618 RDAC Console Server
Advertisement
Advertisement
JS_8500# set line 24 service silent raw NT4 10023
JS_8500# save
JS_8500# logout
Connection closed by foreign host.
Configuring the second unit (16 port LANSTREAM 2000) . . .
$ telnet testjs2
Trying...
Connected to testjs2.perle.com.
Escape character is '^]'.
Telnet connect to LS2000 testjs2
Perle LANSTREAM 2000 version 2.2.7
Login: admin
Password:
LS_2000# set line 1 service silent raw NT4 10024
LS_2000# set line 2 service silent raw NT4 10025
LS_2000# set line 3 service silent raw NT4 10026
...
LS_2000# set line 16 service silent raw NT4 10039
LS_2000# save
LS_2000# logout
Connection closed by foreign host.
$
This sets ports 1 to 40 to connect to the host NT4 without user intervention. The connection will be made to
TCP ports in the range 10000-10039, which should correspond to the Remote TCP Port numbers you configured on the NT host, using the TruePort software.
Using Direct Raw Mode
If you require the user to explicitly start a connection, then you should define the mode for that line as ‘Direct
Raw’ using the CLI command: set line 1 service direct raw NT4 10000
This causes the user to be prompted to press return before the connection is made.
Example Configuration for a JETSTREAM 8500
This was performed using the following equipment.
1.
JETSTREAM 8500 running version 2.2.7
2.
Hyperterminal terminal emulator directly connected between COM 2, on the host, and the JS8500
Admin port.
3.
Windows NT version 4.0
TruePort Installation and Configuration guide - Chapter 2 Configuration
10
Note A similar method applies to the LANSTREAM 2000
Attach the JETSTREAM 8500 to the Network
Attach the JETSTREAM 8500 to the network and verify that it has an IP address, broadcast address and subnet mask.
If not, using our values we added these using the following CLI commands while logged in as admin : set server internet 195.49.144.4 set server broadcast 195.49.144.255
set server subnet 255.255.255.0
save and then rebooted the JETSTREAM. The internet, broadcast and subnet addresses should be replaced with those used on your network.
TruePort Installation and Configuration guide - Chapter 2 Configuration
11
Install the TruePort Software
The software is distributed on CDROM. Install it as follows:
1.
Insert the CDROM containing the TruePort software into the drive.
2.
Navigate to the directory containing the TruePort software.
3.
Double-click on Setup.exe to run the InstallShield wizard and follow the instructions on the screen.
The software will be installed onto your machine and the drivers added to the operating system.
Set-up TruePort Ports on the NT Host
Each JETSTREAM port must be configured on a different TCP port via the TruePort configuration software.
Configure the JETSTREAM Ports
Log in to the JETSTREAM 8500 as admin and configure the serial ports to work with the ports defined in
Set-up TruePort Ports on the NT Host on page 12, by entering the following commands:
JS_8500# set line 1 service silent raw NT4 10000
JS_8500# set line 2 service silent raw NT4 10001
JS_8500# set line 3 service silent raw NT4 10002 etc.
TruePort Installation and Configuration guide - Chapter 2 Configuration
12
Advertisement