VSFTPd behind NAT / Firewall
Posted in Technical on September 28th, 2011 by iyoung – Be the first to commentSorry, yet another geek post. I was trying to get eyefi to deliver images to my NAS Box which is running VSFTPd (Very Secure FTP Daemon) behind my router with network address translation and passive mode would not work which is all that eyefi supports.
To get VSFTPd to work behind your router you need to edit the /etc/vsftpd.conf file and add one simple extra line: -
pasv_address=x.y.z.t
Where x.y.z.t is your externally accessible IP address, if you don’t know it, get it from hereĀ http://www.whatismyip.com/