Results 1 to 5 of 5

Thread: anonymous vsftp access

  1. #1

    anonymous vsftp access

    Hi out there,
    I've a problem with the vsftpd.

    I start the vsftpd from my rc.local with the /opt/etc/vsftpd.conf.
    I cannot login with the anonymous user. Named Users are working.
    Unfortunately I don't know so much about the vsftpd. What is missing ??
    Do I need another user or group ??
    Should I create the anonymous user with the web interface ??


    Here is my config. Please help.
    ===========================
    anonymous_enable=YES
    nopriv_user=root
    local_enable=YES
    write_enable=YES
    local_umask=022
    anon_upload_enable=YES
    anon_mkdir_write_enablanon_other_write_enable=YES
    anon_world_readable_only=NO
    dirmessage_enable=YES
    xferlog_enable=YES
    connect_from_port_20=YES
    syslog_enable=YES
    listen=YES
    secure_chroot_dir=/
    chroot_local_user=YES
    enable_iconv=YES
    local_charset=UTF-8
    remote_charset=CP950
    max_clients=64
    pasv_enable=YES
    pasv_min_port=65000
    pasv_max_port=65535
    pasv_address=81.210.xxx.xxx
    ======================================

    bye
    Magnus

  2. #2

    More probs

    I'm just playing around with the config.
    The listing of 500 subdirectories in my ftp client has take more than a minute. Log says 834 bytes /sec.
    There are other ftp servers available for our box. Has anyone good experiences with another one ??

    so long
    Magnus

  3. #3
    Join Date
    Aug 2007
    Location
    Austria
    Posts
    52
    I've installed and tested the vsftpd 2.0.5-1 from optware ipkg
    http://ipkg.nslu2-linux.org/feeds/op...g/cross/stable
    and it works fine and much faster than the vsftpd which came with
    the asus firmware. it installs to /opt/sbin and can be used alternatively
    to the asus version, which resides in /sbin
    Code:
    $ ipkg files vsftpd
    Package vsftpd (2.0.5-1) is installed on root and has the following files:
    /opt/sbin/vsftpd
    /opt/etc/vsftpd.conf
    the asus vsftpd seems to be heavily modified in order to use the
    sharing configuration which is stored in the /shares/MYVOLUME1/__share*
    files and not all standard vsftp configuration parameters seem to work.

    the problem with vsftpd installed with ipkg is, that it uses the
    user configuration from /etc/passwd file, if you use
    Code:
    chroot_local_user=YES
    then the local user can access only his home directory structure,
    if you don't chroot the local users, then they have access to the complete
    root tree on the harddisk. this is a security issue.

    i changed back to use the asus vsftpd because it is more secure to
    give access only to the dedicated shares from /shares/MYVOLUME1/__share_list.txt

    brgds
    tiwag

  4. #4
    And is it possible to disable anonymous FTP login in asus' vsftpd? I'd like to disable it, but don't know how.

  5. #5

    anonymous ftp wide open from the WAN

    Quote Originally Posted by esbe View Post
    And is it possible to disable anonymous FTP login in asus' vsftpd? I'd like to disable it, but don't know how.
    I got similar problem. I don't have issue that the ftp is anonymous.

    However, it is wide open from the WAN side. Any idea how to fix it please.

    Many thks in advance.

    /ww

Similar Threads

  1. Disabling anonymous ftp access
    By Rapsey in forum WL-500gP Q&A
    Replies: 6
    Last Post: 17-12-2007, 12:08
  2. Disable anonymous FTP access
    By herve81 in forum WL-HDD Q&A
    Replies: 4
    Last Post: 14-12-2007, 09:55
  3. Cannot access FTP from outside the router?
    By Rasmuskarlsen in forum WL-500gP Q&A
    Replies: 2
    Last Post: 23-05-2007, 21:10
  4. remote access to WL-500G
    By pavelv2 in forum WL-500g Q&A
    Replies: 3
    Last Post: 15-06-2006, 11:22
  5. Setting access rights for anonymous FTP user
    By Styno in forum WL-500g Custom Development
    Replies: 1
    Last Post: 09-04-2004, 22:02

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •