ProFTPD config

Discussion in 'General' started by wolfvilleian, Mar 29, 2007.

  1. wolfvilleian

    wolfvilleian New Member

    Hi all,
    I'm new to ISPConfig and it has been great so far. But one thing. I have verry slow FTP logins, and I figured out how to speed it up, by commenting out or changing the line in "vi /etc/proftpd_ispconfig.conf" from "Default Address 127.0.0.1" to the network IP of that machine or commenting it out. But, ISPConfig will change it back to 127.0.0.1. Is there a way to stop that? Or tell it to put 192.168.0.115 in there? Could it be beause when I put it there then restart proftpd it says port 21 allready in use on 192.168.0.115 by proftd server?

    Thanks :)
     
  2. Hans

    Hans Moderator ISPConfig Developer

    Please do not use your FTP-client in "Passive mode".
    When your FTP-connection is rather slow, you can considder to add:

    UseReverseDNS off
    IdentLookups off


    to your /etc/proftpd.conf file.
     
  3. wolfvilleian

    wolfvilleian New Member

    Done

    I have all ready added thoes 2 lines and it helped a little bit but I still get it slow...I should be more specific...Slow logins, once loged in it's fine but once that default address is gone it works great:confused: And I am not using it in "Passive mode"
     
    Last edited: Mar 29, 2007
  4. falko

    falko Super Moderator ISPConfig Developer

    You can modify that line in the template file in the /root/ispconfig/isp/conf/ directory. ISPConfig won't overwrite that.
     
  5. wolfvilleian

    wolfvilleian New Member

    Thanks :) Works great now
     

Share This Page