[newbie] Proftpd and sshd take long time the authentification...

2005-01-19 Thread Javier Enrique Tiá Marín
Hi,

Mandrake 10.1 Official installed with proftpd and sshd takes long time
the authentification.

proftpd show this:

# ftp tuxserver
500 AUTH not understood
500 AUTH not understood
KERBEROS_V4 rejected as an authentication type


I have a Mandrake 10.0 in same network and haven't a problem...

TIA,

Javier


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] ProFTPD not Jiggy

2004-10-30 Thread Eric Scott
Yo people.  I've got a Mandrake Linux 9.2 server running ProFTP v1.28.  I
thought I had it all set up to run with anonymous FTP access (Using a
sample /etc/proftpd.config from proftpd.org for now), and starting through
xinetd... but apparently it isn't set up right, or at least it's not 
wanting
to be just jiggy with me.  Here's my setup and what happens when I try to
access the ftp site:
details
My config file is a standard example (temporaraly) that can be found at
http://proftpd.org/docs/configs/anonymous.conf

After copying the above file in to /etc/proftpd.conf, I restarted 
xinetd. (I
know next to nothing about xinetd or how to run proftpd under it, but for
what it's worth, there's a 'proftpd-xinetd' file in /etc/xinetd.d/)

Here's what gets my relatively-novice Linux mind boggled.  Something 
seems to
be running, but I only sorta get an ftp connection when the client connects:

At this point 'netstat -a | grep ftp' gives:
tcp0  0 *:ftp   *:* LISTEN
Seems chipper, from what I can gather from the limited proftpd howtos I've
found.  When I start to connect with a client and do netstat I get (domains
are aliased):
tcp0  0 [MyDomain]:ftp [ClientDomain] ESTABLISHED
The client says Connected to [MyDomain] ([MyIP])
A few seconds later it goes:
421 Service not available, remote server has closed connection
/details
	Now this is probably way too much of the wrong info needed to solve my
problem, which I suspect is relatively simple.  I'm obviously new to FTP 
and
fairly new to Linux; but I need this FTP server up and (eventually)
configured to my requirements.
   any help?
  Thanx,
   SigmaChi



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] ProFTPD not Jiggy

2004-10-30 Thread Stephen Kühn
On Sun, 2004-10-31 at 15:58, Eric Scott wrote:
 Yo people.  I've got a Mandrake Linux 9.2 server running ProFTP v1.28. 
SNIP

 any help?
Thanx,
 SigmaChi

1.) You might want to check to see if your firewall is allowing port
21/tcp to be opened at all even...

2.) Install Webmin (if not already installed) - it has great features
for dealing with your ProFTP installation and configuration and allows
for much more clear cut and concise changes to be made with very little
knowledge necessary. Seriously.

3.) Try checking/changing the two above points, and then restart your
xinetd daemon and see what happens next...ay?

Cheers!
--
stephen kuhn
mobile: 0410-728-389
illawarra and regional new south wales
---
GNU/Linux/OpenSource Solutions and Alternatives
100% Microsoft Free and no viruses
Registered Linux User # 267497

Windows: Where do you want to go today?
MacOS: Where do you want to be tomorrow?
Linux: Are you coming or what?

---
Remember Darwin; building a better mousetrap merely results in smarter
mice.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



RE: [newbie] ProFTPD?

2004-10-15 Thread gcobb
I had done this before, but after reloading I'm sure 100% sure of the
syntax I used.  Here's a snippet of the message I received in here
explaining how to do what you want.

-START

You can use DefaultRoot to restrict users:

 
http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-Chroot.h
tml

Also, you can impose fine-grained per-FTP-command user access control
using a combination of Directory and Limit sections:

 
http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-Limit.ht
ml
 
http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-Director
y.html

 I can work on the Virtual domain part of it after this is resolved, if

 it is.

When you get to this point, the following might be useful:

 
http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-Vhost.ht
ml

-END


