Problem: Session Limit Without services
Posted: Thu Nov 05, 2009 8:28 pm
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!
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!