Vous êtes sur la page 1sur 1

Hi All,

Following are the steps:


1.
Enable one telnet session using T_TRS client:
;telnetd -debug 23 &
2.

Login to system using Telnet session on SM TeraTerm

3.

Go to cd /tmp/active/etc

4.

Execute change scenario command:


changeScenario.sh

5.
Rename files() and cat inetd.conf file with four lines in attached inetd
.conf file as below
mv ftpd.conf ftpd.conf_bkup
cat >ftpusers then Ctrl+D
mv inetd.conf inetd.conf_bkup
cat >inetd.conf
copy and paste following commands
ftp stream tcp nowait root /proc/boot/ftpd in.ftpd -lA
telnet stream tcp nowait root /proc/boot/telnetd in.telnetd
shell stream tcp nowait root /tmp/active/bin/rshd in.rshd
login stream tcp nowait root /tmp/active/bin/rlogind in.rlogind
Then Ctrl+D
6.

Restart inetd process using process id from pidin command


pidin
kill -1 <pr ID from the output of pidin command> e.g 503826

7.

Verify telnet/ftp started working ?

Vous aimerez peut-être aussi