LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ProFTPD time out (https://www.linuxquestions.org/questions/linux-software-2/proftpd-time-out-106925/)

mgb 10-21-2003 08:05 PM

ProFTPD time out
 
Hello,

I think last time I installed proftpd it worked out of the box. This time I am able to log in to my server from command line on local machine, but when I go to my windows box (using dreamweaver) it say connecting, then waiting for server, then timed out.

Here is log

cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "USER mgb" 331 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "PASS (hidden)" 230 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "SYST " 215 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "PWD " 257 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "MKD XYIZNWSK" 550 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "RMD XYIZNWSK" 250 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "MKD XYIZNWSK" 257 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "TYPE A" 200 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:20:32 -0500] "PORT 208,180,124,122,252,0" 200 -
cdm-208-180-124-122.gtwn.cox-internet.com UNKNOWN mgb [21/Oct/2003:19:23:41 -0500] "LIST " 425 0

Here is part of proftpd.conf

<VirtualHost ftp.mgb1.net>
DefaultChdir /home/mgb
DefaultRoot /home/mgb
RequireValidShell off
ServerName "ftp.mgb1.net"
<Directory /home/mgb>
AllowRetrieveRestart on
AllowStoreRestart on
</Directory>
AllowOverwrite on
Group mgb
User mgb
TransferLog /var/log/proftpd/mgb_transfer
ExtendedLog /var/log/proftpd/mgb_error/log
AuthAliasOnly off
Port 21
</VirtualHost>

Any idea what i'm missing?
Where could I find out what these log messages mean?

Any help or direction to read in would be greatly appreciated.

Thanks

mgb


All times are GMT -5. The time now is 01:46 AM.