Regards

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Todd Slater
 Sent: Thursday, October 14, 2004 11:14 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] ProFTPD?
 
 
 On Thu, Oct 14, 2004 at 10:41:20AM -0500, Eric Scott wrote:
  Heya. I have a server at work running Mandrake 9.2.  I'm 
 administering
  it remotely through webmin/vnc/ssh and all that fun stuff.  
 Here's the 
  problem:
  I want to set up my /var/www/html directory with limited 
 FTP access.  I 
  can't figure out or find howtos on the webmin module for 
 proftpd, and 
  apparently I don't know how to work the /etc/proftp.conf 
 file because 
  the changes I make seem to make no difference.  Can 
 anybodye give me a 
  basic howto to set this up?  I'm not a very experienced 
 linux user or 
  server admin, so don't get to techy on me. :-)
 Thanx,
   ES
 
 You might consider not even running FTP, since you're running 
 ssh you might as well use secure copy (scp). You can add your 
 user to the apache group and assuming the group has write 
 access to /var/www/html you can
 do:
 
 scp filetobecopied [EMAIL PROTECTED]:/var/www/html
 
 There's probably a gui out there for this (try freshmeat).
 
 I say to use scp just because if you can use it there's no 
 need to run another service. But if you must run ftp, check 
 out the sample configs on the proftpd site 
 http://www.proftpd.org/docs/example-conf.html.  I believe what 
 you're looking for is the DefaultRoot directive. You may need 
 to set up a group that has write access to /var/www/html and 
 set default root to ~ (chroot/jail) for all users *except* 
 members of your new group. Don't hold me to it cause it's 
 been awhile since I messed with proftp.
 
 Todd
 
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] ProFTPD?

2004-10-14 Thread Eric Scott
Heya. I have a server at work running Mandrake 9.2.  I'm administering 
it remotely through webmin/vnc/ssh and all that fun stuff.  Here's the 
problem:
I want to set up my /var/www/html directory with limited FTP access.  I 
can't figure out or find howtos on the webmin module for proftpd, and 
apparently I don't know how to work the /etc/proftp.conf file because 
the changes I make seem to make no difference.  Can anybodye give me a 
basic howto to set this up?  I'm not a very experienced linux user or 
server admin, so don't get to techy on me. :-)
   Thanx,
 ES

PS: My thanx to this list, if it weren't for you guys I probably never 
would have gotten familiar enough with linux to use it as a server. 
Either that or I'd be trying SuSE or something over Mandrake right now. :-\



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] ProFTPD?

2004-10-14 Thread Todd Slater
On Thu, Oct 14, 2004 at 10:41:20AM -0500, Eric Scott wrote:
 Heya. I have a server at work running Mandrake 9.2.  I'm administering 
 it remotely through webmin/vnc/ssh and all that fun stuff.  Here's the 
 problem:
 I want to set up my /var/www/html directory with limited FTP access.  I 
 can't figure out or find howtos on the webmin module for proftpd, and 
 apparently I don't know how to work the /etc/proftp.conf file because 
 the changes I make seem to make no difference.  Can anybodye give me a 
 basic howto to set this up?  I'm not a very experienced linux user or 
 server admin, so don't get to techy on me. :-)
Thanx,
  ES

You might consider not even running FTP, since you're running ssh you
might as well use secure copy (scp). You can add your user to the apache
group and assuming the group has write access to /var/www/html you can
do:

scp filetobecopied [EMAIL PROTECTED]:/var/www/html

There's probably a gui out there for this (try freshmeat).

I say to use scp just because if you can use it there's no need to run
another service. But if you must run ftp, check out the sample configs
on the proftpd site http://www.proftpd.org/docs/example-conf.html. I
believe what you're looking for is the DefaultRoot directive. You may
need to set up a group that has write access to /var/www/html and set
default root to ~ (chroot/jail) for all users *except* members of your
new group. Don't hold me to it cause it's been awhile since I messed
with proftp.

Todd


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] ProFTPD?

2004-10-14 Thread Miark
On Thu, 14 Oct 2004 10:41:20 -0500, Eric wrote:

 I want to set up my /var/www/html directory with limited FTP access.  I 
 can't figure out or find howtos on the webmin module for proftpd, and 
 apparently I don't know how to work the /etc/proftp.conf file because 
 the changes I make seem to make no difference.  Can anybodye give me a 
 basic howto to set this up?

