ProFTPD not working on new install

Discussion in 'Installation/Configuration' started by doublet, Jun 15, 2008.

  1. doublet

    doublet New Member

    Hi, I just installed ISPConfig first time and FTP seems to be not working.

    Is a new test box Centos 5 system

    FTP access not working.

    ISPConfig added line to conf file: Include /etc/proftpd_ispconfig.conf

    And proftpd_ispconfig.conf file have:

    ###################################
    #
    # ISPConfig proftpd Configuration File
    # Version 1.0
    #
    ###################################
    DefaultAddress 127.0.0.1
    <VirtualHost 192.168.18.55>
    DefaultRoot ~
    AllowOverwrite on
    Umask 002
    </VirtualHost>

    Logs don't show me ftp access error:

    Jun 15 18:16:42 beat proftpd[3429]: beat.kls.es (localhost.localdomain[127.0.0.1]) - FTP session opened.

    What's wrong?

    Thanks.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What happens when you comment out the Include /etc/proftpd_ispconfig.conf line in proftpd.conf and restart ProFTPd?
     

Share This Page