[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Too many connections



On Sat, Feb 05, 2000 at 02:24:50PM -0500, Kader Benmati wrote:
>
>     If a second person connect to the server he automatically disconnect 
> with the following message:
>      "Too many connections"!

You probably have put them in an Y-line which only allows 1 person per
I-line.

Something that looks like:
Y:2:90:300:1:4000000 (from example.conf)

That 1 in that line says that only 1 person is allowed to connect per
I-line. This is an Y-line that should be used for servers, where that 1 tells
that it should only try to auto-connect until it has 1 server in that
class.

Y:10:90::100:512000:10:32 (from example.conf)

This Y-line will allow 100 people to connect for a certain I-line.

I suggest you read example.conf or some other documentation on what the
fields meaan.


Q