LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-01-2007, 07:23 AM   #1
Net_Spy
Member
 
Registered: Nov 2006
Posts: 119

Rep: Reputation: 17
proftpd problem


I just installed proftd.2.x and its dependencies proftpd.inetd on my FC 6.here is my configuation which i configured and start the service.But when im trying to stop it,proftpd doesnt stop i got message failed when i shutdown my machine during shut down process it failed to stop.I dont know whats wrong.here is my configuration.Second thing when I use browser to open it ftp://localhost it ask me for user and pass im providing it user name and pass but still getting message authentication or some thing..Im looking forward for your kind response.

Regards
Net_Spy

Code:
# ProFTPd configuration file

# Daemon configuration 
ServerName              "FTP Server"
ServerType              standalone
DisplayConnect          /etc/issue.net
AllowOverride           off
AllowOverwrite          off
AllowForeignAddress     off
DeleteAbortedStores     on
DefaultServer           on
DeferWelcome            on
ServerIdent             off
UseReverseDNS           on
IdentLookups            off
TimesGMT                off
UseGlobbing             on
MultilineRFC2228        on
ShowSymlinks            off
RootLogin               off
RequireValidShell       no
DenyFilter              \*.*/
ListOptions             +R strict

# Lockdown connections and connection attemps
MaxClients              3 "The maximum number of allowed users (%m) are already connected."
MaxInstances            3
MaxClientsPerUser       3 "The maximum number of clients (%m) for this user already connected."
MaxHostsPerUser         3 "The maximum number of hosts (%m) for this user already connected."
MaxClientsPerHost       1 "The maximum number of clients (%m) from your host are already connected."
MaxLoginAttempts        1

# Lockdown TCP stack 
Port                    21
PassivePorts            63570 63750
SocketOptions rcvbuf    8192 
SocketOptions sndbuf    8192 
CommandBufferSize       512
tcpBackLog              5
tcpNoDelay              on
TransferRate            APPE,STOR 12000
TransferRate            RETR 12000

# Log format and location
LogFormat               default "%t %h %a %s %m %f %b %T \"%r"\"
ExtendedLog             /var/log/proftpd ALL default
SystemLog               /var/log/proftpd ALL default
TransferLog             /var/log/proftpd ALL default

# Limit login times and timeouts to drop dead clients.
TimeoutLogin            60
TimeoutIdle             60
TimeoutNoTransfer       60
TimeoutStalled          60
TimeoutSession          28800

# Setup fake properties
DirFakeGroup            on      ftp
DirFakeUser             on      ftp
DirFakeMode             0400

# User Access Control
<Limit LOGIN>
    Deny        All
</Limit>

# Anonymous configuration
<Anonymous /disk01>
   User         ftp
   Group        nogroup
   UserAlias    anonymous ftp
   HideNoAccess on
   <Limit LOGIN>
        Allow   All
   </Limit>
   <Limit ALL>
        Deny    All
   </Limit>
   <Limit PWD CWD LIST RETR>
        Allow   ALL
   </Limit>
   <Directory /disk01/incoming>
       Umask   022  022
      <Limit MKD STOR>
        Allow   All
      </Limit>
   </Directory>
</Anonymous>
 
Old 04-01-2007, 12:26 PM   #2
Biggen
Member
 
Registered: Sep 2004
Location: Panama City Beach FL
Distribution: Slackware 12.2
Posts: 199

Rep: Reputation: 31
Quote:
Originally Posted by Net_Spy
I just installed proftd.2.x and its dependencies proftpd.inetd on my FC 6.here is my configuation which i configured and start the service.But when im trying to stop it,proftpd doesnt stop i got message failed when i shutdown my machine during shut down process it failed to stop.I dont know whats wrong.here is my configuration.Second thing when I use browser to open it ftp://localhost it ask me for user and pass im providing it user name and pass but still getting message authentication or some thing..Im looking forward for your kind response.

Regards
Net_Spy
While I don't use proftpd (I use Pure FTPD, easy to use), at the bottom of your config file it looks like you are Denying access to all. You may need to change those setting. Did proftpd not come with any documentation? Here is their website: http://www.proftpd.org/ . They should be able to help your out from there..
 
  


Reply



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
Disabling the chroot in proftpd and enabling root logins on ssh/proftpd jon_k Linux - Software 1 06-16-2004 10:27 AM
Proftpd problem dsgdevil Linux - Software 2 05-24-2004 09:32 PM
Proftpd problem kelper Linux - Networking 11 04-01-2004 12:07 PM
proftpd problem thesnaggle Linux - Software 1 10-27-2003 11:20 AM
Proftpd problem kelper Linux - Software 2 08-26-2003 10:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 08:21 AM.

Main Menu
Advertisement
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.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration