Skip to main content

Posts

Showing posts from August, 2011

FreeBSD : VSFTPD FTP-PROXY

Vsftpd name come from "Very Secure FTP Daemon". I don't look what is very secure unless the installation is work for me is fine :) Now we will installing Vsftpd in FreeBSD 8.2. On my network there's a firewall (PF) which using single interface ($ext_if) and with a public IP. Let start with a Vsftpd installation. 1) If you're unfamiliar with FreeBSD ports style, you can try to search for the path of the vsftpd. Basically in /usr/ports/ftp # cd /usr/ports # make search name=vsftpd Port: vsftpd-2.3.2 Path: /usr/ports/ftp/vsftpd Info: A FTP daemon that aims to be "very secure" Maint: dinoex@FreeBSD.org B-deps: R-deps: WWW: http://vsftpd.beasts.org/ 2) Install Vsftpd # cd /usr/ports/ftp/vsftpd # make install clean Binary File :  /usr/local/libexec/vsftpd & Sample Configuration File : /usr/local/etc/vsftpd.conf # Example config file /usr/local/etc/vsftpd.conf # # The default compiled in settings are fairly parano