Page 1 of 1

Connections per host

Posted: Wed Apr 30, 2008 2:25 am
by MrBoneDaddy
I have a questions about more then 3 connections per host. I am looking in the unrealircd.conf and all i see if the line of

Code: Select all

        /* Throttling: this example sets a limit of 3 connection attempts per 60s (per host). */
        throttle {
                connections 3;
                period 60s;
        };
Would this be the area to change the connection. I have a java app that any more then 3 people try to connect to it and it won't allow them time -out all others and in the irc log I see this

irc.gameonline365.com- *** Notice -- Client exiting: mib_8k34hl ([email protected]) [OperServ (Session limit exceeded)]

So any one point me in the right area I would thanks you. Also I am running Anonop for services but I am not sure this would be services making this happen.

Re: Connections per host

Posted: Wed Apr 30, 2008 8:10 am
by Casper
It's in the allow block.

Re: Connections per host

Posted: Wed Apr 30, 2008 1:45 pm
by Jobe
Seeing as the kill message you pasted was from OperServ you should look to adding an exception in your services package.

As an oper you will NOT see any messages about users who cant connect due to IRCd side maximum per IP limits.

Re: Connections per host

Posted: Wed Apr 30, 2008 7:50 pm
by MrBoneDaddy
Hey thanks for the insite I will look into that stuff tonight. Also I will go over to the anope services group and see about making it where I don;t see all the droped connections and crap becuse that has started to rub me the wrong way having to look at all that stuff.