Re: [CentOS] alternate port for vsftp

2007-07-03 Thread [EMAIL PROTECTED]
Steve Friedman wrote: On Tue, 3 Jul 2007, Ray Leventhal wrote: Jim Perrin wrote: On 7/3/07, Ray Leventhal <[EMAIL PROTECTED]> wrote: Are you using selinux? It restricts ftpd to port 21 iirc. You'll have to create a local policy allowing it to listen/connect on a port other than that. Yes, J

Re: [CentOS] alternate port for vsftp

2007-07-03 Thread Jim Perrin
On 7/3/07, Steve Friedman <[EMAIL PROTECTED]> wrote: No need to create a local policy, use semanage. (The types that you will want are ftp_port_t and/or ftp_data_port_t.) Yep, he did say he was on c5 didn't he. Missed that part. Still stuck in c4 world -- During times of universal decei

Re: [CentOS] alternate port for vsftp

2007-07-03 Thread Steve Friedman
On Tue, 3 Jul 2007, Ray Leventhal wrote: Jim Perrin wrote: On 7/3/07, Ray Leventhal <[EMAIL PROTECTED]> wrote: Are you using selinux? It restricts ftpd to port 21 iirc. You'll have to create a local policy allowing it to listen/connect on a port other than that. Yes, Jim! SELinux is applied

Re: [CentOS] alternate port for vsftp

2007-07-03 Thread Ray Leventhal
Jim Perrin wrote: > On 7/3/07, Ray Leventhal <[EMAIL PROTECTED]> wrote: > >> I can't start the daemon. Running /etc/rc.d/init.d/vsftpd status shows >> "vsftpd dead but subsys locked". This occurs each and every time unless >> I remove listen_port= from the conf file and let the daemon use port 21

Re: [CentOS] alternate port for vsftp

2007-07-03 Thread Jim Perrin
On 7/3/07, Ray Leventhal <[EMAIL PROTECTED]> wrote: I can't start the daemon. Running /etc/rc.d/init.d/vsftpd status shows "vsftpd dead but subsys locked". This occurs each and every time unless I remove listen_port= from the conf file and let the daemon use port 21. Are you using selinux? I

Re: [CentOS] alternate port for vsftp

2007-07-03 Thread Ray Leventhal
Stephen Harris wrote: >> On a fresh install of CentOS5, I need to use an alternate port for ftp. >> Currently vsftpd wants the standard port which is in use by another >> system on my NATted network. So...how does one go about reconfiguring >> vsftpd to do this? I've looked in /etc/vsftpd/vsftpd