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 */
};
Strang problem. Connection time out after 10 connections
-
MrBoneDaddy
- Posts: 4
- Joined: Mon Apr 28, 2008 2:52 am
Strang problem. Connection time out after 10 connections
Last edited by MrBoneDaddy on Mon Apr 28, 2008 11:18 am, edited 1 time in total.
Re: Strang problem. Connection time out after 10 connections
Look here. For your problem: I really don't have a clue.
Ex Network-Administrator
-
MrBoneDaddy
- Posts: 4
- Joined: Mon Apr 28, 2008 2:52 am
Re: Strang problem. Connection time out after 10 connections
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.