DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 25th September 2009
Sunsawe Sunsawe is offline
Port Guard
 
Join Date: May 2008
Posts: 39
Default How to configure VSFTPD?

Hi all!

I am trying to configure VSFTPD to run on a box which is behing a router.
I can access it from inside the local network but not from outside.
This is my config file:

Quote:
############# Users settings ################
anonymous_enable=NO
chroot_local_user=YES
local_umask=022

############# Server settings ################
background=YES
dirmessage_enable=YES
guest_enable=NO
listen=YES
write_enable=YES
listen_port=21
max_clients=5
max_per_ip=2
pasv_max_port=160
pasv_min_port=150
guest_username=vsftpd_user
tcp_wrappers=YES
nopriv_user=vsftpd_user
local_enable=YES
pasv_address=XXXXXX (external address)
The ports are transfered from the router to the box. I can access it but the connection fails. It still replies with the internal network address sor the PORT command fails.

What am I doing wrong?

Thank you
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VSFTPD Server Issues!! disappearedng FreeBSD General 5 24th October 2008 08:47 AM
VSFTPD SERVER disappearedng FreeBSD General 1 21st October 2008 04:12 AM
VSFTPd: pid file kostromin FreeBSD Ports and Packages 0 4th July 2008 08:35 AM
vsftpd stucks in close() sunnyone FreeBSD Ports and Packages 0 10th June 2008 10:49 AM
[VSFTPD] Can't write in directory Sunsawe General software and network 7 1st June 2008 11:29 PM


All times are GMT. The time now is 12:57 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick