Page 1 of 1

Strang problem. Connection time out after 10 connections

Posted: Mon Apr 28, 2008 3:03 am
by MrBoneDaddy
I have a problem that I have the class setup for 5000 clients but after 10 clients connect it is connection refuse to everyone that tries to connect after that. here is my unrealircd.config

I am just not seeing the problem on to why after 10 it refused connection. THis is unless there is a limit on my router. But there shouldn't be shouldn't matter I have it set to allow incoming from 6666 - 7000 to that IP. Please let me know if you have any insight to this. PLease let me know what else should I be looking for.


class clients
{
pingfreq 90;
maxclients 5000;
sendq 100000;
recvq 8000;
};

class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have
linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
};

Re: Strang problem. Connection time out after 10 connections

Posted: Mon Apr 28, 2008 7:02 am
by Casper
Look here. For your problem: I really don't have a clue.

Re: Strang problem. Connection time out after 10 connections

Posted: Mon Apr 28, 2008 11:19 am
by MrBoneDaddy
Thanks I corrected that. just put in what is needed... I have never seen this type of problem before so I wanted to bring it up in here see what everyone or any knows why I am having the problem.