not able to get ftp access to aix 5.2 from windows pc
AIXThis forum is for the discussion of IBM AIX.
eserver and other IBM related questions are also on topic.
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.
not able to get ftp access to aix 5.2 from windows pc
i got a new rs/6000 server with 5.2, ftp is not working when i try to connect from windows pc. but i am able to use ftp in the p615 server to get files from others. i believe some security enhancement in 5.2 is stopping me. anyone can guide me please.
There's no specific security enhancement, but it sounds like ftp is disabled on your server.
1. Look in /ec/inetd.conf for the line "ftpd". Check it is uncommented, and uncomment it if not. Then type "refresh -s inetd".
2. Check the file /etc/ftpusers : the user you are trying to connect as must not appear in this file.
3. Check that you can connect using other means from your PC to the server (e.g. telnet or ssh).
i could connect to the server from my pc using telnet (but it takes 1 min to connect).
today i tried FTP connect by using reflection (terminal emulation sw) ftp client , it is working.
but it is not working from my dos (win 2k professional).
Sounds like either your PC or the AIX server is having some sort of network slowdown. Could be a routing issue (try using traceroute to check). Could also be a DNS problem - e.g. the server trying to do a DNS lookup when it can't access the DNS server - check in /etc/resolv.conf.
If FTP is working from Reflections but not the DOS command line, that suggests that part of the problem might be on the client (maybe they have different default timeout settings, or something like that).
Johnypat, first of all have a look at the hardware connexion.
issye the command
ping <ipaddres>.
Let the command run a couple of seconds and stop it with Ctrl-C.
The command should show some packets sent, some packets received, and no packets lost. And also the time for each packet should be 0 ms or 1ms.
If not, you have physical layer problems (hardware problems), and then you have to check your Ethernet cable, and/or all the cables between your PC, the switches, and the AIX box.
I just experienced the exact same symptoms with telnet and ftp to our AIX servers (5.1).
Found out we lost the DNS server that was configured in resolv.conf.
Changed nameserver entries in resolv.conf to a working DNS server and everything is fine now.
I'm still trying to figure out why DNS is involved when I was using the IP address to FTP.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.