The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Operating Systems
> Linux Help
|
Install vsftpd
Discuss Install vsftpd in the Linux Help forum on Dev Shed. Install vsftpd Linux Help forum discussing topics including usage, troubleshooting, modules, and distributions. Linux is an open source OS, based on UNIX.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

June 25th, 2012, 09:56 AM
|
|
|
|
Install vsftpd
I recently installed vsftpd on a Centos 6.2 server.
When attempting to access it via filezilla, I get 530 Permission denied.
I've disabled the firewall and selinux.
I've uncommented chroot_list_enable=YES in vsftpd.conf
I've tried normal users and root. I've added the normal user to the ftp group
What is a good approach to troubleshoot?
Thank you
Last edited by NotionCommotion : June 25th, 2012 at 10:19 AM.
|

June 25th, 2012, 10:45 AM
|
|
|
|
Don't know what I did, but got it working. I really need to better understand Linux!
|

June 25th, 2012, 01:06 PM
|
|
|
|
Still need of some help.
The only way I can get vsftpd to work is disable the firewall.
/etc/init.d/iptables stop
|

June 25th, 2012, 03:31 PM
|
 |
Providing fuel for space ships
|
|
Join Date: Mar 2004
Location: nr Edinburgh, Scotland
|
|
Rather than disable the firewall, have you checked iptables to see if port 22 (or whatever port you're using) is open ? You'll be looking for a line similar to:
Code:
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
Remember and restart iptables after any changes.
__________________
The No Ma'am commandments:
1.) It is O.K. to call hooters 'knockers' and sometimes snack trays
2.) It is wrong to be French
3.) It is O.K. to put all bad people in a giant meat grinder
4.) Lawyers, see rule 3
5.) It is O.K. to drive a gas guzzler if it helps you get babes
6.) Everyone should car pool but me
7.) Bring back the word 'stewardesses'
8.) Synchronized swimming is not a sport
9.) Mud wrestling is a sport
Last edited by aitken325i : June 25th, 2012 at 03:41 PM.
|

June 25th, 2012, 10:02 PM
|
|
|
|
thanks, I'll give that a try.
I am totally new to this, but found the following with appears to be good. If there is a better tutorial, please let me know.
http://wiki.centos.org/HowTos/Network/IPTables
|

June 26th, 2012, 02:12 AM
|
|
|
|
Fedora has a tool named setup you can run from a command line to run a network and firewall configuration setup tool.
If your computer has a gui the gui firewall configuration is easier to use than directly manipulating iptables.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|