Displaying 20 results from an estimated 6000 matches similar to: "some notes on setting up vsftp on centos6"
2012 Mar 02
1
VSftp, ssl/tls, slight issue with directory listings
Centos 6, stock installation, no additional repos added.
vsftp works fine in regular mode, going to ssl I got issues. I get as
far as 'directory listing' and it dies. It times out and disconnects.
file: /etc/sysconfig/iptables-config
added: IPTABLES_MODULES="ip_conntrack_ftp"
(without this line, ftp normally fails, afraid it may be causing issues
with the ssl)
iptables
-A
2008 Jun 10
1
vsftp 553 Could not create file
HI,
I am facing problem in connecting ftp from the windows client.
CENTOS5U1 Running vsftp daemon. From linux client i am able to upload and
download. When i do an ftp upload of any files or folders from windows
command line i am getting below error .
*vsftp 553 Could not create file*
*NOTE: SELINUX IS DISABLED AND THERE IS NO FIREWALL RUNNING*
See my user permission and ownership details
2009 Jan 22
1
ftp and iptables
Hi - I have a ftp server running version 2.0.7 of vsftpd on
a CentSO 5.2 server using iptables behind a Linksys router.
The setup works for UNIX machines on either side of the Linksys
router.
For the Windows machines it only works if they're behind the Linksys
router - ftp does NOT work if they're outside the Linksys router.
I'd like to solve two problems:
(1) make ftp work
2007 Feb 27
2
Problem with VSFTP
I have setup an ftp server with VSFTP over Centos 4.4. Everything works fine
except when I login though IE it doen' ask for the username password but by
default it goes to Pub folder. (/var/ftp/pub). I need to access this through
view--> open ftp folder in separate window -> file --> login.
In short the server doesn't prompt for username when I type the ftp address
on the
2007 May 14
2
vsftp anonymous upload access
I'm trying to set up anonymous ftp using vsftp. I want to be able to
allow uploads. The anonymous id is userid "ftp". The ~ftp/ directory
is actually owned by root, but ~ftp/pub is owned by ftp.
Here's the vsftpd.conf:
anonymous_enable=YES
anon_upload_enable=YES
local_enable=NO
write_enable=NO
local_umask=022
dirmessage_enable=YES
2007 Sep 09
1
Problem with VSFTP
I have a vsftp server hosted on custom dyndns site. We have a 4mb ADSL
connection. When I tried to download the files from the ftp server with wan
IP address or the dyndns address it downloads some files and disconnects.
Please find below an extract from the log file (ace ftp client). I would
appreciate if someone could guide me, possibly with a solution for this
problem.
Many thanks
2012 Sep 27
3
vsFTP and shorewall
Dear all,
Dear support and users:
Sorry to trouble you! I configure the shorewall firewall to forward ftp and ssh port to another server, but failed. Can you help me check?
I cannot login both SSH 2222 and ftp!
Below is my environment: (attachment is shorewall dump)
1. Gateway (FC6)
1.1) eth0: lan static IP: 192.168.1.20
1.2) eth1: external public static IP:
2005 Sep 19
2
Vsftp is not writing a log file
No doubt I am making some stupid mistake in the log file, but I cannot
get vsftp to create a log file showing the transfers. Here is my conf file:
# Example config file /etc/vsftpd/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ
2007 Oct 05
0
[Fwd: Re: DNAT rule for vsftp (PASSIVE FTP)]
-------- Original Message --------
Subject: Re: [LARTC] DNAT rule for vsftp (PASSIVE FTP)
Date: Fri, 05 Oct 2007 12:17:42 +0530
From: Mohan Sundaram <smohan@vsnl.com>
Reply-To: smohan@vsnl.com
To: Indunil Jayasooriya <indunil75@gmail.com>
References: <7ed6b0aa0710042251u6442fb85ma74e46aa9d3f81f9@mail.gmail.com>
Indunil Jayasooriya wrote:
> Hi all,
>
> I want to run
2017 Feb 15
1
vsftp problem C7
Hi list,
I've a problem with vsftpd on C7.3. This is a dedicated server protected
by a Zywall5. SELINUX is disabled.
This is my vsftpd configuration:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_file=/var/log/vsftpd.log
xferlog_std_format=YES
idle_session_timeout=600
2009 Sep 12
1
vsftp strangeness
Greetings,
When logging into my VSFTPD server, my clients recieve this:
220 (vsFTPd 2.0.5)
Name (------): user
331 Please specify the password.
Password:
421 Service not available, remote server has closed connection
Login failed.
vsftpd logs show that everything went ok:
Sat Sep 12 15:52:02 2009 [pid 1131] CONNECT: Client ""
Sat Sep 12 15:52:02 2009 [pid 1131] FTP response: Client
2006 Jul 15
1
vsftpd virtual users not able to delete the files (second time post)
hey friends,
I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some
virtual users who can upload,download and delete the files in their
particular directories. I followed the below link to create the
virutal users
http://linuxsir.zahui.net/html/23/43449.htm
I have created a user called "tester" and the entries in the tester
file (/etc/vsftpd/vsftpd_user_conf/tester)
2007 Oct 05
3
DNAT rule for vsftp --(PASSIVE FTP)
Hi all,
I want to run vsftp behind a firewall.(i.e DMZ zone) . It is runnig as
passive ftp.
the theroy behind passive ftp is ,
- FTP server's port 21 from anywhere ( Client initiates connection)
- FTP server's port 21 to ports > 1024 (Server responds to client's
control port)
- FTP server's ports > 1024 from anywhere (Client initiates data
connection to
2006 Jul 08
0
vsftpd virtual users are not able to delete the files or folders
hey friends,
I am using vsftpd version 2.0.1 on Centos4.0. I am trying to create some
virtual users who can upload,download and delete the files in their
particular directories. I followed the below link to create the
virutal users
http://linuxsir.zahui.net/html/23/43449.htm
I have created a user called "tester" and the entries in the tester
file (/etc/vsftpd/vsftpd_user_conf/tester)
2007 Oct 05
3
DNAT rule for vsftp (PASSIVE FTP)
Hi all,
I want to run vsftp behind a firewall.(i.e DMZ zone) . It is runnig as
passive ftp.
the theroy behind passive ftp is ,
- FTP server''s port 21 from anywhere (Client initiates connection)
- FTP server''s port 21 to ports > 1024 (Server responds to client''s
control port)
- FTP server''s ports > 1024 from anywhere (Client initiates data
2005 Oct 26
1
vsftp passive mode / iptables issue
I've been struggling with my firewall and getting vsftp to work in
passive mode.
It seems that everything on this hosting server works just fine without
the eth0 entry in my iptables except for vsftp in passive. Am I opening
up too much by adding the eth0 line?
-A INPUT -j RH-Firewall-1-INPUT
-A FORWARD -j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT -i lo -j ACCEPT
-A RH-Firewall-1-INPUT
2006 Jun 02
2
[LLVMdev] Compiling natively vsftp with LLVM
Hi,
I am using LLVM to compile vsftp to native x86 ELF code.
One of it's object file (sysdeputil) contains inline asm so cannot be compiled by gcc-3.4 frontend.
So I decided to firstly link together the llvm objects and libcrtend and compile it to native .o file and then link it with sysdeputil.o .
The Makefile is sth like this:
vsftpd: $(OBJS)
gccld -r -native -o vsftpd.o $(OBJS)
2007 Sep 22
3
vsftp question ?
Hi,
I want to setup vsftp on centos 4.5. 2 types of ftp. they are active and
pasive. What is the default type ftp type o CentOS ?
Is is PASIVE ftp?
in /etc/vsftpd/vsftpd.conf, I found below line. What should I do for below
line?
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
Should I COMMENT it out? I need a very secure ftp service.
YOUR
2007 Sep 07
1
vsftp and nonpriv_user option question
thhis didnt go through completely the first time.
I am a bit confused as to how this works.
I created a local unpriveleged user (with /bin/nologin shell).
i uncommented the line containing
nopriv_user=ftpsecure
and restarted vsftp.
I am confused as to what is supposed to happen.
Shuld the daemon /usr/sbin/vsftpd be run as root or should it be
ftpsecure?
Or is the account only used to
2015 Jun 29
2
Using a CentOS 6 Machine as a gateway/router/home server
On Sun, 28 Jun 2015, John R Pierce wrote:
> On 6/28/2015 3:49 PM, Max Pyziur wrote:
>> I also seem to need to load
>> iptable_nat
>> nf_nat_ftp
>>
>> via rc.local
>>
>> Is this correct?
>
> only if you're running some Linux build from the 1990s.
>
> nothing on RHEL/CentOS should need anything in rc.local
Then what is the