Max clones reached for your IP

These are old archives. They are kept for historic purposes only.
Post Reply
Gachl
Posts: 2
Joined: Thu Aug 13, 2009 8:17 am

Max clones reached for your IP

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

Re: Max clones reached for your IP

Post by Casper »

Any other allow block somewhere? Any services active?
Ex Network-Administrator
Gachl
Posts: 2
Joined: Thu Aug 13, 2009 8:17 am

Re: Max clones reached for your IP

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

Re: Max clones reached for your IP

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

Re: Max clones reached for your IP

Post 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!
Ex Network-Administrator
Post Reply