Enabling telnet – Cyclades AlterPath BladeManager User Manual

Page 174

Advertising
background image

5: Advanced Configuration

5-12

Alterpath BladeManager Manual

<session-timeout>60</session-timeout>

3. To make the change effective, reboot or restart tomcat as follows:

/etc/init.d/tomcat stop
/etc/init.d/tomcat start

Enabling Telnet

Telnet is available in the E2000, but disabled by default to avoid security
problems. To enable Telnet, follow the steps below:

1. From /etc/services, add the following line:

telnet 23/udp

2. Edit /etc/xinetd.conf as follows:

service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/kerberos/sbin/telnetd
log_on_failure += USERID
}

3. Create /etc/protocols with the following content:

tcp 6 TCP # transmission control protocol
udp 17 UDP # user datagram protocol

4. To complete the procedure, restart xinetd with the following command:

/etc/init.d/xinetd.conf restart

Note: xinetd services will be available after reboot, since this script is already

included in the startup proceedure.

Advertising