Linux - Networking This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-12-2003, 12:43 AM
|
#1
|
LQ Newbie
Registered: Feb 2003
Location: Perth Western Australia
Distribution: RedHat 7.0
Posts: 26
Rep:
|
FTP problem
I have a Linux machine (RedHat 7.0 Server type installation) connected to a Windows machine (Windows 98SE) using tcp via a cross-over cable. I can ping both machines successfully, and telnet and SSH secure shell the Linux machine successfully.
However, I have a problem with FTP. FTP was installed during the installation, but when I try to ftp using WS_ftp I get the following messages:
connecting to 192.200.200.25:21
connected to 192.200.200.25:21
then there is a long delay followed by the following message:
! Receive error: Blocking called cancelled
! Connection failed 192.200.200.25
How do I check if FTP is in fact running on the Linux machine, and if it is. is it necessary to configure it in some way.
Would appreciate some help with this problem.
|
|
|
03-12-2003, 10:56 AM
|
#2
|
Member
Registered: Sep 2002
Location: .at
Distribution: SuSE, Knoppix
Posts: 532
Rep:
|
try a ftp connection from your linux machine ( ftp 127.0.0.1 ) to see if ftp is running.
"netstat --inet -a" might also help diagnose the problem
|
|
|
03-12-2003, 11:04 AM
|
#3
|
Member
Registered: Dec 2002
Posts: 327
Rep:
|
Which ftp server d'you have installed?
|
|
|
03-13-2003, 12:50 AM
|
#4
|
LQ Newbie
Registered: Feb 2003
Location: Perth Western Australia
Distribution: RedHat 7.0
Posts: 26
Original Poster
Rep:
|
ftp problem
Hi
I ssh'ed to my Linux box, and did a ftp LocalHost, and after a very long delay it did respond with:
220 Linux-server FTP server (version wu-2.6.1(1)) Ready.
So it does work with ftp localhost, after a very long delay. I also tried it with ftp 192.200.200.25 (the ip address I assigned), and again it did work after a very long delay.
I also tried to Telnet to port 21 from my Windows98 machine, and much to my amazement it responded with:
220 Linux-server FTP server (version wu-2.6.1(1)) Ready.
I suppose all this should be telling me something- but I am not sure what ?
|
|
|
03-13-2003, 06:47 AM
|
#5
|
Member
Registered: Sep 2002
Location: .at
Distribution: SuSE, Knoppix
Posts: 532
Rep:
|
Probably you should add your machines to
/etc/hosts on your linux box and retry
at least the delay should be gone.
e.g.
192.200.200.25 mylinuxbox
192.200.200.26 myclientpc
|
|
|
03-14-2003, 10:55 PM
|
#6
|
LQ Newbie
Registered: Feb 2003
Location: Perth Western Australia
Distribution: RedHat 7.0
Posts: 26
Original Poster
Rep:
|
ftp problem
Thanks
That fixed the problem 
|
|
|
All times are GMT -5. The time now is 11:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|