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

Re: Too many user connections (local)



Dnia Wto 27. Listopad 2001 08:52, Santosh Pasi napisa?:
> Hi all,
>
> Till ver 2.10.3p1, there was no problem.  Recently i have upgraded to
> 2.10.3p3 and i am getting error
> "Too many user connections (local)".
>
> I am using same ircd.conf file.
>
> Is there major changes between 2.10.3p1 to 2.10.p3 ... i have gone
> through Changelog, faqs, ...but unable to find solution...
>

Have a look at example.conf, Y client lines:

# For CLIENT CLASSES, the fields are:
# Y:<Class>:<Ping Frequency>::<Max Links>:<SendQ>:<Local Limit>:<Global Limit>
[...]
#   6 maximum number of links from this [user@]host on the server
#   7 maximum number of links from this [user@]host on the net
#
# local and global limits have the format <x>.<y> where x defines the maximum
# number of clients from the same host (IP) whereas y defines the maximum
# number of clients from the same user@host (IP) allowed to connect.  the

So, to allow more than 1 connection from one host you must specify a number 
following a dot. Earlier version of ircd treated Y-lines differently. 
ie:
Y:10:200::10000:51200:1000.1000:1000.1000

Regards
  Bartosz Borkowski