[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] (RaQ3) Total Users
- Subject: RE: [cobalt-users] (RaQ3) Total Users
- From: Volker Kindermann <listen@xxxxxxxx>
- Date: Tue Mar 14 08:15:54 2000
Hi,
> You cannot limit the number of telnet accesses at one time, but you can
> limit the number of FTP users allowed at one time, on a per-site basis;
> not
> for the box as whole, though, as far as I can tell. I'm looking at my
> RaQ2 at the moment; my new RaQ3 hasn't arrived yet.
if you need stricter controls you may replace the inetd with xinetd. xinetd
allows you to set limits to:
- the maximum number of requests a particular service may handle at once
and/or
- the maximum number of connections a specific IP address can have to a
specific service
take care
-volker