View previous topic :: View next topic |
Author |
Message |
tooshort n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Mar 2008 Posts: 32 Location: De la planété Mars.....
|
Posted: Tue Mar 18, 2008 12:30 pm Post subject: vsftdp Couldn't Access in my FTP since Internet |
|
|
Hello,
I have a problem with VSFTPD i don't connected to my server since internet.
VSFTP is configured with xinetd :
service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/vsftpd
server_args = /etc/vsftpd.conf
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}
and the parameter in vsftpd.conf is :
listen=NO
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
anon_upload_enable=NO
anon_mkdir_write_enable=NO
xferlog_enable=YES
connect_from_port_20=YES
xferlog_file=/var/log/vsftpd.log
idle_session_timeout=300
data_connection_timeout=120
connect_timeout=60
accept_timeout=60
async_abor_enable=NO
ascii_upload_enable=NO
ascii_download_enable=NO
ftpd_banner=Welcome to My Ftp
chroot_local_user=YES
chroot_list_enable=NO
use_localtime=YES
Please help me
Thanks
TooShort |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gimpel Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/129086950243c7024511c31.jpg)
Joined: 15 Oct 2004 Posts: 2720 Location: Munich, Bavaria
|
Posted: Tue Mar 18, 2008 3:10 pm Post subject: |
|
|
Please post some error messages. What does the FTP client spit out, what is in the FTP server logs? _________________ http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
tooshort n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Mar 2008 Posts: 32 Location: De la planété Mars.....
|
Posted: Tue Mar 18, 2008 4:16 pm Post subject: |
|
|
Error log :
Mar 18 17:13:12 ns354880 xinetd[8001]: START: ftp pid=8146 from=ip_server
Mar 18 17:13:12 ns354880 xinetd[8001]: EXIT: ftp status=1 pid=8146 duration=0(sec) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|