Computing.Net > Forums > Linux > Linux Telnet Server Setup

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Linux Telnet Server Setup

Reply to Message Icon

Name: Kasinathan
Date: February 11, 2003 at 11:06:45 Pacific
OS: Linux
CPU/Ram: Intel P4 1.5 GHz, 128 MB
Comment:

I am not able to connect a Windows 2000 system to a Red Hat Linux 7.3 system using telnet program. Connection failed message is displayed. I don't know to setup telnet server. Please send me the step by step procedure to setup telnet server in Red Hat Linux 7.3



Sponsored Link
Ads by Google

Response Number 1
Name: Tone
Date: February 11, 2003 at 11:59:20 Pacific
Reply:

I cant tell you how to set up a telnet server but consider it a blessing that you cant! Let me explain. If you are looking to configure your linux box using a telnet session, it would be a matter of weeks before a hacker would come along and gain root access to your server and create havoc on it. It is generally not a good idea because all your username and password info is in plain text. Instead, try using a secure shell login. The easiest way to do this to boot from your linux cd and install the ssh server package. If you are not sure what I am talking about refer to your webdocs for 7.3, unless of course another kind person will come along and offer help regarding ssh server. I know this doesn't directly answer your question but I am just looking out for you that's all.



0

Response Number 2
Name: ArnoldF
Date: February 11, 2003 at 17:16:50 Pacific
Reply:

i think standard windoze does not come with ssh client. If your network is internal and/or your linux box is not permanently connected to the internet, get telnet-server-0.17-7.i586.rpm
(or similar) and install it.


0

Response Number 3
Name: 3Dave
Date: February 12, 2003 at 04:06:38 Pacific
Reply:

For SSH connection under windows, use PuTTy to connect and WinSCP to transfer files.....both are free.


0

Response Number 4
Name: HariKishen
Date: February 18, 2003 at 00:09:42 Pacific
Reply:

Hello Friend,
Connecting Linux system using Telnet...
Configuring Telnet In Linux..
Defaultly Linux won't allow Telnet
jsut do the following
1)Login as Administartor/superuser(root)
2)give the following commands
#cd /etc/xinetd.d
#vi telnet
Just change the option "Disable = yes" to "Disable = no"
save that file
4)#service xinetd restart

Just try top connect to Telnet from other machine..If it not works...
5)just check the firewall
#service ipchains stop (this is for redhat linux 7.3)
#service iptables stop (this is for redhat linux 8.0)

Now Telnet will works If not mail me back about the status of the above files..

From
Kish


0

Response Number 5
Name: Drishti Surabhi
Date: February 23, 2003 at 01:18:27 Pacific
Reply:

Dear Hari

Your post was very useful. But how do I make this a permanent? do I have to manually stop iptables each time I reboot?

Drishti


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Linux Telnet Server Setup

Linux Telnet/SSH Setup www.computing.net/answers/linux/linux-telnetssh-setup/18226.html

setup Linux mail server www.computing.net/answers/linux/setup-linux-mail-server/20910.html

Linux file server setup... www.computing.net/answers/linux/linux-file-server-setup/26191.html