sudo - version 1.6.9p14 ======================= 1) Install: funpkg sudo-1.6.9p14.tgz 2) Source: http://www.sudo.ws/sudo/dist/sudo-1.6.9p14.tar.gz 3) Compile flags: ./configure --prefix=/ffp --with-logpath=/ffp/var/log/sudo.log \ --with-timedir=/ffp/var/run/sudo --sysconfdir=/ffp/etc --without-pam \ --with-editor=/ffp/bin/vi ProFTPD + mod_tls - version proftpd-1.3.1.tgz ============================================= 1) Install: - Disable the standard D-Link FTP server using the web interface - funpkg proftpd_incl_mod_tls-1.3.1.tgz - Create a group named nogroup using the web interface - Create SSL certificates as described under section 3 in the followig HowTO: http://howtoforge.com/proftpd-tls-debian-etch - Edit /ffp/etc/proftpd.conf according to your needs, make sure you edit or comment out MasqueradeAddress - chmod 755 /ffp/start/proftpd.sh - Reboot 2) Source: ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.1.tar.gz 3) Compile flags: ./configure --prefix=/ffp --with-modules=mod_tls \ --with-includes=/ffp/includes/openssl --with-libraries=/ffp/lib 4) Requirements: openssl zlib maybe more :) 5) Notes: - The CPU in the DNS-323 only makes speeds of approx 1mb/s possible when mod_tls is enabled - Good FTP TLS/SSL clients are: FileZilla, FlashFXP, lftp(UNIX/Linux) lftp - version 3.6.3 ==================== 1) Install: funpkg lftp-3.6.3.tgz 2) Source: http://lftp.yar.ru/get.html 3) Compile flags: ./configure --prefix=/ffp --with-openssl=/ffp 4) Requirements: libexpat openssl libiconv readline ncurses gcc(?) zlib