User login

Who's online

There are currently 0 users and 10 guests online.

Shoutbox

sentono: testing shoutbox :)
sentono: please type something here :)
Captcha
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
3 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
All Shouts

Recent comments

Syndicate

Syndicate content

How To Configure Vsftpd Server With Passive Mode Port Range

What is VSFTPD Server ?

Vsftpd is a File Transfer Protocol, This software is use to transfer our files into remote server.
In this tutorial we will install,configure ftp server to use passive mode port range.

First we need to install Vsftpd server.
Login into the server via ssh and access root

sentono@athena:~$sudo su
Password : <your root password>
root@athena:/home/sentono#

Install VsFtpd Server

root@athena:/home/sentono#apt-get install vsftpd

Configure VsFtpd Server

root@athena:/home/sentono#pico /etc/vsftpd.conf

#This function is to enable local user so local user also can using vsftp server with local password.

local_enable=YES
write_enable=YES

#This function is to enable passive mode
pasv_enable=YES

#This function is to limite passive mode range from 50000 to 51000 TCP ports

pasv_max_port=51000
pasv_min_port=50000
port_enable=YES

#save this file and exit

Restart VsFtpd Server

root@athena:/home/sentono#/etc/init.d/vsftpd restart

Try to connect with ftp client such as cuteftp,wsftp with passive mode to VsFTP server.





Post new comment

The content of this field is kept private and will not be shown publicly.
  • Use [break] to create page breaks.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <br> <p> <h1> <h2> <h3> <h4> <h5> <pre>
  • Internal paths in double quotes, written as "internal:node/99", for example, are replaced with the appropriate absolute URL or relative path.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options

Captcha
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
4 + 3 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Donate

Does this site make your life easier? Help me keep it online.

YM! Status