Dumb question, perhaps, but did you restart ProFTPd after your made 
your changes?

Miark


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] ProFTPD?

2004-10-14 Thread Lyvim Xaphir
On Thu, 2004-10-14 at 15:47, Miark wrote:
 On Thu, 14 Oct 2004 10:41:20 -0500, Eric wrote:
 
  I want to set up my /var/www/html directory with limited FTP access.  I 
  can't figure out or find howtos on the webmin module for proftpd, and 
  apparently I don't know how to work the /etc/proftp.conf file because 
  the changes I make seem to make no difference.  Can anybodye give me a 
  basic howto to set this up?
 
 Dumb question, perhaps, but did you restart ProFTPd after your made 
 your changes?
 
 Miark
 


Miark send me something off list --

LX
-- 

Trouble with sound?  Dump Alsa with an upgrade
to the best: get your free high quality OSS
drivers at www.opensound.com
Superior features, superior API, better support.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] proftpd and incoming files

2003-01-18 Thread fifner the dragon
I set proftpd up using gproftpd and the only thhing I didn manage to set up was 
incoming  
files.   
  
How do I set proftpd up to accept incoming files from the users on my intranet?  
 
Thanks in advance, 
Fifner 
-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Meet Singles
http://corp.mail.com/lavalife



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd directory restriction

2003-01-03 Thread Todd Slater
On 03 Jan 2003 22:36:27 -0500
Nelson Bartley [EMAIL PROTECTED] wrote:

 Hi Guys,
 
 I need to restrict the upload user from seeing their current path when
 they login to the ftp server. I can't seem to locate the setting to hide
 current location, or change the location so the hierarchy starts in the
 directory:
 eg: they start in /share/upload, but I want them to see it as /
 
 can this be done?
 
 

DefaultRoot /path/to/ftp/directory

You can make that a global, or you can lock just one group there like

DefaultRoot ~ !specialgroup
DefaultRoot /path/to/forbidden/place

which would make everybody but members of the specialgroup group use their
home directory, and members of specialgroup would use
/path/to/forbidden/place.

The thing you want to search for in the proftpd docs is chroot.

HTH,
Todd


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd help

2002-11-15 Thread Stephen Kuhn
On Fri, 2002-11-15 at 23:57, Anne Wilson wrote:
 
 shouldn't that be https?

That would depend on the level of security that you've setup on your
particular system. Mine's on a local, trusted net, so I got rid of all
the necessary security because I think I can trust myself (or so I
think).

-- 
Sat Nov 16 07:05:00 EST 2002


|____  |
|   /  \ /| |'-.   |
|  .\__/ || |   |  |
|   _ /  `._ \|_|_.-'  |
|  | /  \__.`=._) (_   |kuhn media australia
|  |/ ._/  || |http://kma.0catch.com
|  |'.  `\ | | |stephen kuhn
|  ;/ / | | |email: [EMAIL PROTECTED]
|  smk  ) /_/| |.---.| |mobile: 0410-728-389
|  '  `-`'   |linux user:267497


Sometimes a feeling is all we humans have to go on.
-- Kirk, A Taste of Armageddon, stardate 3193.9


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] proftpd help

2002-11-14 Thread Todd Slater
Hi,

I'm trying to get proftpd running. I had it once in 8.1 several months
ago, but now I can't seem to get it going in 8.2. I went to Control Center
 Services and tried to start it. It failed and said it couldn't determine
the IP of clevername. When I tried to connect I got a connection refused
error.

I went to enable it in xinetd, and when I tried to connect again it
returned a 421 error. There's nothing in /var/log/proftpd, as I
expected--I don't think it's even running, even though Control Center says
it is.

Hints or ideas?

Thanks,
Todd



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd help

