Warning: include_once(/home/tabrez/www/talk/mtrefsearch.php) [function.include-once]: failed to open stream: No such file or directory in /home/tabrezsyed/mandalivia.com/talk/archives/000696.php on line 118
Warning: include_once() [function.include]: Failed opening '/home/tabrez/www/talk/mtrefsearch.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/tabrezsyed/mandalivia.com/talk/archives/000696.php on line 118
April 04, 2005
Setting up telnetd
PROTOR Redhat : Installing TELNET server on Redhat
By default the RedHat 7.2 installation will not allow a remote user to connect to the system using TELNET for security reasons. It is probably safest to leave the system like this and use an encrypted connect facility such as SSH. However if you do wish to allow TELNET access then you need to do the following.
Install the telnet-server RPM from the RedHat installation disk #1 either using a suitable package manager to use the following command line:
rpm --install --replacefiles --nodeps
/mnt/cdrom/RedHat/RPMS/telnet-server-*.i386.rpm
This installation creates a file telnet in the directory /etc/xinetd.d . Edit this file and change the line
disable = yes
to
disable = no
Restart xinetd by the command
xinetd restart
Posted at April 4, 2005 10:54 AM