Accessing FTP on Linux


 
Thread Tools Search this Thread
Operating Systems Linux Accessing FTP on Linux
# 1  
Old 06-15-2004
Accessing FTP on Linux

Hi,
I've setup an FTP server on my linux box (RH 9.0). I've configured so the vsftpd daemon is running in runlevel 5, etc.
However, I have difficulty logging-on, as it will not authenticate any valid user (inlcuding anoymous). Everything seems ok in the /etc/vsftpd/vsftp.d.conf and /etc/vsftpd.ftpusers files (ie no system users blocked, etc), and port 20 that the ftp service is using is active on the firewall.

I've also tried chown and chgrp to the daemon group on the /var/ftp/pub directory, but to no avail.

So I'm wondering is there something I'm missing ref: user autheniticaion?

Txs
Smilie
# 2  
Old 06-15-2004
I'm curious to know which type of error you're getting when the login fails. Also, is there any logging that vsftp is doing when these attempts fail? Another thing I'm curious to know is if you're having any luck connecting directly from the console of the vsftp server, so ftp 127.0.0.1:20 ....does it give you anything?
# 3  
Old 06-16-2004
Check your config against my post in this thread: https://www.unix.com/showthread.php?s...ighlight=vsftp
# 4  
Old 06-16-2004
Thanks for the info. There's no error upon logging-on, it simply gives the message of Login incorrect, through both DOS and a browser on another machine. It does howerver, let me get in on the actual console using either the leased ip address or the loopback addr (127.0.0.1) on the linux box where its being hsoted from. I also created the /etc/xinetd.d/vsftpd script with the settings mentioned, and all ready had the vsftpd*.rpm installed (vsftpd-1.1.3-8.i386.rpm). There's no record of the FTP attempts in the syslog (messages) from another PC, it does however acknowldge the login from the server itself with the following message: "warning: can't get client address: Bad file descriptor". I also restarted both the xinetd and vsftpd daemons after the changes, but to no avail.

It's probably something simple though....
# 5  
Old 07-01-2004
Resloved it. There appears to be a second firewall blocking user access, so the configuration on the server config. itself was fine.
Txs
Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Accessing directories in Linux

I'm new to Linux and trying to port a c++ program from windows. what I'm trying to do is copy a file to a directory off the root of the drive First off the program is located and running from Drive:\Base\Web\Today\Program.exe And trying to copy to: Drive:\Base\cpics windows... (10 Replies)
Discussion started by: pinbot
10 Replies

2. Linux

Problem in accessing Oracle Database Server from Linux Machine

I am facing a strange issue in connecting to Oracle database from Linux Machine - The connectivity is not failing all the time , the failure to success ratio is 1:70. - Error "ORA-12545: Connect failed because target host or object does not exist" - Majority of the time the connection... (6 Replies)
Discussion started by: balaji kumar
6 Replies

3. AIX

FTP connection refused from text editor while accessing AIX server .

HI , I'm facing the FTP connection refused from text editor while accessing AIX server .It showing the messege "can't create ftp connection connectin refused".Though it is accessible from putty . i'm using aix version 6 . Can any one let me know the seetings needs to be made so that i... (2 Replies)
Discussion started by: rmkganesh
2 Replies

4. UNIX for Dummies Questions & Answers

Looking for application that simplifies for non techie people accessing unix/linux env

Hello all I searched the net but didn't found any application that wrap ssh connection with GUI interface so that non techie people can connect to unix/linux accounts and work with files , so it will looks like there familiar Microsoft windows directory structure . Please don't answer with ..... (6 Replies)
Discussion started by: umen
6 Replies

5. UNIX for Dummies Questions & Answers

ascii FTP from Linux to Linux adding carriage returns

Hi, I've got an issue with a shell script that FTP's a file from one Linux server to another Linux server. My script runs on a Linux server and creates an output file (from a database call), and then FTP's this file to another Linux server. The problem is that, even though the output file... (0 Replies)
Discussion started by: roysterdoyster
0 Replies

6. Red Hat

accessing windows 2k3 partition from Linux Advance Server 3

Dear all i hav dual operating system ie windows 2003 and Red Hat Advance Server3 trying to mount windows partition on linux operating system using the following method 1)mkdir /mnt/windows 2)mount -t ntfs /dev/hda1 /mnt/windows mount: fs type ntf not supported by kernel and my kernel... (2 Replies)
Discussion started by: maooah
2 Replies

7. IP Networking

Accessing linux via telnet

I have installed linux in my virtual PC under my windows system. I am trying to access it via windows using putty but i couldn't do so. Could you please help me gurus. (4 Replies)
Discussion started by: Krrishv
4 Replies

8. UNIX for Dummies Questions & Answers

Accessing UNIX Data over LINUX

Hello! Unfortunatly i'm totaly new with UNIX and LINUX... Actually Problem is i have some data on floppy disk which was written on UNIX system 5 version now i have installed LINIX ver 9 is there any way i can access unix data on linux 9? if so please reply me with commands i shall be very... (2 Replies)
Discussion started by: xohaib
2 Replies

9. IP Networking

Accessing a FTP Server hosted on Linux

We have set-up a FTP server on a Linux machine, which sits behind a firewall. Most users outside our firewall can access it, but one user in particular cannot. I assume it has something to do with their firewall rules. It appears that they can connect with no problem but the server does not grant... (1 Reply)
Discussion started by: Breen
1 Replies

10. IP Networking

Problem accessing network using Linux

Ok, here at work, we have Windows computers which login into a MS domain server. Some of us also have Linux boxes which get a ip address from the dhcp server. We can see other boxes and see the internet until about 1 week ago. Now, we still get a ip address but can't see anything within our... (3 Replies)
Discussion started by: natter
3 Replies
Login or Register to Ask a Question