Service manual
Cyclades-TS Installation & Service Manual
Chapter 4 - Quick Installation Guide
24
Configuring using Telnet
The Cyclades-TS box comes with an IP address pre-configured on its Ethernet interface (192.168.160.10). To
access that box using telnet please do as follows:
Step 1: From the working station, issue a command to add a route pointing to the network 192.168.160.0
reached through the workstation’s Ethernet interface.
For Linux, the command would be:
route add -net 192.168.160.0/24 gw <IP address assigned to the workstation’s Ethernet interface>
e.g. if the workstation has IP address 200.246.93.150 the command would be:
route add -net 192.168.160.0/24 gw 200.246.93.150
For Windows, the command would be:
route add 192.168.160.0 mask 255.255.255.0 <IP address assigned to the workstation’s Ethernet interface>
e.g. if the workstation has IP address 200.246.93.150 the command would be:
route add 192.168.160.0 mask 255.255.255.0 200.246.93.150
Step 2: telnet 192.168.160.10
Step 3: Enter root as login name and tslinux as password
NOTE: Now, to configure the basic parameters for the Cyclades-TS, type “wiz” at the command prompt. This
will start the wizard configuration application, which can be run at any time from the command prompt. In future
firmware releases, more functions will be added to the wizard to allow advanced mode configuration be
performed using wizard. (See Appendix F Configuration Wizard for more information).