2002-11-14 Thread Stephen Kuhn
On Fri, 2002-11-15 at 13:07, Todd Slater wrote:
 Hi,
 
 I'm trying to get proftpd running. I had it once in 8.1 several months
 ago, but now I can't seem to get it going in 8.2. I went to Control Center
  Services and tried to start it. It failed and said it couldn't determine
 the IP of clevername. When I tried to connect I got a connection refused
 error.
 
 I went to enable it in xinetd, and when I tried to connect again it
 returned a 421 error. There's nothing in /var/log/proftpd, as I
 expected--I don't think it's even running, even though Control Center says
 it is.
 
 Hints or ideas?
 
 Thanks,
 Todd
 
Get into WebMin and you can reset all the defaults from there - THAT
will get you going...

(Page for Webmin on a local machine is http://localhost:1)

Cheers!

-- 
Fri Nov 15 15:15:00 EST 2002


|____  |
|   /  \ /| |'-.   |
|  .\__/ || |   |  |
|   _ /  `._ \|_|_.-'  |
|  | /  \__.`=._) (_   |kuhn media australia
|  |/ ._/  || |http://kma.0catch.com
|  |'.  `\ | | |stephen kuhn
|  ;/ / | | |email: [EMAIL PROTECTED]
|  smk  ) /_/| |.---.| |mobile: 0410-728-389
|  '  `-`'   |linux user:267497


Law stands mute in the midst of arms.
-- Marcus Tullius Cicero


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] proFTPd

2002-07-27 Thread LtCdData

HI 
i have proFTPd running but cant seem to find out how to get some info back 
from it eg.
is anyone connected to it
where are they connected
what files are they uploading / downloading
what progress are they at on the upload / download
 i have run ftp servers on other operating systems before and always had a 
real time graphical output to show me whats happening. can proFTPd do this 
for me, if so how, or if not is there something else i can use that will.
cheerz 

LtCdData



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] ProFTPd problem (solved!)

2002-04-27 Thread Paul

On Sat, 27 Apr 2002 00:09:48 -0500 Paul wrote:

 [paul@tbird paul]$ ftp tbird
 Connected to tbird.merlijn.
 Compiled-in modules:
 ftp user paul
 Not connected.

You should be getting a login prompt of some kind... what security level
do you have msec set to?  Looks to me like you're never actually getting
connected at all.

Hi Paul,

I have set security to standard, nothing fancy.
Did some checks. What I did wrong, probably, was disable the FTP ports 20
and 21 in /etc/services. I noticed that this had an impact, since I couldn't
FTP to the outside world anymore. Changed that back now.

Still I wonder how to get ProFTPd going in Xinetd-mode, since that is what I
seem to need. At this point port 21 is in use:

[root@tbird paul]# fuser -n tcp 21
21/tcp:   9251

[root@tbird etc]# proftpd -n -d0
tbird.merlijn - Failed binding to 0.0.0.0, port 21: Address already in use
tbird.merlijn - Check the ServerType directive to ensure you are configured
correctly.

ProFTPd is set up as Standalone when I do this.

Setting it up as inetd system tells me:

