This is a discussion on Re: vsftpd setup within the Linux Operating System forums, part of the Unix Operating Systems category; --> On Sun, 20 Jul 2003 04:25:30 -0700, Wenjie wrote: > Hello, > > > Sorry to bother you again. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Sun, 20 Jul 2003 04:25:30 -0700, Wenjie wrote: > Hello, > > > Sorry to bother you again. My vsftpd server doesn't seem to work > after a RH upgrading (previously wuftpd). My problem is quite > weird: I cannot access the ftp server even in the LAN! I checked > the router, which also has a similar setting for httpd (and it > is OK), there should be no problem as I can see. > > I checked locally and the ftp works. Anyone know of the problem? > > ---%<--- my vsftpd.conf > anonymous_enable=NO > # > # Uncomment this to allow local users to log in. > local_enable=YES > # > # Uncomment this to enable any form of FTP write command. > write_enable=YES > # > # Default umask for local users is 077. You may wish to change this to 022, > # if your users expect that (022 is used by most other ftpd's) > local_umask=022 > # > # You may change the default value for timing out an idle session. > idle_session_timeout=600 > # > # You may change the default value for timing out a data connection. > data_connection_timeout=120 Did you check the configuration files vsftpd.ftpusers and vsftpd.user_list? By default, vsftp is very tight and you'll have to edit these files to give anyone access. |
| ||||
| "wesley" <wesley@chefdiana-dot.com> wrote in message news:<pan.2003.07.20.17.07.05.123823@chefdiana-dot.com>... > On Sun, 20 Jul 2003 04:25:30 -0700, Wenjie wrote: > > > Hello, > > > > > > Sorry to bother you again. My vsftpd server doesn't seem to work > > after a RH upgrading (previously wuftpd). My problem is quite > > weird: I cannot access the ftp server even in the LAN! I checked > > the router, which also has a similar setting for httpd (and it > > is OK), there should be no problem as I can see. > > > > I checked locally and the ftp works. Anyone know of the problem? > > > > ---%<--- my vsftpd.conf > > anonymous_enable=NO > > # > > # Uncomment this to allow local users to log in. > > local_enable=YES > > # > > # Uncomment this to enable any form of FTP write command. > > write_enable=YES > > # > > # Default umask for local users is 077. You may wish to change this to 022, > > # if your users expect that (022 is used by most other ftpd's) > > local_umask=022 > > # > > # You may change the default value for timing out an idle session. > > idle_session_timeout=600 > > # > > # You may change the default value for timing out a data connection. > > data_connection_timeout=120 > > Did you check the configuration files vsftpd.ftpusers and > vsftpd.user_list? By default, vsftp is very tight and you'll have to edit > these files to give anyone access. I believe it is another problem, since I can ftp locally and it does work. Best regards, Wenjie |