Instruction manual
Chapter 2 Installation, Configuration and Management
2-46 NetScaler 9000 Series Installation and Configuration Guide - Volume 1
NSICG60_DEC04
z “putty.exe”
Available at site:
http://www.chiark.greenend.org.uk/~sgtatham/
putty/download.html
2. Open a new session on the client by specifying the following:
z NetScaler 9000 system’s IP address as the host name
z Protocol version (either version of ssh 1 or ssh 2 can be used to connect to
the NetScaler 9000 system)
z Username (nsroot) and the password for the NetScaler 9000 system
The following text shows a session conducted through SSH access.
login: nsroot
Password:
Last login: Mon Sep 27 10:03:45 from 10.100.3.26
Done
>
2.6.1.3 Other Access Methods
If you wish to access the NetScaler command line interface via telnet or you
require FTP access to the system, you must enable these protocols as they are
disabled by default for security reasons. To enable these protocols, follow
these steps.
1. Log into the system through the serial console as the nsroot user.
2. Run the ‘shell’ command. The system prompt will change from ‘>’ to
‘#’ indicating that you are now running in the system shell.
3. Copy the /etc/inetd.conf file to /nsconfig/inetd.conf.
> cp /etc/inetd.conf /nsconfig/inetd.conf
4. Open the /nsconfig/inetd.conf file and uncomment the ‘#’ symbol at the
beginning of the configuration line for the protocol you wish to enable. Then
save the file.
5. Reboot the NetScaler system to activate the change with the ‘reboot ns’
command.