Results 1 to 4 of 4
I have 2 class C networks connected by a broadband router. The network on the LAN side of the router has an FTP server on Win2000server. The router is configured ...
- 09-16-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 17
FTP server access
I have 2 class C networks connected by a broadband router. The network on the LAN side of the router has an FTP server on Win2000server. The router is configured to expose all ports of this server to the WAN side.
On the WAN side, I have a Win98 machine that has no problem accessing this FTP server. But the other machine, a Linux one running RedHat8+Gnome cannot access this FTP server. It does connect to the address and does get logged in, but waits forever trying to get the filelist till the time that the server times out the connection.
Is there any incompatibility between MS and Linux FTPs.
- 09-17-2004 #2
i've had the same problem, except it was accessing my winxp ftp server from my yoper box on the lan. it only happened graphically, however. when i did
so doing it from a console might be more successful!Code:ftp o 192.168.0.101 >>welcome login:paladin password:***** Logged in! ftp>
good luck
-lakerdonald
- 09-17-2004 #3Just Joined!
- Join Date
- Sep 2004
- Posts
- 17
Login is no problem via console or via GUI..
The problem is that nothing happens after that.
No result from any further command like dir etc
[root@localhost root]# ftp 192.168.0.100
Connected to 192.168.0.100 (192.168.0.100).
220 Server Microsoft FTP Service (Version 5.0).
Name (192.168.0.100:root): tester
331 Password required for tester.
Password:
230 User tester logged in.
Remote system type is Windows_NT.
ftp> dir
227 Entering Passive Mode (192,168,1,12,4,116).
- 09-19-2004 #4


Reply With Quote
