Page 1 of 1

Problem: Session Limit Without services

Posted: Thu Nov 05, 2009 8:28 pm
by Madcamper
I have currently setup a Unreal IRCd server on my linux machine. I have changed the unrealircd.conf to what it should be. I made a index page with mibbit chat on it so the user doesnt have to download IRC. The problem is, when more than 2 users connect from the mibbit widget in the index.html , it says "Connection Failed (max Clones Reach for your IP)
I have changed the following:
allow {
ip NOBODY;
hostname *@*;
class clients;
maxperip 127;
};

throttle {
connections 127;
period 6s;
};

But doing that didn't seem to fix the problem. I use anope services, but even with them not running it continues to give the error. Any help would highly appreciated. Thanks!

Re: Problem: Session Limit Without services

Posted: Fri Nov 06, 2009 8:18 am
by Jobe
Please consider reading http://wiki.mibbit.com/index.php/Enable ... _method.29 which has details on enabling cgiirc support in UnrealIRCd with Mibbit so Mibbit will be able to provide the IRCd with the users real host and IP instead of its own only.

Re: Problem: Session Limit Without services

Posted: Sat Nov 07, 2009 1:05 am
by Madcamper
Not real helpful. Other suggestions please?

Re: Problem: Session Limit Without services

Posted: Sat Nov 07, 2009 4:03 am
by Stealth
Seems pretty helpful to me.

If you wish to encourage the use of mibbit, you should configure your IRCd to handle it. There's not much more we can suggest you do.

Re: Problem: Session Limit Without services

Posted: Sun Nov 08, 2009 11:35 pm
by Jobe
Madcamper wrote:Not real helpful. Other suggestions please?
In addition to what Stealth said, the link I did give you answers your questions EXACTLY and on top of that gives you a BETTER method that has a BETTER outcome.