Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I would like to have Telnet Access to my Linux system from Windows XP but unable to do so. I have two PCs connected together with a cross CAT cable. The PCs are pinging each other.
What do I have to do on my Linux Redhat 8.0 system to be able to access it from windows XP.
it's insecure and sends the username and password cross the network in plain text. The better alternative is ssh. If you box is connected to the internet, set up your firewall so that the only place telnet access is capable is between the 2 boxes and not over the internet.
Hey -- I like the low level response you got from zmedico ... I'll use that myself! If you want to do it with a GUI, you need to go to the System control panel and find the Service configurator. (From command line, this is /usr/bin/serviceconf &). Once in service configurator, you will see wuftpd and telnetd, turn those on for telnet and ftp access. Then you can do both from your Windows machine. This is exactly what I do. Very useful. The fact that you installed the RedHat server package only means the services are there, not that they were turned on!
[guest@rcc4 guest]$ su
Password:
[root@rcc4 guest]# /sbin/chkconfig --level 345 xinetd on
[root@rcc4 guest]# /sbin/chkconfig --level 345 telnet on
error reading information on service telnet: No such file or directory
[root@rcc4 guest]# /usr/bin/serviceconf &
[1] 4891
[root@rcc4 guest]#
Somehow telnet and ftp don't appear in /etc/xinetd.d/
So I am not able to enable these 2... as of now I am just able to ftp/telnet from RH9.0 to any other system, but not able to ftp/telnet from windows or anyother system...
/etc/xinetd.d/telnet is part of the telnet-server package, if that doesn't exist you should install the package again. To check if the telnet-server installation has been corrupted you can do "rpm --verify telnet-server".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.