Re: [CentOS] Vsftpd configuration problem

2013-04-02 Thread SilverTip257
On Mon, Apr 1, 2013 at 8:04 PM, Max Pyziur wrote: > > > [root@srv-rhsoft:~]$ cat /etc/sysconfig/iptables-config > > # Load additional iptables modules (nat helpers) > > # Default: -none- > > # Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), > which > > # are loaded after the

Re: [CentOS] Vsftpd configuration problem

2013-04-01 Thread Banyan He
Hi Max, It looks like a network issue instead of the software. Falling back to PORT sounds like to ACTIVE mode from PASV mode. In PASV, you will be connecting to a random port told by server with a random port from your side. Do you have a firewall to block such traffic that the system will se

Re: [CentOS] Vsftpd configuration problem

2013-04-01 Thread Max Pyziur
On Tue, 2 Apr 2013, Reindl Harald wrote: > > > Am 02.04.2013 01:25, schrieb Max Pyziur: >> On Tue, 2 Apr 2013, Reindl Harald wrote: >> >>> >>> >>> Am 02.04.2013 01:12, schrieb Max Pyziur: Beginning today, I started to receive the following when ftp'ing to my CentOS 6 machine: ncftp

Re: [CentOS] Vsftpd configuration problem - followup

2013-04-01 Thread Max Pyziur
On Tue, 2 Apr 2013, Reindl Harald wrote: > > > Am 02.04.2013 01:12, schrieb Max Pyziur: >> Beginning today, I started to receive the following when ftp'ing to my >> CentOS 6 machine: >> ncftp /home/pyz2 > dir >> connect failed: No route to host. >> connect failed: No route to host. >> connect fail

Re: [CentOS] Vsftpd configuration problem

2013-04-01 Thread Max Pyziur
On Mon, 1 Apr 2013, lists-centos wrote: > > > Original Message >> Date: Monday, April 01, 2013 07:12:53 PM -0400 >> From: Max Pyziur >> To: centos@centos.org >> Cc: >> Subject: [CentOS] Vsftpd configuration problem >> >>

Re: [CentOS] Vsftpd configuration problem

2013-04-01 Thread Max Pyziur
On Tue, 2 Apr 2013, Reindl Harald wrote: > > > Am 02.04.2013 01:12, schrieb Max Pyziur: >> Beginning today, I started to receive the following when ftp'ing to my >> CentOS 6 machine: >> ncftp /home/pyz2 > dir >> connect failed: No route to host. >> connect failed: No route to host. >> connect fail

[CentOS] Vsftpd configuration problem

2013-04-01 Thread Max Pyziur
Greetings, Beginning today, I started to receive the following when ftp'ing to my CentOS 6 machine: ncftp /home/pyz2 > dir connect failed: No route to host. connect failed: No route to host. connect failed: No route to host. Falling back to PORT instead of PASV mode. I can make a connection, bu