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

Re: Too many connections error



your Y line and I lines are wrong.
for your P line try:
P::::6667:
the P::::6667:1 only allows one connection but a blank one allows
MAXCONNECTIONS from config.h
# P:<YOUR Internet IP#>:<*>:<Internet IP Mask>:<Port>:
or
# P:<Directory>:<*>:<*>:<Port>:
also the Y line is wrong.I read carefully example.conf, the Y lines and P
lines are shown how to setup.
# For SERVER CLASSES, the fields are:
#Y:<Class>:<Ping Frequency>:<Connect freq>:<Max Links>:<SendQ>::
and
# For CLIENT CLASSES, the fields are:
# Y:<Class>:<Ping Frequency>::<Max Links>:<SendQ>:<Local Limit>:<Global Limit>

Exampe, my Class 4 Y line
Y:4:90:0:260:400000:2.0 0.0

All these examples are pasted from example.conf, i suggest you read them
carefully and also your man pages :)

Thank U
Karl Heiðarr
Former Supposed Infacuation Junkie
seppi@xxxxxxxxxxx
http://www.vizions.net

cht@xxxxxxxxxxxxxx wrote:

> On Sun, 4 Apr 1999, Thomas Kuiper wrote:
>
> > Hi Chris,
> >
> > you also need to edit the I lines of course,
> >
> > On Sat, 3 Apr 1999 cht@xxxxxxxxxxxxxx wrote:
> >
> > >
> > > I am trying to get ircd2_10_2p1 to work on a Redhat 5.4 system. I have
> > > left the makefile "MAXCONNECTIONS" at the default value 50, and have
> > > tried each one of the Y::::: lines in the /etc/ircd.conf file, but
> > > the server will only allow one connection. Anybody else connecting
>
> This is the I line I am using:
>
> I:*::*:6667:1
>
> And this is one of the Y lines I am using:
>
> Y:1:90:0:50:100000:10:10   - but I also tried it without the last 10:10.
>
> This is just a server for a few people to connect to- I am not a leaf
> node or connecting to some other IRC network.