LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   AIX (https://www.linuxquestions.org/questions/aix-43/)
-   -   FTP 425 Error (https://www.linuxquestions.org/questions/aix-43/ftp-425-error-241588/)

dnrct 10-12-2004 12:15 AM

FTP 425 Error
 
Having a problem with an AIX server providing FTP services. The clients are various flavors of Windows that are able to use public FTP sites with no problems. The software vendor had me dropping out of their GUI and opening a dos prompt. Here's what's happening:

1) FTP session opens and prompts for user/pwd. (using Root to trouble shoot)
2) I can do commands such as cd and stat with no problems.
3) When I issue a get or ls command the system gives a 425 Error.

When looking at the inetd.conf file ftp port 21 and 20 have been un-rem'd. I can do the above commands from the console connected to the server no problems.

My understanding of the 425 error is that no TCP connection was available. Am I looking at a rights/permissions problem, something blocking port 20/21 or a network routing problem?

Workstations and server on same subnet, no routers in the mix. The reason I bring up a routing problelm is the route table shows something I thought was wierd.

Dest: 192.168.1/24
Gateway: 192.168.1.250

The AIX server address is 192.168.1.250, while the gateway for our workstations is 192.168.1.1. One other tid bit, another route 127.0.0./24 has a gateway of 192.168.1.1.

I am a novice at best on AIX, any help pointing me in the right direction would be appreciated!

zorba4 10-12-2004 01:54 PM

Did you try with another user ? A standard user, having a password, and owning his own files ?
On some systems I have seen strange security settings, so that root cannot telnet neither ftp...

dnrct 10-12-2004 06:59 PM

The files that we are attempting to get were owned/created by root. But we haven't tried another user from the cmd prompt. We'll try that in the morning and see what happens. Thanks for the reply!


All times are GMT -5. The time now is 02:33 PM.