LinuxQuestions.org
Register a domain and help support LQ
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices

Reply
 
Thread Tools Search this Thread
Old 05-09-2008, 09:20 AM   #1
bambeklis
Member
 
Registered: Aug 2005
Posts: 58
Thanked: 0
ProFTPD


[Log in to get rid of this advertisement]
Good day,

I'm thinking why my ProFTPD isn't running as well as I want. I mean, when I connect to It from then LAN it works great, but when I connect from remote computer the connection takes long time and I get bored of waiting. So I can't connect to my FTP from any of remote computers. Here is my proftpd.conf:

ServerIdent off
ServerName "ProFTPD server"
ServerType standalone
DefaultServer on
Port 21
Umask 022
User ftp
Group ftp
DefaultRoot ~
RootLogin off
RequireValidShell off
UseFtpUsers off
TimeoutLogin 120
TimeoutIdle 600
TimeoutNoTransfer 900
TimeoutStalled 900
MaxLoginAttempts 2
UseReverseDNS off
IdentLookups off


SystemLog /var/log/proftpd/system.log
TransferLog /var/log/proftpd/transfer.log
DefaultTransferMode binary
AllowOverwrite on


<Anonymous /home/ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 50 "Perdaug klientu"
AnonRequirePassword off


<Limit WRITE>
DenyAll
Allow from 10.0.1.2
</Limit>


<Directory download/*>
<Limit READ>
AllowAll
</Limit>
<Limit WRITE >
DenyAll
allow from 10.0.1.2
</Limit>
</Directory>

<Directory upload>
<Limit WRITE>
DenyAll
</Limit>
umask 022 022
<Limit STOR MKD XMKD READ>
AllowAll
</Limit>
<Limit DELE>
DenyAll
allow from 10.0.1.2
</Limit>
</Directory>
</Anonymous>

P.S. sorry for my english If there are many mistakes

Thanks

Last edited by bambeklis; 05-09-2008 at 09:21 AM..
bambeklis is offline     Reply With Quote
Old 05-09-2008, 04:26 PM   #2
bambeklis
Member
 
Registered: Aug 2005
Posts: 58
Thanked: 0

Original Poster
No answers ?
bambeklis is offline     Reply With Quote

Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
proftpd: proftpd startup failed tumana Linux - Newbie 12 10-16-2009 03:24 AM
ProFTPd - Change proftpd.conf location ('not found' error) varney Linux - Newbie 1 02-22-2008 02:51 AM
[PROFTPD] Ldap and proftpd authentication wesleywest Linux - Software 1 02-22-2005 10:51 AM
Disabling the chroot in proftpd and enabling root logins on ssh/proftpd jon_k Linux - Software 1 06-16-2004 11:27 AM
proftpd --- need help? could someone post a working proftpd.conf i could look at ZooRoPa Linux - Networking 1 04-02-2003 07:56 PM


All times are GMT -5. The time now is 05:52 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration