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

Re: My irc server permit only one client



On Thu, Feb 15, 2001 at 03:37:19PM -0300, Alejandro Cabrera Obed wrote:
> Hello,
> 
> I'm very sorry for my questions, but I have no idea what I can do now....I'm
> in a trouble.
> I've installed irc 2.10.3 on my Sun/Solaris 7 platform and I've configured
> (not too well) the /usr/local/etc/ircd.conf file.
> Now, I connect with the irc server (www.sisdis.gov.ar :6667) and
> everything's OK. But when I try to connect to the same server from another
> PC with another user, I can't do it. I get ths messages:
> 
> Closing Link: toto[acabrera@xxxxxxxxxxxxxxxxx] (Too many connections)
> 
> I ask you: what line of ircd.conf do I have to edit in order to permit a lot
> of users in my channels ???

It's a problem with the combination of I and Y-lines.  In the
Y-lines (class) you say how much users can use that I-line.  You
need to adjust the Y-line you use for your I-line(s).  It's the 4th
field.

Maybe you're using class 0 (you didn't specify a class), in which
case it uses the value from config.h, which default to allow 1
user in class 0.
You just need to make a class in that case, and use it with your
I-line in that case.

Look at example.conf, or INSTALL for more info.


Kurt