Problem: Session Limit Without services

These are old archives. They are kept for historic purposes only.
Post Reply
Madcamper
Posts: 2
Joined: Thu Nov 05, 2009 8:22 pm

Problem: Session Limit Without services

Post 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!
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Problem: Session Limit Without services

Post 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.
Your IP: Image
Your Country: Image
Madcamper
Posts: 2
Joined: Thu Nov 05, 2009 8:22 pm

Re: Problem: Session Limit Without services

Post by Madcamper »

Not real helpful. Other suggestions please?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Problem: Session Limit Without services

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Problem: Session Limit Without services

Post 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.
Your IP: Image
Your Country: Image
Post Reply