Page 1 of 1

max online user issue again

Posted: Tue Mar 05, 2024 3:36 am
by rhinolt
other conf are set,but my friends can't login more than 8 users.

"
:1.2.3.4 265 abc 2 8 :Current local users 2, max 8
:1.2.3.4 266 abc 2 2 :Current global users 2, max 2
"

and ive changed /etc/unrealircd/unrealircd.conf

"
class clients
{
pingfreq 90;
maxclients 1000;
sendq 200k;
recvq 8000;
}

/* Special class for IRCOps with higher limits */
class opers
{
pingfreq 90;
maxclients 50;
sendq 1M;
recvq 8000;
}

/* Server class with good defaults */
class servers
{
pingfreq 60;
connfreq 15; /* try to connect every 15 seconds */
maxclients 200; /* max servers */
sendq 20M;
}
"

yet it still shows "Current local users 2, max 8"

HOW IT COULD BE??

Re: max online user issue again

Posted: Tue Mar 05, 2024 3:38 am
by rhinolt
version
v6.1.4

Re: max online user issue again

Posted: Tue Mar 05, 2024 3:50 am
by DonTCry
Hello rhinolt,

have a look at https://www.unrealircd.org/docs/Allow_block
and always provide error messages you get when you try something.

Re: max online user issue again

Posted: Tue Mar 05, 2024 4:29 am
by rhinolt
DonTCry wrote: Tue Mar 05, 2024 3:50 am Hello rhinolt,

have a look at https://www.unrealircd.org/docs/Allow_block
and always provide error messages you get when you try something.
well,thanks for hint,it's my conf set 'maxperip' to 3,it's ok now