Strang problem. Connection time out after 10 connections
Posted: Mon Apr 28, 2008 3:03 am
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 */
};
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 */
};