* help with proftpd?
@ Tyler Littlefield
` Gregory Nowak
0 siblings, 1 reply; 2+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hay,
would someone be willing to go over my proftpd configuration file?
here it is...
Thanks,
ServerName "Ty's domain ftp server"
ServerType standalone
DefaultServer on
Port 21
MaxInstances 30
IdentLookups on
ServerIdent on "Slackware ftpd ready."
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"
ExtendedLog /var/log/ftp_auth.log AUTH auth
ExtendedLog /var/log/ftp_access.log WRITE,READ write
Umask 022 022
<Limit LOGIN>
DenyGroup !ftp
deny user !Anonymous
</Limit>
<Global>
RootLogin off
RequireValidShell on
</Global>
<directory ~*>
<Anonymous /ftp>
DefaultRoot /ftp
User ftp
Group nogroup
UserAlias anonymous ftp
DirFakeUser on ftp
DirFakeGroup on ftp
RequireValidShell off
<Directory *>
<Limit WRITE>
DenyAll
</Limit>
</Directory>
<directory /ftp/uploads>
<Limit WRITE>
AllowAll
</Limit>
</Anonymous>
<ftp ~>
DefaultRoot ~
<directory *>
AllowAll
</directory>
</ftp>
the thing with this, is it will let users in annonymous, so the people can login, but they have to know I support it.
It is kind of dumb, but. it works.
then, ftp is the group I add all users into, to give them ftp access, if proftpd sees that they have ftp group, then they have ftp group...
Just thought I would explain a few things.
The error I get when I connect to this is
connection reset.
proftpd doesn't give me any errors though.
Thanks,
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: help with proftpd?
help with proftpd? Tyler Littlefield
@ ` Gregory Nowak
0 siblings, 0 replies; 2+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Tyler Littlefield, Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Anything specific you wanted us to look at here? It looks fine to me
at a glance. If you just wanted a syntax check, then just run proftpd
with the -t flag, and it will tell you if there are any problems.
As for your connection being reset problem, does this happen when you
connect to 127.0.0.1, or when someone tries to connect to you from the
outside world. If the latter is the case, then I seem to recall that
you have cox cable, in which case they may be filtering in-bound port 20.
Greg
On Wed, Mar 15, 2006 at 10:22:01PM -0700, Tyler Littlefield wrote:
> Hay,
> would someone be willing to go over my proftpd configuration file?
> here it is...
> Thanks,
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFEGQGt7s9z/XlyUyARAnh/AJ9SdreJbEW36SHs7tLGhRRUWt5KCwCeLMHB
kbpxB+aloASrxy+Ak/0ylpI=
=6JFR
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
help with proftpd? Tyler Littlefield
` Gregory Nowak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).