[root@tbird etc]# proftpd -n -d0
tbird.merlijn - Fatal: Socket operation on non-socket
tbird.merlijn - (Running from command line? Use `ServerType standalone' in
config file!)

(After some more typing...)
It works?!   I just wanted to show what PID 9251 is saying. It says:
[paul@tbird etc]# ps 9251
  PID TTY  STAT   TIME COMMAND
 9251 ?S  0:00 proftpd (accepting connections)

Accepting connections???

So why not:

[paul@tbird etc]# ftp
ftp open tbird
Connected to tbird.merlijn.
220 ProFTPD 1.2.5rc1 Server (ProFTPD on TBIRD) [tbird.merlijn]
500 AUTH not understood.
500 AUTH not understood.
KERBEROS_V4 rejected as an authentication type
Name (tbird:paul):

I do NOT know what I changed to the better this time. But it works!
Apparently it has been running all the time.

I think I need more coffee...  Have a good weekend, and thanks for the
stimulus to dig into this again.

Paul

--
When things go wrong, don't go with them.

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.2 - Sylpheed 0.7.5



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] ProFTPd problem

2002-04-26 Thread Paul Cox

On Sunday, Apr 21, 2002, Paul wrote:

 When I want to log into the server, I see:
 
 [paul@tbird paul]$ ftp tbird
 Connected to tbird.merlijn.
 Compiled-in modules:
 ftp user paul
 Not connected.
 ftp bye

You should be getting a login prompt of some kind... what security level
do you have msec set to?  Looks to me like you're never actually getting
connected at all.

-- 
Paul Cox paul at coxcentral dot com
Kernel: 2.4.18-6mdk  -  Uptime: 9 days 1 hour 11 minutes.



msg95369/pgp0.pgp
Description: PGP signature


Re: [newbie] ProFTPd problem

2002-04-24 Thread Paul

On Sun, 21 Apr 2002 14:53:37 +0200 Paul wrote:

A while ago I posted this:

I am running ProFTPd, at least I hope I do.
When I want to log into the server, I see:

[paul@tbird paul]$ ftp tbird
Connected to tbird.merlijn.
Compiled-in modules:
ftp user paul
Not connected.
ftp bye

I have changed xinetd.conf to release port 20 and 21 to ProFTPd for
standalone runs, but still the same thing goes. Or better: goes not.

Running proftpd -n -d5 does not tell me anything...
Anyone who can?
Paul

--
When you throw dirt you lose ground!

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.2 - Sylpheed 0.7.5



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] ProFTPd problem

2002-04-21 Thread Paul

Hi all,

I am running ProFTPd, at least I hope I do.

When I start the service, it says ok

When I want to log into the server, I see:

[paul@tbird paul]$ ftp tbird
Connected to tbird.merlijn.
Compiled-in modules:
ftp user paul
Not connected.
ftp bye

I followed the thread on proftpd which happened about a month ago, stating
that the setup should not be Server= standalone but Server=inetd. I
tried that setup too, but that gave me only the info that there was no
socket available (or something to that extent).

Can anyone help me get FTP back up? I like it to fling files back and forth
through scripts.

My /etc/proftpd.conf
ServerName  ProFTPD on TBIRD
ServerType  standalone
#ServerType inetd
DefaultServer   on
AllowStoreRestart   on
# Port 21 is the standard FTP port.
Port21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask   022
MaxInstances30
# Set the user and group that the server normally runs at.
Usernobody
Group   nogroup
# Normally, we want files to be overwriteable.
Directory /*
  AllowOverwriteon
/Directory
# Needed for NIS.
PersistentPasswdoff

This is the plain vanilla config as set up by Mandrake 8.2. I wonder what I
have to change to get this back up an and running as with 8.0. There it
worked right out of the box. Strange...

Paul

--
Men of genius are often dull and inert in society,
as a blazing meteor when it descends to earth, is only a stone.
-Henry Wadsworth

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.2 - Sylpheed 0.7.4



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd configuration

2002-03-27 Thread daRcmaTTeR

 How do you add users to be able to connect to my ftp server?


are these already existing users on your system, or are they users apart
from your system such as remote users that would be connecting from
outside your local lan?

1) if they're users that already exist on your system then simply
editing the /etc/proftpd.conf file is all that is needed.

2) if they are remote users that do not have a login on your machine
then you will have to create a login for them, i.e. make a userID for
them on that machine as well as a groupID and then add them to the
Proftd config.

Mark




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd question

2002-02-12 Thread Gerald Waugh

On Tue, 12 Feb 2002, Eric Estes -=RCN Mail=- wrote:
 %_I have set up proftpd to allow a user by the name anonymous to login and
 download files. They seem to be able to browse my other directories and
 download from them.
 
 Is there a way to make the user anonymous only able to view their home
 directory and download from that alone?

DefaultRoot /ftp/ftp.foo1.com

--
Gerald Waugh



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd question

2002-02-12 Thread Miark

Mithrilhall,

That somehow seems contradictory. If users are to
be sent to their home directory, then they need to
long in as themselves, no?

I would think that you'd want anonymous logins to
be sent to /pub or whatever it is nowadays. Maybe
I'm wrong.

Miark



- Original Message - 
From: Eric Estes -=RCN Mail=- [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Sent: Monday, February 11, 2002 11:40 PM
Subject: [newbie] proftpd question


 I have set up proftpd to allow a user by the name anonymous to login and
 download files. They seem to be able to browse my other directories and
 download from them.
 
 Is there a way to make the user anonymous only able to view their home
 directory and download from that alone?
 
 
 Thanks,
 Mithrilhall
 
 
 
 





 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd question

2002-02-12 Thread Anuerin G. Diaz

On Mon, 11 Feb 2002 22:40:18 -0800
Eric Estes -=RCN Mail=- [EMAIL PROTECTED] revealed these words to me:

 I have set up proftpd to allow a user by the name anonymous to login and
 download files. They seem to be able to browse my other directories and
 download from them.
 
 Is there a way to make the user anonymous only able to view their home
 directory and download from that alone?
 
 
 Thanks,
 Mithrilhall
 
 

edit your /etc/proftpd.conf and add the following lines at the bottom (or uncomment 
this one if you have it)

# Default root can be used to put users in a chroot environment.
# As an example if you have a user foo and you want to put foo in /home/foo
# chroot environment you would do this:
# 
#DefaultRoot /home/foo foo  

DefaultRoot ~

ciao!
-- 

Programming, an artform that fights back.

=
Anuerin G. Diaz
Design Engineer
Millennium Software, Incorporated
2305 B West Tower, Philippines Stocks Exchange Center,
Exchange Road, Ortigas Center, Pasig City

Tel# 638-3070 loc. 72
Fax# 638-3079
=




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] proftpd question

2002-02-12 Thread Mithrilhall2000

Maybe I sent the wrong message. When the user anonymous logs in he is sent
to the proper directory but they are able to browse other users home
directories and are capable of downloading from them.

Eric

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Miark
Sent: February 12, 2002 9:14 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] proftpd question


Mithrilhall,

That somehow seems contradictory. If users are to
be sent to their home directory, then they need to
long in as themselves, no?

I would think that you'd want anonymous logins to
be sent to /pub or whatever it is nowadays. Maybe
I'm wrong.

Miark



- Original Message -
From: Eric Estes -=RCN Mail=- [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Sent: Monday, February 11, 2002 11:40 PM
Subject: [newbie] proftpd question


 I have set up proftpd to allow a user by the name anonymous to login and
 download files. They seem to be able to browse my other directories and
 download from them.

 Is there a way to make the user anonymous only able to view their home
 directory and download from that alone?


 Thanks,
 Mithrilhall










 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com






_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd question

2002-02-12 Thread Gerald Waugh

On Tuesday 12 February 2002 08:09 pm, Mithrilhall2000 wrote:
 Maybe I sent the wrong message. When the user anonymous logs in he is
 sent to the proper directory but they are able to browse other users home
 directories and are capable of downloading from them.

You must use a DirectoryRoot directive
this directive chroots the user to a jail

Check out the following URL
http://proftpd.org/docs/complex-virtual.conf
look at the anonymous configurations


--
Gerald Waugh



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] proftpd question

2002-02-11 Thread Eric Estes -=RCN Mail=-

I have set up proftpd to allow a user by the name anonymous to login and
download files. They seem to be able to browse my other directories and
download from them.

Is there a way to make the user anonymous only able to view their home
directory and download from that alone?


Thanks,
Mithrilhall





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd question

2002-02-11 Thread Chris Howe

I Know ncftpd allows for vitual users using the ncftpd_passwd command but
i'm not sure if proftp allows this as well.

Socratez

- Original Message -
From: Eric Estes -=RCN Mail=- [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Sent: Tuesday, February 12, 2002 2:40 AM
Subject: [newbie] proftpd question


 I have set up proftpd to allow a user by the name anonymous to login and
 download files. They seem to be able to browse my other directories and
 download from them.

 Is there a way to make the user anonymous only able to view their home
 directory and download from that alone?


 Thanks,
 Mithrilhall










 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] proftpd question

2002-01-17 Thread Gerald Waugh

On Wed, 16 Jan 2002, Todd Slater wrote:
snip
 Now I'm running into trouble starting proftpd. I get the error:
 
 Fatal: unable to determine IP address of 'SLATER.columbus.rr.com'.
 
 Looking at the faqs at proftpd.org, I see:
 
 The hosting machine has a poorly configured hostname setup to the point where 
 the resolver library cannot determine the IP from the name. Solutions 
 include, fixing the DNS for the domain, fixing the hostname, fixing the 
 /etc/hosts file. Which one works for you will largely depend on your OS and 
 exactly what is wrong.
 

There is no 'A' record for SLATER.columbus.rr.com
I can't find it either,
so, have a record put in the columbus.rr.com zone file for SLATER

--
Gerald Waugh
Registered Linux User 255245
register at http://counter.li.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] proftpd question

2002-01-16 Thread Todd Slater

First, thanks to Dave, Ed, Noah, and Michael for advice on domain hosting. RR 
doesn't block 80, and I'm going with dyndns.com.

Now I'm running into trouble starting proftpd. I get the error:

Fatal: unable to determine IP address of 'SLATER.columbus.rr.com'.

Looking at the faqs at proftpd.org, I see:

The hosting machine has a poorly configured hostname setup to the point where 
the resolver library cannot determine the IP from the name. Solutions 
include, fixing the DNS for the domain, fixing the hostname, fixing the 
/etc/hosts file. Which one works for you will largely depend on your OS and 
exactly what is wrong.

Am I required to have a static ip to start this? Is there some other process 
I should be running? I'm not sure what I would put in the /etc/hosts file, or 
how to fix the dns.

:-(
Gracias,
Todd

-- 
Todd Slater
mailto:[EMAIL PROTECTED]
Microsoft-Free since 13 January 2002 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] ProFTPD

2001-10-25 Thread Paul

In reply to Great Dragon's words, written Tue, 23 Oct 2001 14:02:14 -0500

Very strange that it does not work with you. I did nothing to the install and
it just works. I am still on MDK8.0 but not sure if that makes a difference...
Paul

Thats what I thought.  Now I just have to find out how to get inetd to work 
with proftp.  If I run inetd and try to connect, it replys connection 
rejected if I run /usr/sbin/in.proftpd manually it works fine, of corse, 
its permanently loaded

From: Paul [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]

ProFTP is installed by default and is great.


--
One thing you will probably remember well
is anytime you forgive and forget.
-Franklin P. Jones

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.0 - Sylpheed 0.6.3 claws
Open Source, Open Minds. Linux.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] ProFTPD

2001-10-25 Thread Great Dragon

Beats me, I did something the otherday and it changed my mounting so the 
drive wouldn't mount. I finally got my users configured right and since I 
can load it manually, everything is hap-hazardly working...I'll have to do a 
better job, but for the time being, its working ok.

From: Paul [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [newbie] ProFTPD
Date: Thu, 25 Oct 2001 18:46:11 -0400

In reply to Great Dragon's words, written Tue, 23 Oct 2001 14:02:14 -0500

Very strange that it does not work with you. I did nothing to the install 
and
it just works. I am still on MDK8.0 but not sure if that makes a 
difference...
Paul

 Thats what I thought.  Now I just have to find out how to get inetd to 
work
 with proftp.  If I run inetd and try to connect, it replys connection
 rejected if I run /usr/sbin/in.proftpd manually it works fine, of corse,
 its permanently loaded
 
 From: Paul [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 
 ProFTP is installed by default and is great.


--
One thing you will probably remember well
is anytime you forgive and forget.
-Franklin P. Jones

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.0 - Sylpheed 0.6.3 claws
Open Source, Open Minds. Linux.

Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Proftpd

2001-06-13 Thread Florian

Hummm after updating xinetd .
I cant start proftpd anymore i realized that cause linuxconf always asks me 
before leaving it if i want to start proftpd eachtime.
And i saw at the startup when starting proftpd it failes with the erro fatal 
can`t determine ipadress Any ideas?