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.
how to use ftp and telnet in linux
Name: jay Date: October 18, 2001 at 19:43:05 Pacific
Comment:
hi, I am new to linux. I installed mandrake linux in my machine. I am trying to use ftp and telnet, but it doesn't seem to work. In console, I type ftp or telnet, it shows titles ftp or telnet. Then, I try to open a link by typing " open ..... " something like that. But it doesn't seem to work. It just stop there. Am I doing the correct procdure? or do I have to configure some setting in linux?
Name: Andrew Date: October 19, 2001 at 07:10:43 Pacific
Reply:
You should make sure you can 'see' the other computers you are trying to connect to. Try pinging them. if you can ping them, you should be able to connect to the ones that give you permission to do so.
0
Response Number 2
Name: Asaf Maruf Date: October 20, 2001 at 05:37:04 Pacific
Reply:
Please check whether the machine you are telnetting to has telnet turned on. You can check in inetd.conf file.
Also, check /etc/hosts.allow and hosts.deny files and put the IP address explicitly.
0
Response Number 3
Name: Veronika Date: February 19, 2002 at 21:54:37 Pacific
Reply:
I have put the IP address of remote computer on /etc/hosts.allow and put "none" on /etc/hosts.allow, but telnet still not work yet. It just display error message :"connection refused" also when I try telnet to the computer itself. But if I type telnet command like this : " telnet 194.100..... 80" (80 is port number) it say connected to ......., but the command that I type there not known and the end connection lost by itself. Please tell how to solve this problem. Thank you.
Summary: hi, i had linux 6.1 running ftpd, telnet and apache server and then i decided to upgrade to linux os 7.3 and when i did everything upgraded fine but now my ftp, and telnet are not working, any ideas w...