LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ftp server walkthrough (https://www.linuxquestions.org/questions/linux-newbie-8/ftp-server-walkthrough-117431/)

heathpitts 11-18-2003 11:02 AM

ftp server walkthrough
 
I need help with the following setup. I have a pc with a fresh install of RH9. I want to use vsftpd to do this. Create an ftp server that simply allows me to login to my home directory and backup my pb using Dantz Retrospect with the ftp option. This will be behind a firewall so security is not that big of an issue. I have tried the walkthroughs listed but they go too in-depth. Can someone tell me simply how to configure vsftpd to allow my user to login and to start at boot?

Please Help!

heathpitts 11-18-2003 01:19 PM

Ok, I fixed it myself.

Here is what I did:

edit /etc/hosts.allow file
ALL: ALL – this allows access from everyone (change this later to be more secure)

change vsftpd to start on runlevels 3, 4, & 5

chkconfig –level 345 vsftpd on

start vsftpd service by issuing

/sbin/service vsftpd start

then try to log in with a userid/pass that is already set-up on the box. This should work. I will figure more out on the configuration of this for myself later.


All times are GMT -5. The time now is 02:56 AM.