Connections per host

These are old archives. They are kept for historic purposes only.
Post Reply
MrBoneDaddy
Posts: 4
Joined: Mon Apr 28, 2008 2:52 am

Connections per host

Post 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.
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Connections per host

Post by Casper »

It's in the allow block.
Ex Network-Administrator
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Connections per host

Post 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.
Your IP: Image
Your Country: Image
MrBoneDaddy
Posts: 4
Joined: Mon Apr 28, 2008 2:52 am

Re: Connections per host

Post 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.
Post Reply