Page 1 of 1

Max clones reached for your IP

Posted: Thu Aug 13, 2009 8:22 am
by Gachl
Hi!
After two connections from the same IP I'm users are getting "Max clones reached for your IP". I want to allow 500 or more connections from the same IP but for some reason it does not work.

Config (relevant parts):

Code: Select all

class           clients
{
        pingfreq 45;
        maxclients 6000;
        sendq 100000;
        recvq 8000;
};
allow {
        ip             *@*;
        hostname       *@*;
        class           clients;
        maxperip 800;
};
throttle {
        connections 127;
        period 60s;
};

Re: Max clones reached for your IP

Posted: Thu Aug 13, 2009 10:50 am
by Casper
Any other allow block somewhere? Any services active?

Re: Max clones reached for your IP

Posted: Thu Aug 13, 2009 1:02 pm
by Gachl
No, this is the only allow block I have.
And I'm running anope IRC services, are they causing the problem? I haven't found anything in the anope configuration file...

Edit: Oops, never mind, I found it. It's the "LimitSessions" in the anope service config.
Thanks.

Edit: Nope, that wasn't the problem, if I kill the services it's still not working :(

Re: Max clones reached for your IP

Posted: Thu Aug 13, 2009 2:05 pm
by Casper
Could you PM (so not post it in here plz..) the irc address where to I can connect? Makes it easier to communicate and find it. Afterwards, if we're able to fix the problem, I'll write the solution down here.

Re: Max clones reached for your IP

Posted: Thu Aug 13, 2009 7:06 pm
by Casper
Turns out he wanted to make use of Mibbit's webchat applet. Did work out the way he wanted and it wasn't as secure as he wanted it to do. Gave him the link to CGI:IRC blocks and told him to get a password from Mibbit to enable spoofing.

If any troubles occure, he posts back!